diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl')
-rw-r--r-- | upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl b/upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl index cc8ac447..aa48eb0e 100644 --- a/upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl +++ b/upstream/archlinux/man3/SSL_CTX_set1_curves.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "SSL_CTX_SET1_CURVES 3ssl" -.TH SSL_CTX_SET1_CURVES 3ssl 2024-01-30 3.2.1 OpenSSL +.TH SSL_CTX_SET1_CURVES 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 @@ -117,7 +117,8 @@ string \fBlist\fR. The string is a colon separated list of group names, for exam are \fBP\-256\fR, \fBP\-384\fR, \fBP\-521\fR, \fBX25519\fR, \fBX448\fR, \fBbrainpoolP256r1tls13\fR, \&\fBbrainpoolP384r1tls13\fR, \fBbrainpoolP512r1tls13\fR, \fBffdhe2048\fR, \fBffdhe3072\fR, \&\fBffdhe4096\fR, \fBffdhe6144\fR and \fBffdhe8192\fR. Support for other groups may be -added by external providers. +added by external providers. If a group name is preceded with the \f(CW\*(C`?\*(C'\fR +character, it will be ignored if an implementation is missing. .PP \&\fBSSL_set1_groups()\fR and \fBSSL_set1_groups_list()\fR are similar except they set supported groups for the SSL structure \fBssl\fR. @@ -196,9 +197,12 @@ key exchange, or NID_undef if there was no negotiated group. The curve functions were added in OpenSSL 1.0.2. The equivalent group functions were added in OpenSSL 1.1.1. The \fBSSL_get_negotiated_group()\fR function was added in OpenSSL 3.0.0. +.PP +Support for ignoring unknown groups in \fBSSL_CTX_set1_groups_list()\fR and +\&\fBSSL_set1_groups_list()\fR was added in OpenSSL 3.3. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2013\-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2013\-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 |