diff options
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 |