diff options
author | schwarze <> | 2025-07-27 19:31:20 +0000 |
---|---|---|
committer | schwarze <> | 2025-07-27 19:31:20 +0000 |
commit | e45df38fdf359c2b4dbbf04d6e24649c51a01b69 (patch) | |
tree | 764fa98e8a431dd62c895a16c652fcbf1dd87731 /src/lib/libcrypto/man | |
parent | 8219b8128b462a346c845af56428e15357a85683 (diff) | |
download | openbsd-e45df38fdf359c2b4dbbf04d6e24649c51a01b69.tar.gz openbsd-e45df38fdf359c2b4dbbf04d6e24649c51a01b69.tar.bz2 openbsd-e45df38fdf359c2b4dbbf04d6e24649c51a01b69.zip |
Below STANDARDS, reference the two most relevant sections of RFC 5652.
Given that RFC 5652 does not override the earlier (and simpler)
standards but instead strives to remain compatible, referencing
both the original and the latest versions seems helpful.
OK tb@
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r-- | src/lib/libcrypto/man/PKCS7_add_attribute.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/PKCS7_add_attribute.3 b/src/lib/libcrypto/man/PKCS7_add_attribute.3 index 5b284b7b57..e7c8c734c4 100644 --- a/src/lib/libcrypto/man/PKCS7_add_attribute.3 +++ b/src/lib/libcrypto/man/PKCS7_add_attribute.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PKCS7_add_attribute.3,v 1.5 2025/07/27 07:13:24 tb Exp $ | 1 | .\" $OpenBSD: PKCS7_add_attribute.3,v 1.6 2025/07/27 19:31:20 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -307,6 +307,10 @@ RFC 2985: PKCS #9: Selected Object Classes and Attribute Types Version 2.0, | |||
307 | section 5.3: Attribute types for use in PKCS #7 data | 307 | section 5.3: Attribute types for use in PKCS #7 data |
308 | and section 5.6: Attributes defined in S/MIME | 308 | and section 5.6: Attributes defined in S/MIME |
309 | .Pp | 309 | .Pp |
310 | RFC 5652: Cryptographic Message Syntax (CMS), | ||
311 | section 5.3: SignerInfo Type | ||
312 | and section 11: Useful Attributes | ||
313 | .Pp | ||
310 | RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) | 314 | RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) |
311 | Version 4.0 Message Specification, | 315 | Version 4.0 Message Specification, |
312 | section 2.5.2: SMIMECapabilities Attribute | 316 | section 2.5.2: SMIMECapabilities Attribute |