[openssl] OpenSSL_1_1_1-stable update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Thu Jun 27 11:45:37 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  4fb5fdb758cb2f0e830109ada066328507708d0c (commit)
      from  58ae5a47da1e4843b0cd1846eb297b341d0e7201 (commit)


- Log -----------------------------------------------------------------
commit 4fb5fdb758cb2f0e830109ada066328507708d0c
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Thu Jun 27 12:50:26 2019 +0200

    man: fix documentation for RSA_generate_key()
    
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/9260)
    
    (cherry picked from commit 0588be2e01c244c41b0215689f411a6223063fd7)

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

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

diff --git a/doc/man3/RSA_generate_key.pod b/doc/man3/RSA_generate_key.pod
index a4c078a..508caa1 100644
--- a/doc/man3/RSA_generate_key.pod
+++ b/doc/man3/RSA_generate_key.pod
@@ -15,7 +15,7 @@ RSA_generate_multi_prime_key - generate RSA key pair
 Deprecated:
 
  #if OPENSSL_API_COMPAT < 0x00908000L
- RSA *RSA_generate_key(int num, unsigned long e,
+ RSA *RSA_generate_key(int bits, unsigned long e,
                        void (*callback)(int, int, void *), void *cb_arg);
  #endif
 
@@ -47,7 +47,7 @@ progress of the key generation. If B<cb> is not B<NULL>, it
 will be called as follows using the BN_GENCB_call() function
 described on the L<BN_generate_prime(3)> page.
 
-RSA_generate_prime() is similar to RSA_generate_prime_ex() but
+RSA_generate_key() is similar to RSA_generate_key_ex() but
 expects an old-style callback function; see
 L<BN_generate_prime(3)> for information on the old-style callback.
 


More information about the openssl-commits mailing list