diff options
author | schwarze <> | 2018-03-23 00:09:11 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 00:09:11 +0000 |
commit | 2f45bf60fce3ef983ba90d5f9c02dd702f7970b5 (patch) | |
tree | ff7e862a1bebde92f26e9199e7cc5cf526fa197c /src/lib/libcrypto/man/RSA_generate_key.3 | |
parent | b44fc1ae1b17ba18daa44000fb24e3f02cbf4684 (diff) | |
download | openbsd-2f45bf60fce3ef983ba90d5f9c02dd702f7970b5.tar.gz openbsd-2f45bf60fce3ef983ba90d5f9c02dd702f7970b5.tar.bz2 openbsd-2f45bf60fce3ef983ba90d5f9c02dd702f7970b5.zip |
crypto HISTORY up to 0.9.8; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/RSA_generate_key.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_generate_key.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/RSA_generate_key.3 b/src/lib/libcrypto/man/RSA_generate_key.3 index c977bc9074..3461b86512 100644 --- a/src/lib/libcrypto/man/RSA_generate_key.3 +++ b/src/lib/libcrypto/man/RSA_generate_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RSA_generate_key.3,v 1.9 2018/03/21 07:25:59 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_generate_key.3,v 1.10 2018/03/23 00:09:11 schwarze Exp $ |
2 | .\" OpenSSL RSA_generate_key.pod bb6c5e7f Feb 5 10:29:22 2017 -0500 | 2 | .\" OpenSSL RSA_generate_key.pod bb6c5e7f Feb 5 10:29:22 2017 -0500 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 21 2018 $ | 51 | .Dd $Mdocdate: March 23 2018 $ |
52 | .Dt RSA_GENERATE_KEY 3 | 52 | .Dt RSA_GENERATE_KEY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -152,6 +152,10 @@ appeared before SSLeay 0.8 and had its | |||
152 | argument added in SSLeay 0.9.0. | 152 | argument added in SSLeay 0.9.0. |
153 | It has been available since | 153 | It has been available since |
154 | .Ox 2.4 . | 154 | .Ox 2.4 . |
155 | .Pp | ||
156 | .Fn RSA_generate_key_ex | ||
157 | first appeared in OpenSSL 0.9.8 and has been available since | ||
158 | .Ox 4.5 . | ||
155 | .Sh BUGS | 159 | .Sh BUGS |
156 | .Fn BN_GENCB_call cb 2 x | 160 | .Fn BN_GENCB_call cb 2 x |
157 | is used with two different meanings. | 161 | is used with two different meanings. |