diff options
| author | schwarze <> | 2018-03-21 07:25:59 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-21 07:25:59 +0000 |
| commit | 275a8897be7b35ccbfb3c2ede85acef516fc1f68 (patch) | |
| tree | 4129165cb4f76c92335466b54aa61746da894153 /src/lib/libcrypto/man/RSA_generate_key.3 | |
| parent | 37f75ed7d5b7b95ba301e9899f95e357a459c83b (diff) | |
| download | openbsd-275a8897be7b35ccbfb3c2ede85acef516fc1f68.tar.gz openbsd-275a8897be7b35ccbfb3c2ede85acef516fc1f68.tar.bz2 openbsd-275a8897be7b35ccbfb3c2ede85acef516fc1f68.zip | |
rsa.h HISTORY up to SSLeay 0.9.0; 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 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/RSA_generate_key.3 b/src/lib/libcrypto/man/RSA_generate_key.3 index ef9a64fb7c..c977bc9074 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.8 2018/03/21 01:27:25 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_generate_key.3,v 1.9 2018/03/21 07:25:59 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>. |
| @@ -147,12 +147,11 @@ The error codes can be obtained by | |||
| 147 | .Xr RSA_new 3 | 147 | .Xr RSA_new 3 |
| 148 | .Sh HISTORY | 148 | .Sh HISTORY |
| 149 | .Fn RSA_generate_key | 149 | .Fn RSA_generate_key |
| 150 | appeared before SSLeay 0.8 and has been available since | 150 | appeared before SSLeay 0.8 and had its |
| 151 | .Ox 2.4 . | ||
| 152 | .Pp | ||
| 153 | The | ||
| 154 | .Fa cb_arg | 151 | .Fa cb_arg |
| 155 | argument was added in SSLeay 0.9.0. | 152 | argument added in SSLeay 0.9.0. |
| 153 | It has been available since | ||
| 154 | .Ox 2.4 . | ||
| 156 | .Sh BUGS | 155 | .Sh BUGS |
| 157 | .Fn BN_GENCB_call cb 2 x | 156 | .Fn BN_GENCB_call cb 2 x |
| 158 | is used with two different meanings. | 157 | is used with two different meanings. |
