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


- Log -----------------------------------------------------------------
commit 013bc448672cbc3c9cd154709400c676c2955229
Author: Adrian Vollmer <[email protected]>
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 <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (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
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to