diff options
author | tb <> | 2025-07-27 07:13:24 +0000 |
---|---|---|
committer | tb <> | 2025-07-27 07:13:24 +0000 |
commit | 3f37670b4a1c62c196fef9ea75e256288cd1760b (patch) | |
tree | 61755df20f1d0e9bef6fcf51e8a6091e690a8222 /src | |
parent | b2cb32920a6667af40d758ec04123fa98612d608 (diff) | |
download | openbsd-3f37670b4a1c62c196fef9ea75e256288cd1760b.tar.gz openbsd-3f37670b4a1c62c196fef9ea75e256288cd1760b.tar.bz2 openbsd-3f37670b4a1c62c196fef9ea75e256288cd1760b.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.3 | 6 |
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 |
347 | does not validate | 347 | does not validate |
348 | .Fa t | 348 | .Fa t |
349 | in any way. | 349 | beyond checking that it is well-formed per RFC 5652, section 11.3. |
350 | In particular, it may set the signing time to the future | 350 | In particular, it may set the signing time to the future |
351 | or to the remote past. | 351 | or to the remote past. |
352 | .Sh BUGS | 352 | .Sh BUGS |