summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2025-07-27 19:31:20 +0000
committerschwarze <>2025-07-27 19:31:20 +0000
commite45df38fdf359c2b4dbbf04d6e24649c51a01b69 (patch)
tree764fa98e8a431dd62c895a16c652fcbf1dd87731 /src
parent8219b8128b462a346c845af56428e15357a85683 (diff)
downloadopenbsd-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')
-rw-r--r--src/lib/libcrypto/man/PKCS7_add_attribute.36
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,
307section 5.3: Attribute types for use in PKCS #7 data 307section 5.3: Attribute types for use in PKCS #7 data
308and section 5.6: Attributes defined in S/MIME 308and section 5.6: Attributes defined in S/MIME
309.Pp 309.Pp
310RFC 5652: Cryptographic Message Syntax (CMS),
311section 5.3: SignerInfo Type
312and section 11: Useful Attributes
313.Pp
310RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME) 314RFC 8551: Secure/Multipurpose Internet Mail Extensions (S/MIME)
311Version 4.0 Message Specification, 315Version 4.0 Message Specification,
312section 2.5.2: SMIMECapabilities Attribute 316section 2.5.2: SMIMECapabilities Attribute