[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Thu May 13 01:57:10 UTC 2021
The branch master has been updated
via 7f24110a005496617110495e826d283900a028b7 (commit)
from 307a38fa5fafd715b02f31b2c861b47bd38ed509 (commit)
- Log -----------------------------------------------------------------
commit 7f24110a005496617110495e826d283900a028b7
Author: Dr. David von Oheimb <David.von.Oheimb at siemens.com>
Date: Tue May 11 15:55:13 2021 +0200
EVP_PKEY-X25519.pod: Correct EVP_PKEY_Q_keygen function name in example
fixup for #14695: Add convenience functions and macros for asymmetric key generation
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15226)
-----------------------------------------------------------------------
Summary of changes:
doc/man7/EVP_PKEY-X25519.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man7/EVP_PKEY-X25519.pod b/doc/man7/EVP_PKEY-X25519.pod
index a597bc53be..509f065c56 100644
--- a/doc/man7/EVP_PKEY-X25519.pod
+++ b/doc/man7/EVP_PKEY-X25519.pod
@@ -86,7 +86,7 @@ An B<EVP_PKEY> context can be obtained by calling:
An B<X25519> key can be generated like this:
- pkey = EVP_Q_keygen(NULL, NULL, "X25519");
+ pkey = EVP_PKEY_Q_keygen(NULL, NULL, "X25519");
An B<X448>, B<ED25519>, or B<ED448> key can be generated likewise.
More information about the openssl-commits
mailing list