diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_STORE_CTX_new.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_new.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_new.3 b/src/lib/libcrypto/man/X509_STORE_CTX_new.3 index 34ccca26f7..501e2b0e78 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_new.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_new.3,v 1.16 2018/03/23 14:26:40 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_new.3,v 1.17 2018/03/23 23:18:17 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 | 2 | .\" full merge up to: OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 |
3 | .\" selective merge up to: OpenSSL 7643a172 Apr 21 13:35:51 2017 +0200 | 3 | .\" selective merge up to: OpenSSL 7643a172 Apr 21 13:35:51 2017 +0200 |
4 | .\" | 4 | .\" |
@@ -349,7 +349,13 @@ first appeared in OpenSSL 0.9.8 and have been available since | |||
349 | .Ox 4.5 . | 349 | .Ox 4.5 . |
350 | .Pp | 350 | .Pp |
351 | .Fn X509_STORE_CTX_get0_store | 351 | .Fn X509_STORE_CTX_get0_store |
352 | first appeared in OpenSSL 1.0.2 and has been available since | 352 | first appeared in OpenSSL 1.0.2. |
353 | .Fn X509_STORE_CTX_set0_trusted_stack , | ||
354 | .Fn X509_STORE_CTX_get0_untrusted , | ||
355 | and | ||
356 | .Fn X509_STORE_CTX_set0_untrusted | ||
357 | first appeared in OpenSSL 1.1.0. | ||
358 | These functions have been available since | ||
353 | .Ox 6.3 . | 359 | .Ox 6.3 . |
354 | .Sh BUGS | 360 | .Sh BUGS |
355 | The certificates and CRLs in a context are used internally and should | 361 | The certificates and CRLs in a context are used internally and should |