diff options
author | schwarze <> | 2019-08-23 12:23:39 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-23 12:23:39 +0000 |
commit | bd32a855e77be70d4bf689296862e8f1c7c23c06 (patch) | |
tree | f6e2028295867dea351ad22d78cfe3658fd2b379 /src/lib/libcrypto/man/X509_check_host.3 | |
parent | f47ec90a69edbbb3f31bc84155ec6beb3abb4d36 (diff) | |
download | openbsd-bd32a855e77be70d4bf689296862e8f1c7c23c06.tar.gz openbsd-bd32a855e77be70d4bf689296862e8f1c7c23c06.tar.bz2 openbsd-bd32a855e77be70d4bf689296862e8f1c7c23c06.zip |
document X509_get1_email(3), X509_get1_ocsp(3), X509_email_free(3)
Diffstat (limited to 'src/lib/libcrypto/man/X509_check_host.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_check_host.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_check_host.3 b/src/lib/libcrypto/man/X509_check_host.3 index 9bd059a6fe..a2c91af1ad 100644 --- a/src/lib/libcrypto/man/X509_check_host.3 +++ b/src/lib/libcrypto/man/X509_check_host.3 | |||
@@ -1,9 +1,10 @@ | |||
1 | .\" $OpenBSD: X509_check_host.3,v 1.4 2019/06/06 01:06:59 schwarze Exp $ | 1 | .\" $OpenBSD: X509_check_host.3,v 1.5 2019/08/23 12:23:39 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" full merge up to: OpenSSL 6738bf14 Feb 13 12:51:29 2018 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Florian Weimer <fweimer@redhat.com> and | 4 | .\" This file was written by Florian Weimer <fweimer@redhat.com> and |
5 | .\" Viktor Dukhovni <openssl-users@dukhovni.org>. | 5 | .\" Viktor Dukhovni <openssl-users@dukhovni.org>. |
6 | .\" Copyright (c) 2012, 2014, 2015, 2016 The OpenSSL Project. All rights reserved. | 6 | .\" Copyright (c) 2012, 2014, 2015, 2016 The OpenSSL Project. |
7 | .\" All rights reserved. | ||
7 | .\" | 8 | .\" |
8 | .\" Redistribution and use in source and binary forms, with or without | 9 | .\" Redistribution and use in source and binary forms, with or without |
9 | .\" modification, are permitted provided that the following conditions | 10 | .\" modification, are permitted provided that the following conditions |
@@ -49,7 +50,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 52 | .\" |
52 | .Dd $Mdocdate: June 6 2019 $ | 53 | .Dd $Mdocdate: August 23 2019 $ |
53 | .Dt X509_CHECK_HOST 3 | 54 | .Dt X509_CHECK_HOST 3 |
54 | .Os | 55 | .Os |
55 | .Sh NAME | 56 | .Sh NAME |
@@ -234,6 +235,7 @@ returns -2 if the provided | |||
234 | contains embedded NUL bytes. | 235 | contains embedded NUL bytes. |
235 | .Sh SEE ALSO | 236 | .Sh SEE ALSO |
236 | .Xr X509_EXTENSION_new 3 , | 237 | .Xr X509_EXTENSION_new 3 , |
238 | .Xr X509_get1_email 3 , | ||
237 | .Xr X509_new 3 | 239 | .Xr X509_new 3 |
238 | .Sh HISTORY | 240 | .Sh HISTORY |
239 | These functions first appeared in OpenSSL 1.0.2 | 241 | These functions first appeared in OpenSSL 1.0.2 |