diff options
author | schwarze <> | 2018-03-21 01:27:25 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-21 01:27:25 +0000 |
commit | 02a59b227926536cf830ad3c7d2af1196c13798a (patch) | |
tree | 4365052a2449c617feed489a010096a22caf250f /src/lib/libcrypto/man/RSA_generate_key.3 | |
parent | 57c991e1e1dafb373248a6f8c58a2e0a09231c74 (diff) | |
download | openbsd-02a59b227926536cf830ad3c7d2af1196c13798a.tar.gz openbsd-02a59b227926536cf830ad3c7d2af1196c13798a.tar.bz2 openbsd-02a59b227926536cf830ad3c7d2af1196c13798a.zip |
rsa.h HISTORY up to SSLeay 0.8.1b; 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 ac6e5693dc..ef9a64fb7c 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.7 2018/02/17 16:59:48 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_generate_key.3,v 1.8 2018/03/21 01:27:25 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: February 17 2018 $ | 51 | .Dd $Mdocdate: March 21 2018 $ |
52 | .Dt RSA_GENERATE_KEY 3 | 52 | .Dt RSA_GENERATE_KEY 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -146,6 +146,10 @@ The error codes can be obtained by | |||
146 | .Xr RSA_get0_key 3 , | 146 | .Xr RSA_get0_key 3 , |
147 | .Xr RSA_new 3 | 147 | .Xr RSA_new 3 |
148 | .Sh HISTORY | 148 | .Sh HISTORY |
149 | .Fn RSA_generate_key | ||
150 | appeared before SSLeay 0.8 and has been available since | ||
151 | .Ox 2.4 . | ||
152 | .Pp | ||
149 | The | 153 | The |
150 | .Fa cb_arg | 154 | .Fa cb_arg |
151 | argument was added in SSLeay 0.9.0. | 155 | argument was added in SSLeay 0.9.0. |