diff options
author | schwarze <> | 2021-11-12 14:34:57 +0000 |
---|---|---|
committer | schwarze <> | 2021-11-12 14:34:57 +0000 |
commit | 93ed50fc91961bf77f9892ec05c958e951083b25 (patch) | |
tree | 6b93536cdb06078bb44390bdf6f605ecfb0246a9 /src/lib | |
parent | 2a7751f58482c5336ab856f257ed371d86679f60 (diff) | |
download | openbsd-93ed50fc91961bf77f9892ec05c958e951083b25.tar.gz openbsd-93ed50fc91961bf77f9892ec05c958e951083b25.tar.bz2 openbsd-93ed50fc91961bf77f9892ec05c958e951083b25.zip |
mention what X509_cmp_time(3) does with a cmp_time argument of NULL
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_cmp_time.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_cmp_time.3 b/src/lib/libcrypto/man/X509_cmp_time.3 index 7c61e2f605..0f2afdad02 100644 --- a/src/lib/libcrypto/man/X509_cmp_time.3 +++ b/src/lib/libcrypto/man/X509_cmp_time.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_cmp_time.3,v 1.10 2021/11/08 14:44:14 schwarze Exp $ | 1 | .\" $OpenBSD: X509_cmp_time.3,v 1.11 2021/11/12 14:34:57 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 | 2 | .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: November 8 2021 $ | 68 | .Dd $Mdocdate: November 12 2021 $ |
69 | .Dt X509_CMP_TIME 3 | 69 | .Dt X509_CMP_TIME 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -111,7 +111,11 @@ parses | |||
111 | with | 111 | with |
112 | .Xr ASN1_time_parse 3 | 112 | .Xr ASN1_time_parse 3 |
113 | and compares it to | 113 | and compares it to |
114 | .Fa cmp_time . | 114 | .Fa cmp_time , |
115 | or to the current time if | ||
116 | .Fa cmp_time | ||
117 | is | ||
118 | .Dv NULL . | ||
115 | .Fn X509_cmp_current_time | 119 | .Fn X509_cmp_current_time |
116 | compares it to the current time. | 120 | compares it to the current time. |
117 | .Pp | 121 | .Pp |