aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/doc/src/algorithm_details.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-11-12 13:24:37 +0100
committerHans Nilsson <[email protected]>2018-11-19 17:23:14 +0100
commitf4885a2443b33db431669e5891d9004a481c60be (patch)
tree4a9eec4776008a014a58153a00c99d6ff3e2b735 /lib/crypto/doc/src/algorithm_details.xml
parentf2d14d46f0fd03f22bab628ebe8076e723f75c40 (diff)
downloadotp-f4885a2443b33db431669e5891d9004a481c60be.tar.gz
otp-f4885a2443b33db431669e5891d9004a481c60be.tar.bz2
otp-f4885a2443b33db431669e5891d9004a481c60be.zip
crypto: Add Edward curves to the documentation
Diffstat (limited to 'lib/crypto/doc/src/algorithm_details.xml')
-rw-r--r--lib/crypto/doc/src/algorithm_details.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/algorithm_details.xml b/lib/crypto/doc/src/algorithm_details.xml
index 4d58d26970..854bfbb4b1 100644
--- a/lib/crypto/doc/src/algorithm_details.xml
+++ b/lib/crypto/doc/src/algorithm_details.xml
@@ -303,6 +303,20 @@
</section>
<section>
+ <title>EdDSA</title>
+ <p>EdDSA is available with OpenSSL 1.1.1 or later if not disabled by configuration.
+ To dynamically check availability, check that the atom <c>eddsa</c> is present in the
+ list with the <c>public_keys</c> tag in the return value of
+ <seealso marker="crypto#supports-0">crypto:supports()</seealso>.
+ </p>
+ <p>Support for the curves ed25519 and ed448 is implemented.
+ The actual supported named curves could be checked by examining the list with the
+ <c>curves</c> tag in the return value of
+ <seealso marker="crypto#supports-0">crypto:supports()</seealso>.
+ </p>
+ </section>
+
+ <section>
<title>Diffie-Hellman</title>
<p>Diffie-Hellman computations are available with OpenSSL versions compatible with Erlang CRYPTO
if not disabled by configuration.