diff options
author | schwarze <> | 2018-03-23 23:18:17 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 23:18:17 +0000 |
commit | c44c09a9be771317de7b5d8cc4da99b7c7d44bab (patch) | |
tree | ce00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | |
parent | 7391db9174b12cb920b10b74b22b7b4401a33c4a (diff) | |
download | openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.tar.gz openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.tar.bz2 openbsd-c44c09a9be771317de7b5d8cc4da99b7c7d44bab.zip |
finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes
Diffstat (limited to 'src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 0b928e2833..6682ea5154 100644 --- a/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.11 2018/03/23 04:34:23 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.12 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 | 2 | .\" full merge up to: OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 3 | .\" selective merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
4 | .\" | 4 | .\" |
@@ -327,3 +327,11 @@ and | |||
327 | .Fn EVP_PKEY_base_id | 327 | .Fn EVP_PKEY_base_id |
328 | first appeared in OpenSSL 1.0.0 and have been available since | 328 | first appeared in OpenSSL 1.0.0 and have been available since |
329 | .Ox 4.9 . | 329 | .Ox 4.9 . |
330 | .Pp | ||
331 | .Fn EVP_PKEY_get0_RSA , | ||
332 | .Fn EVP_PKEY_get0_DSA , | ||
333 | .Fn EVP_PKEY_get0_DH , | ||
334 | and | ||
335 | .Fn EVP_PKEY_get0_EC_KEY | ||
336 | first appeared in OpenSSL 1.1.0 and have been available since | ||
337 | .Ox 6.3 . | ||