From 3478b06a31d23f9d519ee4541cb3d8b51afc299d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 24 Mar 2018 23:35:00 +0000 Subject: [PATCH] DKIM: document Ed25519 private key generation under OpenSSL (1.1.1+) --- doc/doc-docbook/spec.xfpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 726f3af8a..978d51fd7 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -38948,8 +38948,9 @@ The "_CRYPTO_SIGN_ED25519" macro will be defined if support is present for EC keys. As of writing, producing EC key materials is not well supported -by the major libraries. GnuTLS 3.6.0 can create a private key: +by the major libraries. OpenSSL 1.1.1 and GnuTLS 3.6.0 can create private keys: .code +openssl genpkey -algorithm ed25519 -out dkim_ed25519.private certtool --generate-privkey --key-type=ed25519 --outfile=dkim_ed25519.private .endd -- 2.30.2