diff options
Diffstat (limited to '')
-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. |