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/debian-unstable/man3/CMS_sign.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/debian-unstable/man3/CMS_sign.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/CMS_sign.3ssl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/upstream/debian-unstable/man3/CMS_sign.3ssl b/upstream/debian-unstable/man3/CMS_sign.3ssl index fc05ee99..6526bf57 100644 --- a/upstream/debian-unstable/man3/CMS_sign.3ssl +++ b/upstream/debian-unstable/man3/CMS_sign.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "CMS_SIGN 3SSL" -.TH CMS_SIGN 3SSL 2024-02-03 3.1.5 OpenSSL +.TH CMS_SIGN 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -183,6 +183,9 @@ The \fBCMS_STREAM\fR flag is only supported for detached data in OpenSSL 0.9.8, it is supported for embedded data in OpenSSL 1.0.0 and later. .PP The \fBCMS_sign_ex()\fR method was added in OpenSSL 3.0. +.PP +Since OpenSSL 3.2, \fBCMS_sign_ex()\fR and \fBCMS_sign()\fR ignore any duplicate +certificates in their \fIcerts\fR argument and no longer throw an error for them. .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright 2008\-2023 The OpenSSL Project Authors. All Rights Reserved. |