summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/CMS_add1_signer.37
-rw-r--r--src/lib/libcrypto/man/CMS_sign.37
-rw-r--r--src/lib/libcrypto/man/CMS_verify.37
3 files changed, 15 insertions, 6 deletions
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 @@
1.\" $OpenBSD: CMS_add1_signer.3,v 1.8 2020/06/24 18:15:00 jmc Exp $ 1.\" $OpenBSD: CMS_add1_signer.3,v 1.9 2024/03/29 06:43:12 tb Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: June 24 2020 $ 68.Dd $Mdocdate: March 29 2024 $
69.Dt CMS_ADD1_SIGNER 3 69.Dt CMS_ADD1_SIGNER 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -229,6 +229,9 @@ if an error occurs.
229.Sh STANDARDS 229.Sh STANDARDS
230RFC 5652: Cryptographic Message Syntax, section 5.1: SignedData Type 230RFC 5652: Cryptographic Message Syntax, section 5.1: SignedData Type
231.Pp 231.Pp
232RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures
233in the Cryptographic Message Syntax (CMS)
234.Pp
232RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) 235RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME)
233Version\ 4.0 Message Specification 236Version\ 4.0 Message Specification
234.Bl -dash -compact -offset indent 237.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 @@
1.\" $OpenBSD: CMS_sign.3,v 1.9 2020/06/24 18:15:00 jmc Exp $ 1.\" $OpenBSD: CMS_sign.3,v 1.10 2024/03/29 06:43:12 tb Exp $
2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: June 24 2020 $ 51.Dd $Mdocdate: March 29 2024 $
52.Dt CMS_SIGN 3 52.Dt CMS_SIGN 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -231,6 +231,9 @@ section 5.1: SignedData Type
231section 5.3: SignerInfo Type 231section 5.3: SignerInfo Type
232.El 232.El
233.Pp 233.Pp
234RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures
235in the Cryptographic Message Syntax (CMS)
236.Pp
234RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) 237RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME)
235Version\ 4.0 Message Specification, 238Version\ 4.0 Message Specification,
236section 2.5.2: SMIMECapabilities Attribute 239section 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 @@
1.\" $OpenBSD: CMS_verify.3,v 1.9 2023/06/05 17:17:23 job Exp $ 1.\" $OpenBSD: CMS_verify.3,v 1.10 2024/03/29 06:43:12 tb Exp $
2.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200 2.\" full merge up to: OpenSSL 35fd9953 May 28 14:49:38 2019 +0200
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: June 5 2023 $ 51.Dd $Mdocdate: March 29 2024 $
52.Dt CMS_VERIFY 3 52.Dt CMS_VERIFY 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -213,6 +213,9 @@ The error can be obtained from
213.Sh STANDARDS 213.Sh STANDARDS
214RFC 5652: Cryptographic Message Syntax (CMS), 214RFC 5652: Cryptographic Message Syntax (CMS),
215section 5.1: SignedData Type 215section 5.1: SignedData Type
216.Pp
217RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures
218in the Cryptographic Message Syntax (CMS)
216.Sh HISTORY 219.Sh HISTORY
217These functions first appeared in OpenSSL 0.9.8h 220These functions first appeared in OpenSSL 0.9.8h
218and have been available since 221and have been available since