summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-07-27 07:13:24 +0000
committertb <>2025-07-27 07:13:24 +0000
commit42e6faeb549e5a0113db8e27fa15698b0948fad8 (patch)
tree61755df20f1d0e9bef6fcf51e8a6091e690a8222 /src
parent33683d7f8034ad6ba3e6e873d6e5d5801cebba29 (diff)
downloadopenbsd-42e6faeb549e5a0113db8e27fa15698b0948fad8.tar.gz
openbsd-42e6faeb549e5a0113db8e27fa15698b0948fad8.tar.bz2
openbsd-42e6faeb549e5a0113db8e27fa15698b0948fad8.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/PKCS7_add_attribute.36
1 files changed, 3 insertions, 3 deletions
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 @@
1.\" $OpenBSD: PKCS7_add_attribute.3,v 1.4 2025/06/08 22:40:30 schwarze Exp $ 1.\" $OpenBSD: PKCS7_add_attribute.3,v 1.5 2025/07/27 07:13:24 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 8 2025 $ 17.Dd $Mdocdate: July 27 2025 $
18.Dt PKCS7_ADD_ATTRIBUTE 3 18.Dt PKCS7_ADD_ATTRIBUTE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -346,7 +346,7 @@ in a state that violates the standard.
346.Fn PKCS7_add0_attrib_signing_time 346.Fn PKCS7_add0_attrib_signing_time
347does not validate 347does not validate
348.Fa t 348.Fa t
349in any way. 349beyond checking that it is well-formed per RFC 5652, section 11.3.
350In particular, it may set the signing time to the future 350In particular, it may set the signing time to the future
351or to the remote past. 351or to the remote past.
352.Sh BUGS 352.Sh BUGS