diff options
author | schwarze <> | 2018-02-25 22:24:18 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-25 22:24:18 +0000 |
commit | a2e0ddbb2e8e139d15a2c916cedaebb4ac59aed2 (patch) | |
tree | 21e1b4edcaafbf604b2f556d3b2635dfef97b267 /src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | |
parent | 8563c14fedd67e6d767175f2cf0815ef16997da6 (diff) | |
download | openbsd-a2e0ddbb2e8e139d15a2c916cedaebb4ac59aed2.tar.gz openbsd-a2e0ddbb2e8e139d15a2c916cedaebb4ac59aed2.tar.bz2 openbsd-a2e0ddbb2e8e139d15a2c916cedaebb4ac59aed2.zip |
In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing provided
X509_STORE_get0_objects(3). Merge the documenteation from OpenSSL,
heavily tweaked by me. While here, document six additional public
functions closely related to X509_STORE_set1_param(3) that OpenSSL
lacks documentation for. No Copyright-worthy amount of text remains
in X509_STORE_set1_param.3, so switch to my Copyright and license.
Diffstat (limited to 'src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 index 184a44cc49..9a9194fd0f 100644 --- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 +++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.8 2018/02/17 19:14:16 schwarze Exp $ | 1 | .\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.9 2018/02/25 22:24:18 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL d33def66 Feb 9 14:17:13 2016 -0500 | 2 | .\" full merge up to: OpenSSL d33def66 Feb 9 14:17:13 2016 -0500 |
3 | .\" selective merge up to: OpenSSL 48e5119a Jan 19 10:49:22 2018 +0100 | 3 | .\" selective merge up to: OpenSSL 48e5119a Jan 19 10:49:22 2018 +0100 |
4 | .\" | 4 | .\" |
@@ -68,7 +68,7 @@ | |||
68 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 68 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
69 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 69 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
70 | .\" | 70 | .\" |
71 | .Dd $Mdocdate: February 17 2018 $ | 71 | .Dd $Mdocdate: February 25 2018 $ |
72 | .Dt X509_VERIFY_PARAM_SET_FLAGS 3 | 72 | .Dt X509_VERIFY_PARAM_SET_FLAGS 3 |
73 | .Os | 73 | .Os |
74 | .Sh NAME | 74 | .Sh NAME |
@@ -654,7 +654,10 @@ SSL_CTX_set1_param(ctx, param); | |||
654 | X509_VERIFY_PARAM_free(param); | 654 | X509_VERIFY_PARAM_free(param); |
655 | .Ed | 655 | .Ed |
656 | .Sh SEE ALSO | 656 | .Sh SEE ALSO |
657 | .Xr SSL_set1_param 3 , | ||
657 | .Xr X509_check_host 3 , | 658 | .Xr X509_check_host 3 , |
659 | .Xr X509_STORE_CTX_set0_param 3 , | ||
660 | .Xr X509_STORE_set1_param 3 , | ||
658 | .Xr X509_verify_cert 3 | 661 | .Xr X509_verify_cert 3 |
659 | .Sh BUGS | 662 | .Sh BUGS |
660 | Delta CRL checking is currently primitive. | 663 | Delta CRL checking is currently primitive. |