summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
diff options
context:
space:
mode:
authorschwarze <>2020-09-17 08:04:22 +0000
committerschwarze <>2020-09-17 08:04:22 +0000
commit2dce98682ff8b7337bc6963a61185ea7cf5142b8 (patch)
tree82c0977a100728275a863a8c4b426e8e27d815fc /src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
parenteca320a8712112c5711439902e616353d0069121 (diff)
downloadopenbsd-2dce98682ff8b7337bc6963a61185ea7cf5142b8.tar.gz
openbsd-2dce98682ff8b7337bc6963a61185ea7cf5142b8.tar.bz2
openbsd-2dce98682ff8b7337bc6963a61185ea7cf5142b8.zip
Install the new page SSL_set1_host(3), link to it from relevant places,
and add two other .Xrs that might help readers find their way. Update the merge notices of all files touched and merge a few trivial changes from the OpenSSL 1.1.1 branch. OK tb@
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.39
1 files changed, 5 insertions, 4 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 5e45278604..33cca3b4b3 100644
--- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
+++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.14 2018/04/07 13:57:43 jmc Exp $ 1.\" $OpenBSD: X509_VERIFY_PARAM_set_flags.3,v 1.15 2020/09/17 08:04:22 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 6328d367 Jul 4 21:58:30 2020 +0200
4.\" 4.\"
5.\" This file is a derived work. 5.\" This file is a derived work.
6.\" The changes are covered by the following Copyright and license: 6.\" The changes are covered by the following Copyright and license:
@@ -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: April 7 2018 $ 71.Dd $Mdocdate: September 17 2020 $
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
@@ -337,7 +337,7 @@ in a chain.
337.Fn X509_VERIFY_PARAM_set1_host 337.Fn X509_VERIFY_PARAM_set1_host
338sets the expected DNS hostname to 338sets the expected DNS hostname to
339.Fa name 339.Fa name
340clearing any previously specified host name or names. 340clearing any previously specified hostname or names.
341If 341If
342.Fa name 342.Fa name
343is 343is
@@ -693,6 +693,7 @@ SSL_CTX_set1_param(ctx, param);
693X509_VERIFY_PARAM_free(param); 693X509_VERIFY_PARAM_free(param);
694.Ed 694.Ed
695.Sh SEE ALSO 695.Sh SEE ALSO
696.Xr SSL_set1_host 3 ,
696.Xr SSL_set1_param 3 , 697.Xr SSL_set1_param 3 ,
697.Xr X509_check_host 3 , 698.Xr X509_check_host 3 ,
698.Xr X509_STORE_CTX_set0_param 3 , 699.Xr X509_STORE_CTX_set0_param 3 ,