summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/man/SSL_get_peer_cert_chain.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_get_peer_cert_chain.3 b/src/lib/libssl/man/SSL_get_peer_cert_chain.3
index 0fd44f7c2a..b438f45d24 100644
--- a/src/lib/libssl/man/SSL_get_peer_cert_chain.3
+++ b/src/lib/libssl/man/SSL_get_peer_cert_chain.3
@@ -1,5 +1,6 @@
1.\" $OpenBSD: SSL_get_peer_cert_chain.3,v 1.2 2016/12/03 09:13:20 schwarze Exp $ 1.\" $OpenBSD: SSL_get_peer_cert_chain.3,v 1.3 2017/03/28 18:21:55 schwarze Exp $
2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 2.\" OpenSSL SSL_get_peer_cert_chain.pod 1f164c6f Jan 18 01:40:36 2017 +0100
3.\" OpenSSL SSL_get_peer_cert_chain.pod 9b86974e Aug 17 15:21:33 2015 -0400
3.\" 4.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 5.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
5.\" Copyright (c) 2000, 2005, 2014, 2016 The OpenSSL Project. 6.\" Copyright (c) 2000, 2005, 2014, 2016 The OpenSSL Project.
@@ -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: December 3 2016 $ 53.Dd $Mdocdate: March 28 2017 $
53.Dt SSL_GET_PEER_CERT_CHAIN 3 54.Dt SSL_GET_PEER_CERT_CHAIN 3
54.Os 55.Os
55.Sh NAME 56.Sh NAME
@@ -72,7 +73,7 @@ If the peer did not present a certificate,
72.Dv NULL 73.Dv NULL
73is returned. 74is returned.
74.Pp 75.Pp
75.Fn SSL_get_peer_chain 76.Fn SSL_get_peer_cert_chain
76returns the peer chain as sent by the peer: it only consists of 77returns the peer chain as sent by the peer: it only consists of
77certificates the peer has sent (in the order the peer has sent them) 78certificates the peer has sent (in the order the peer has sent them)
78and it is not a verified chain. 79and it is not a verified chain.