diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-05-18 08:23:28 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-05-18 08:23:28 +0000 |
commit | 1a12546198bb995b1939cea93e30a7b32f18d788 (patch) | |
tree | 743dbbc5598eb24f1f25bbdbd128bd5c5d22fe0f /usr.sbin/openssl | |
parent | ca2bb4374aeb6d129f5f9e94e69dbad382f7792c (diff) |
sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by
jmc: move from 1024 to 2048 bit key defaults; see genrsa.c 1.26 et al.
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 8c1a33f3881..513ea694107 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.93 2014/03/13 10:12:11 florian Exp $ +.\" $OpenBSD: openssl.1,v 1.94 2014/05/18 08:23:27 sthen Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -112,7 +112,7 @@ .\" .\" OPENSSL .\" -.Dd $Mdocdate: March 13 2014 $ +.Dd $Mdocdate: May 18 2014 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -3535,7 +3535,7 @@ implementations are detailed below. .It rsa_keygen_bits : Ns Ar numbits (RSA) The number of bits in the generated key. -If not specified 1024 is used. +If not specified 2048 is used. .It rsa_keygen_pubexp : Ns Ar value (RSA) The RSA public exponent value. @@ -3665,7 +3665,7 @@ Multiple files can be specified separated by a .It Ar numbits The size of the private key to generate in bits. This must be the last option specified. -The default is 512. +The default is 2048. .El .Sh GENRSA NOTES RSA private key generation essentially involves the generation of two prime @@ -3688,7 +3688,7 @@ primes. Therefore the number of bits should not be less that 64. For typical private keys this will not matter because for security reasons they will be much larger -.Pq typically 1024 bits . +.Pq typically 2048 bits . .\" .\" NSEQ .\" |