From 28833f1465a2dd197f8df80a69095d1913e6e85e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 17 Sep 2020 14:11:21 +0100 Subject: Update the EdDSA docs with information about Algorithm Identifiers Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/12884) --- doc/man7/EVP_SIGNATURE-ED25519.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/man7/EVP_SIGNATURE-ED25519.pod b/doc/man7/EVP_SIGNATURE-ED25519.pod index e3d9cd47e2..bb91ae2434 100644 --- a/doc/man7/EVP_SIGNATURE-ED25519.pod +++ b/doc/man7/EVP_SIGNATURE-ED25519.pod @@ -15,11 +15,24 @@ one-shot digest sign and digest verify using PureEdDSA and B or B be specified when signing or verifying. See L for information related to B and B keys. +The following signature parameters can be retrieved using +EVP_PKEY_CTX_get_params(). + +=over 4 + +=item "algorithm-id" (B) + +The parameters are described in L. + +=back + =head1 NOTES The PureEdDSA algorithm does not support the streaming mechanism -- cgit v1.2.3