summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.pod
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2016-02-02 17:12:45 +0100
committerEmilia Kasper <emilia@openssl.org>2016-02-12 14:09:26 +0100
commita76265574398944d686d2d0de9bacca162f555ca (patch)
treee1c3f6030333197534147157bf56423b8fedc749 /doc/apps/req.pod
parent04f171c09624cd2e9c00152a30cb22637c694ac1 (diff)
RT 3854: Update apps/req
Change the default keysize to 2048 bits, and the minimum to 512 bits. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/apps/req.pod')
-rw-r--r--doc/apps/req.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 9593dec2d5..12a0687a8a 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -324,9 +324,12 @@ configuration file values.
=item B<default_bits>
-This specifies the default key size in bits. If not specified then
-512 is used. It is used if the B<-new> option is used. It can be
-overridden by using the B<-newkey> option.
+Specifies the default key size in bits.
+
+This option is used in conjunction with the B<-new> option to generate
+a new key. It can be overridden by specifying an explicit key size in
+the B<-newkey> option. The smallest accepted key size is 512 bits. If
+no key size is specified then 2048 bits is used.
=item B<default_keyfile>