diff --git a/doc/man3/SSL_get_peer_cert_chain.pod b/doc/man3/SSL_get_peer_cert_chain.pod index 805ee36c7d00074a2e5ae7f1da3d297728ebcd5e..1ead4f987c4ce92328031509c57ca6bd2e720ba8 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.