From: Jeremy Harris Date: Sat, 24 Mar 2018 23:35:00 +0000 (+0000) Subject: DKIM: document Ed25519 private key generation under OpenSSL (1.1.1+) X-Git-Tag: exim-4_91_RC3~21 X-Git-Url: https://git.exim.org/users/heiko/exim.git/commitdiff_plain/3478b06a31d23f9d519ee4541cb3d8b51afc299d DKIM: document Ed25519 private key generation under OpenSSL (1.1.1+) --- 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