diff options
author | tb <> | 2024-03-29 06:43:12 +0000 |
---|---|---|
committer | tb <> | 2024-03-29 06:43:12 +0000 |
commit | a35309bbae89f80ac98c660f5d8aed574c055ccc (patch) | |
tree | 6b3088f88ae823f3a91e9877afeaba8c38264447 /src/lib/libcrypto/man/CMS_verify.3 | |
parent | 6436c9adff80b7ce0419acbe536b83b8448e44c7 (diff) | |
download | openbsd-a35309bbae89f80ac98c660f5d8aed574c055ccc.tar.gz openbsd-a35309bbae89f80ac98c660f5d8aed574c055ccc.tar.bz2 openbsd-a35309bbae89f80ac98c660f5d8aed574c055ccc.zip |
Sprinkle a few references to RFC 8419
Diffstat (limited to 'src/lib/libcrypto/man/CMS_verify.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_verify.3 | 7 |
1 files changed, 5 insertions, 2 deletions
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 |
214 | RFC 5652: Cryptographic Message Syntax (CMS), | 214 | RFC 5652: Cryptographic Message Syntax (CMS), |
215 | section 5.1: SignedData Type | 215 | section 5.1: SignedData Type |
216 | .Pp | ||
217 | RFC 8419: Use of Edwards-Curve Digital Signature Algorithm (EdDSA) Signatures | ||
218 | in the Cryptographic Message Syntax (CMS) | ||
216 | .Sh HISTORY | 219 | .Sh HISTORY |
217 | These functions first appeared in OpenSSL 0.9.8h | 220 | These functions first appeared in OpenSSL 0.9.8h |
218 | and have been available since | 221 | and have been available since |