git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2a9d222
)
DKIM: document Ed25519 private key generation under OpenSSL (1.1.1+)
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 24 Mar 2018 23:35:00 +0000
(23:35 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 25 Mar 2018 12:40:26 +0000
(13:40 +0100)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 726f3af8a2268034f80c7e9c9a11ae83c1f24639..978d51fd7e59f78bcbd51d7652be086e27a74363 100644
(file)
--- 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
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
.code
+openssl genpkey -algorithm ed25519 -out dkim_ed25519.private
certtool --generate-privkey --key-type=ed25519 --outfile=dkim_ed25519.private
.endd
certtool --generate-privkey --key-type=ed25519 --outfile=dkim_ed25519.private
.endd