aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.3')
-rw-r--r--secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.315
1 files changed, 9 insertions, 6 deletions
diff --git a/secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.3 b/secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.3
index 99ad744b9319..478a1d657fbb 100644
--- a/secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.3
+++ b/secure/lib/libcrypto/man/man3/SSL_CTX_set_domain_flags.3
@@ -1,5 +1,5 @@
.\" -*- mode: troff; coding: utf-8 -*-
-.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
+.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -52,10 +52,13 @@
. \}
.\}
.rr rF
+.\"
+.\" Required to disable full justification in groff 1.23.0.
+.if n .ds AD l
.\" ========================================================================
.\"
.IX Title "SSL_CTX_SET_DOMAIN_FLAGS 3ossl"
-.TH SSL_CTX_SET_DOMAIN_FLAGS 3ossl 2025-09-30 3.5.4 OpenSSL
+.TH SSL_CTX_SET_DOMAIN_FLAGS 3ossl 2026-04-07 3.5.6 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -94,17 +97,17 @@ to these concepts can be found in \fBopenssl\-quic\-concurrency\fR\|(7).
Applications may use either one the flags here:
.IP \fBSSL_DOMAIN_FLAG_SINGLE_THREAD\fR 4
.IX Item "SSL_DOMAIN_FLAG_SINGLE_THREAD"
-Specifying this flag configures the Single-Threaded Concurrency Model (SCM).
+Specifying this flag configures the Single\-Threaded Concurrency Model (SCM).
.IP \fBSSL_DOMAIN_FLAG_MULTI_THREAD\fR 4
.IX Item "SSL_DOMAIN_FLAG_MULTI_THREAD"
-Speciyfing this flag configures the Contentive Concurrency Model (CCM) (unless
+Specifying this flag configures the Contentive Concurrency Model (CCM) (unless
\&\fBSSL_DOMAIN_FLAG_THREAD_ASSISTED\fR is also specified).
.Sp
If OpenSSL was built without thread support, this is identical to
\&\fBSSL_DOMAIN_FLAG_SINGLE_THREAD\fR.
.IP \fBSSL_DOMAIN_FLAG_THREAD_ASSISTED\fR 4
.IX Item "SSL_DOMAIN_FLAG_THREAD_ASSISTED"
-Specifying this flag configures the Thread-Assisted Concurrency Model (TACM).
+Specifying this flag configures the Thread\-Assisted Concurrency Model (TACM).
It implies \fBSSL_DOMAIN_FLAG_MULTI_THREAD\fR and \fBSSL_DOMAIN_FLAG_BLOCKING\fR.
.Sp
This concurrency model is not available if OpenSSL was built without thread
@@ -147,7 +150,7 @@ inconsistent or which cannot be supported given the current environment.
\&\fBSSL_CTX_set_domain_flags()\fR and \fBSSL_CTX_get_domain_flags()\fR fail if called on a
\&\fBSSL_CTX\fR which is not using a QUIC \fBSSL_METHOD\fR.
.PP
-\&\fBSSL_get_domain_flags()\fR fails if called on a non-QUIC SSL object.
+\&\fBSSL_get_domain_flags()\fR fails if called on a non\-QUIC SSL object.
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fBSSL_new_domain\fR\|(3), \fBopenssl\-quic\-concurrency\fR\|(7)