aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarkus Triska <triska@metalevel.at>2017-01-18 01:40:36 +0100
committerMarkus Triska <triska@metalevel.at>2017-01-18 01:40:36 +0100
commit1f164c6fadd0eef0aa0997c51639a11276bf9072 (patch)
treedf3ebceeda273dd165d8b3c51f05445dd4f98237 /doc
parent487d3a726a1970e84853434561d88cb4ac212d15 (diff)
downloadopenssl-1f164c6fadd0eef0aa0997c51639a11276bf9072.tar.gz
Correct reference to SSL_get_peer_cert_chain().
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> CLA: trivial (Merged from https://github.com/openssl/openssl/pull/2247)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_get_peer_cert_chain.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_get_peer_cert_chain.pod b/doc/man3/SSL_get_peer_cert_chain.pod
index 805ee36c7d..1ead4f987c 100644
--- a/doc/man3/SSL_get_peer_cert_chain.pod
+++ b/doc/man3/SSL_get_peer_cert_chain.pod
@@ -21,7 +21,7 @@ side, the peer's certificate must be obtained separately using
L<SSL_get_peer_certificate(3)>.
If the peer did not present a certificate, NULL is returned.
-NB: SSL_get_peer_chain() returns the peer chain as sent by the peer: it
+NB: SSL_get_peer_cert_chain() returns the peer chain as sent by the peer: it
only consists of certificates the peer has sent (in the order the peer
has sent them) it is B<not> a verified chain.