[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Feb 27 16:35:26 UTC 2017


The branch master has been updated
       via  013bc448672cbc3c9cd154709400c676c2955229 (commit)
      from  e052083cc7620379b7119cdbe4def5ea5de65c18 (commit)


- Log -----------------------------------------------------------------
commit 013bc448672cbc3c9cd154709400c676c2955229
Author: Adrian Vollmer <adrian.vollmer at syss.de>
Date:   Mon Feb 27 15:51:21 2017 +0100

    Adjust the default value of the private key size
    
    ...in the man page to reflect the actual default (2048 instead of 512)
    
    CLA: trivial
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2754)

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

Summary of changes:
 doc/man1/genrsa.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man1/genrsa.pod b/doc/man1/genrsa.pod
index 153602a..f4ed959 100644
--- a/doc/man1/genrsa.pod
+++ b/doc/man1/genrsa.pod
@@ -79,7 +79,7 @@ for all available algorithms.
 =item B<numbits>
 
 the size of the private key to generate in bits. This must be the last option
-specified. The default is 512.
+specified. The default is 2048.
 
 =back
 


More information about the openssl-commits mailing list