summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsthen <>2014-05-18 08:23:27 +0000
committersthen <>2014-05-18 08:23:27 +0000
commiteb5cf6ce393c6622756900826d69f68977774ee7 (patch)
treebf3b154c7da5f07f827a9d8d8c1acee4e1589d1b
parent88d4a887ed59997cde7677f3860175595d598afb (diff)
downloadopenbsd-eb5cf6ce393c6622756900826d69f68977774ee7.tar.gz
openbsd-eb5cf6ce393c6622756900826d69f68977774ee7.tar.bz2
openbsd-eb5cf6ce393c6622756900826d69f68977774ee7.zip
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.
-rw-r--r--src/usr.sbin/openssl/openssl.110
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 8c1a33f388..513ea69410 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.93 2014/03/13 10:12:11 florian Exp $ 1.\" $OpenBSD: openssl.1,v 1.94 2014/05/18 08:23:27 sthen Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: March 13 2014 $ 115.Dd $Mdocdate: May 18 2014 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -3535,7 +3535,7 @@ implementations are detailed below.
3535.It rsa_keygen_bits : Ns Ar numbits 3535.It rsa_keygen_bits : Ns Ar numbits
3536(RSA) 3536(RSA)
3537The number of bits in the generated key. 3537The number of bits in the generated key.
3538If not specified 1024 is used. 3538If not specified 2048 is used.
3539.It rsa_keygen_pubexp : Ns Ar value 3539.It rsa_keygen_pubexp : Ns Ar value
3540(RSA) 3540(RSA)
3541The RSA public exponent value. 3541The RSA public exponent value.
@@ -3665,7 +3665,7 @@ Multiple files can be specified separated by a
3665.It Ar numbits 3665.It Ar numbits
3666The size of the private key to generate in bits. 3666The size of the private key to generate in bits.
3667This must be the last option specified. 3667This must be the last option specified.
3668The default is 512. 3668The default is 2048.
3669.El 3669.El
3670.Sh GENRSA NOTES 3670.Sh GENRSA NOTES
3671RSA private key generation essentially involves the generation of two prime 3671RSA private key generation essentially involves the generation of two prime
@@ -3688,7 +3688,7 @@ primes.
3688Therefore the number of bits should not be less that 64. 3688Therefore the number of bits should not be less that 64.
3689For typical private keys this will not matter because for security reasons 3689For typical private keys this will not matter because for security reasons
3690they will be much larger 3690they will be much larger
3691.Pq typically 1024 bits . 3691.Pq typically 2048 bits .
3692.\" 3692.\"
3693.\" NSEQ 3693.\" NSEQ
3694.\" 3694.\"