From: Markus Triska Date: Wed, 18 Jan 2017 00:40:36 +0000 (+0100) Subject: Correct reference to SSL_get_peer_cert_chain(). X-Git-Tag: OpenSSL_1_1_1-pre1~2658 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f164c6fadd0eef0aa0997c51639a11276bf9072;p=oweals%2Fopenssl.git Correct reference to SSL_get_peer_cert_chain(). Reviewed-by: Rich Salz Reviewed-by: Richard Levitte CLA: trivial (Merged from https://github.com/openssl/openssl/pull/2247) --- 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. 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 a verified chain.