From a35309bbae89f80ac98c660f5d8aed574c055ccc Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Mar 2024 06:43:12 +0000 Subject: Sprinkle a few references to RFC 8419 --- src/lib/libcrypto/man/CMS_add1_signer.3 | 7 +++++-- src/lib/libcrypto/man/CMS_sign.3 | 7 +++++-- src/lib/libcrypto/man/CMS_verify.3 | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/CMS_add1_signer.3 b/src/lib/libcrypto/man/CMS_add1_signer.3 index 9ee97dfaf4..720a27f293 100644 --- a/src/lib/libcrypto/man/CMS_add1_signer.3 +++ b/src/lib/libcrypto/man/CMS_add1_signer.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_add1_signer.3,v 1.8 2020/06/24 18:15:00 jmc Exp $ +.\" $OpenBSD: CMS_add1_signer.3,v 1.9 2024/03/29 06:43:12 tb Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 24 2020 $ +.Dd $Mdocdate: March 29 2024 $ .Dt CMS_ADD1_SIGNER 3 .Os .Sh NAME @@ -229,6 +229,9 @@ if an error occurs. .Sh STANDARDS RFC 5652: Cryptographic Message Syntax, section 5.1: SignedData Type .Pp +RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures +in the Cryptographic Message Syntax (CMS) +.Pp RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) Version\ 4.0 Message Specification .Bl -dash -compact -offset indent diff --git a/src/lib/libcrypto/man/CMS_sign.3 b/src/lib/libcrypto/man/CMS_sign.3 index 64461959dd..e2daa859d4 100644 --- a/src/lib/libcrypto/man/CMS_sign.3 +++ b/src/lib/libcrypto/man/CMS_sign.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_sign.3,v 1.9 2020/06/24 18:15:00 jmc Exp $ +.\" $OpenBSD: CMS_sign.3,v 1.10 2024/03/29 06:43:12 tb Exp $ .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 24 2020 $ +.Dd $Mdocdate: March 29 2024 $ .Dt CMS_SIGN 3 .Os .Sh NAME @@ -231,6 +231,9 @@ section 5.1: SignedData Type section 5.3: SignerInfo Type .El .Pp +RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures +in the Cryptographic Message Syntax (CMS) +.Pp RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) Version\ 4.0 Message Specification, section 2.5.2: SMIMECapabilities Attribute diff --git a/src/lib/libcrypto/man/CMS_verify.3 b/src/lib/libcrypto/man/CMS_verify.3 index ac23866699..63f1b8bb18 100644 --- a/src/lib/libcrypto/man/CMS_verify.3 +++ b/src/lib/libcrypto/man/CMS_verify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMS_verify.3,v 1.9 2023/06/05 17:17:23 job Exp $ +.\" $OpenBSD: CMS_verify.3,v 1.10 2024/03/29 06:43:12 tb Exp $ .\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2023 $ +.Dd $Mdocdate: March 29 2024 $ .Dt CMS_VERIFY 3 .Os .Sh NAME @@ -213,6 +213,9 @@ The error can be obtained from .Sh STANDARDS RFC 5652: Cryptographic Message Syntax (CMS), section 5.1: SignedData Type +.Pp +RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures +in the Cryptographic Message Syntax (CMS) .Sh HISTORY These functions first appeared in OpenSSL 0.9.8h and have been available since -- cgit v1.2.3-55-g6feb