From 42e6faeb549e5a0113db8e27fa15698b0948fad8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 27 Jul 2025 07:13:24 +0000 Subject: Update PKCS7_add0_attrib_signing_time() docs Document the change of behavor from pk7_attr.c r1.17: the time is now validated to be in correct RFC 5280 time format. ok kenjiro --- src/lib/libcrypto/man/PKCS7_add_attribute.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/man/PKCS7_add_attribute.3 b/src/lib/libcrypto/man/PKCS7_add_attribute.3 index 6fe2144d79..5b284b7b57 100644 --- a/src/lib/libcrypto/man/PKCS7_add_attribute.3 +++ b/src/lib/libcrypto/man/PKCS7_add_attribute.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS7_add_attribute.3,v 1.4 2025/06/08 22:40:30 schwarze Exp $ +.\" $OpenBSD: PKCS7_add_attribute.3,v 1.5 2025/07/27 07:13:24 tb Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: July 27 2025 $ .Dt PKCS7_ADD_ATTRIBUTE 3 .Os .Sh NAME @@ -346,7 +346,7 @@ in a state that violates the standard. .Fn PKCS7_add0_attrib_signing_time does not validate .Fa t -in any way. +beyond checking that it is well-formed per RFC 5652, section 11.3. In particular, it may set the signing time to the future or to the remote past. .Sh BUGS -- cgit v1.2.3-55-g6feb