diff options
author | schwarze <> | 2018-03-23 23:18:17 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-23 23:18:17 +0000 |
commit | b368393a562c8eb79808430b84470d02b0728608 (patch) | |
tree | ce00f94e47d15a430216876717307f890042478d /src/lib/libcrypto/man/X509_STORE_set1_param.3 | |
parent | 63e9d88f582426b455dd6cbe0be4f91c65d29251 (diff) | |
download | openbsd-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/X509_STORE_set1_param.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_set1_param.3 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_set1_param.3 b/src/lib/libcrypto/man/X509_STORE_set1_param.3 index ecb56c7b0a..d444eaf4f7 100644 --- a/src/lib/libcrypto/man/X509_STORE_set1_param.3 +++ b/src/lib/libcrypto/man/X509_STORE_set1_param.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_set1_param.3,v 1.11 2018/03/23 00:09:11 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_set1_param.3,v 1.12 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" content checked up to: | 2 | .\" content checked up to: |
3 | .\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400 | 3 | .\" OpenSSL man3/X509_STORE_get0_param e90fc053 Jul 15 09:39:45 2017 -0400 |
4 | .\" | 4 | .\" |
@@ -208,5 +208,10 @@ and | |||
208 | first appeared in OpenSSL 0.9.8 and have been available since | 208 | first appeared in OpenSSL 0.9.8 and have been available since |
209 | .Ox 4.5 . | 209 | .Ox 4.5 . |
210 | .Pp | 210 | .Pp |
211 | .Fn X509_STORE_get0_objects | 211 | .Fn X509_STORE_get0_objects , |
212 | first appeared in OpenSSL 1.1.0. | 212 | .Fn X509_STORE_get_ex_new_index , |
213 | .Fn X509_STORE_set_ex_data , | ||
214 | and | ||
215 | .Fn X509_STORE_get_ex_data | ||
216 | first appeared in OpenSSL 1.1.0 and have been available since | ||
217 | .Ox 6.3 . | ||