summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl')
-rw-r--r--upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl13
1 files changed, 10 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl b/upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl
index 61c49bfc..9186e9cd 100644
--- a/upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl
+++ b/upstream/archlinux/man3/SSL_CTX_set1_sigalgs.3ssl
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "SSL_CTX_SET1_SIGALGS 3ssl"
-.TH SSL_CTX_SET1_SIGALGS 3ssl 2024-01-30 3.2.1 OpenSSL
+.TH SSL_CTX_SET1_SIGALGS 3ssl 2024-04-28 3.3.0 OpenSSL
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -92,7 +92,8 @@ signature algorithms for \fBctx\fR or \fBssl\fR. The \fBstr\fR parameter
must be a null terminated string consisting of a colon separated list of
elements, where each element is either a combination of a public key
algorithm and a digest separated by \fB+\fR, or a TLS 1.3\-style named
-SignatureScheme such as rsa_pss_pss_sha256.
+SignatureScheme such as rsa_pss_pss_sha256. If a list entry is preceded
+with the \f(CW\*(C`?\*(C'\fR character, it will be ignored if an implementation is missing.
.PP
\&\fBSSL_CTX_set1_client_sigalgs()\fR, \fBSSL_set1_client_sigalgs()\fR,
\&\fBSSL_CTX_set1_client_sigalgs_list()\fR and \fBSSL_set1_client_sigalgs_list()\fR set
@@ -164,9 +165,15 @@ using a string:
.IX Header "SEE ALSO"
\&\fBssl\fR\|(7), \fBSSL_get_shared_sigalgs\fR\|(3),
\&\fBSSL_CONF_CTX_new\fR\|(3)
+.SH HISTORY
+.IX Header "HISTORY"
+Support for ignoring unknown signature algorithms in
+\&\fBSSL_CTX_set1_sigalgs_list()\fR, \fBSSL_set1_sigalgs_list()\fR,
+\&\fBSSL_CTX_set1_client_sigalgs_list()\fR and \fBSSL_set1_client_sigalgs_list()\fR
+was added in OpenSSL 3.3.
.SH COPYRIGHT
.IX Header "COPYRIGHT"
-Copyright 2015\-2018 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015\-2024 The OpenSSL Project Authors. All Rights Reserved.
.PP
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy