summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-23 23:18:17 +0000
committerschwarze <>2018-03-23 23:18:17 +0000
commitb368393a562c8eb79808430b84470d02b0728608 (patch)
treece00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3
parent63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff)
downloadopenbsd-b368393a562c8eb79808430b84470d02b0728608.tar.gz
openbsd-b368393a562c8eb79808430b84470d02b0728608.tar.bz2
openbsd-b368393a562c8eb79808430b84470d02b0728608.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.310
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
328first appeared in OpenSSL 1.0.0 and have been available since 328first 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 ,
334and
335.Fn EVP_PKEY_get0_EC_KEY
336first appeared in OpenSSL 1.1.0 and have been available since
337.Ox 6.3 .