summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_get0_certificate.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/man/SSL_CTX_get0_certificate.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_get0_certificate.3 b/src/lib/libssl/man/SSL_CTX_get0_certificate.3
index 3986912035..d63ad572b1 100644
--- a/src/lib/libssl/man/SSL_CTX_get0_certificate.3
+++ b/src/lib/libssl/man/SSL_CTX_get0_certificate.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_get0_certificate.3,v 1.1 2018/02/18 22:18:59 schwarze Exp $ 1.\" $OpenBSD: SSL_CTX_get0_certificate.3,v 1.2 2018/03/23 14:28:16 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2018 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: February 18 2018 $ 17.Dd $Mdocdate: March 23 2018 $
18.Dt SSL_CTX_GET0_CERTIFICATE 3 18.Dt SSL_CTX_GET0_CERTIFICATE 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -44,3 +44,7 @@ The returned pointer must not be freed by the caller.
44.Xr X509_get_pubkey 3 , 44.Xr X509_get_pubkey 3 ,
45.Xr X509_get_subject_name 3 , 45.Xr X509_get_subject_name 3 ,
46.Xr X509_new 3 46.Xr X509_new 3
47.Sh HISTORY
48.Fn SSL_CTX_get0_certificate
49first appeared in OpenSSL 1.0.2 and have been available since
50.Ox 6.3 .