diff options
Diffstat (limited to 'doc/man1/genpkey.pod')
| -rw-r--r-- | doc/man1/genpkey.pod | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man1/genpkey.pod b/doc/man1/genpkey.pod index 202e531c7e07..1ba54d486619 100644 --- a/doc/man1/genpkey.pod +++ b/doc/man1/genpkey.pod @@ -118,7 +118,7 @@ or ED448 algorithms.  =item B<rsa_keygen_bits:numbits> -The number of bits in the generated key. If not specified 1024 is used. +The number of bits in the generated key. If not specified 2048 is used.  =item B<rsa_keygen_primes:numprimes> @@ -185,12 +185,12 @@ below.  =item B<dsa_paramgen_bits:numbits> -The number of bits in the generated prime. If not specified 1024 is used. +The number of bits in the generated prime. If not specified 2048 is used.  =item B<dsa_paramgen_q_bits:numbits>  The number of bits in the q parameter. Must be one of 160, 224 or 256. If not -specified 160 is used. +specified 224 is used.  =item B<dsa_paramgen_md:digest> @@ -209,7 +209,7 @@ or B<sha256> if it is 256.  =item B<dh_paramgen_prime_len:numbits> -The number of bits in the prime parameter B<p>. The default is 1024. +The number of bits in the prime parameter B<p>. The default is 2048.  =item B<dh_paramgen_subprime_len:numbits> @@ -325,7 +325,7 @@ The ability to generate X448, ED25519 and ED448 keys was added in OpenSSL 1.1.1.  =head1 COPYRIGHT -Copyright 2006-2018 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved.  Licensed under the OpenSSL license (the "License").  You may not use  this file except in compliance with the License.  You can obtain a copy  | 
