diff options
| author | schwarze <> | 2021-11-12 14:34:57 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-11-12 14:34:57 +0000 |
| commit | cc831206b4fbe9aff01452e6914f15fb577b12b0 (patch) | |
| tree | 6b93536cdb06078bb44390bdf6f605ecfb0246a9 | |
| parent | ae1de0603c0789874802f9390c36389363b5f090 (diff) | |
| download | openbsd-cc831206b4fbe9aff01452e6914f15fb577b12b0.tar.gz openbsd-cc831206b4fbe9aff01452e6914f15fb577b12b0.tar.bz2 openbsd-cc831206b4fbe9aff01452e6914f15fb577b12b0.zip | |
mention what X509_cmp_time(3) does with a cmp_time argument of NULL
| -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 |
