[openssl] openssl-3.0 update

Dr. Paul Dale pauli at openssl.org
Tue Sep 28 00:18:55 UTC 2021


The branch openssl-3.0 has been updated
       via  cf87b6a4cd1f24f02d0038c8d1c232105973777e (commit)
      from  cc831835bf403c612de454d0fc2c065f5fbdfcde (commit)


- Log -----------------------------------------------------------------
commit cf87b6a4cd1f24f02d0038c8d1c232105973777e
Author: Mattias Ellert <mattias.ellert at physics.uu.se>
Date:   Sat Sep 25 04:55:24 2021 +0200

    EVP_PKEY_keygen_init has no argument named pkey
    
    int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx);
    
    So it should not mention it in the man page description.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/16675)
    
    (cherry picked from commit ce0502ce1246046f78dc1e2b26a2790eceedd8b1)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EVP_PKEY_keygen.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man3/EVP_PKEY_keygen.pod b/doc/man3/EVP_PKEY_keygen.pod
index f21314504e..87644cc5c3 100644
--- a/doc/man3/EVP_PKEY_keygen.pod
+++ b/doc/man3/EVP_PKEY_keygen.pod
@@ -51,8 +51,8 @@ key generation function itself.
 The key algorithm context must be created using L<EVP_PKEY_CTX_new(3)> or
 variants thereof, see that manual for details.
 
-EVP_PKEY_keygen_init() initializes a public key algorithm context using key
-I<pkey> for a key generation operation.
+EVP_PKEY_keygen_init() initializes a public key algorithm context I<ctx>
+for a key generation operation.
 
 EVP_PKEY_paramgen_init() is similar to EVP_PKEY_keygen_init() except key
 parameters are generated.


More information about the openssl-commits mailing list