Handle negative reply for NNTP STARTTLS in s_client
[openssl.git] / doc / man3 / SSL_get_peer_cert_chain.pod
index 2e4f1e4185e01116a719ac53045312671ee4bda5..1ead4f987c4ce92328031509c57ca6bd2e720ba8 100644 (file)
@@ -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.
 
@@ -62,7 +62,7 @@ The return value points to the certificate chain presented by the peer.
 
 =head1 SEE ALSO
 
-L<ssl(3)>, L<SSL_get_peer_certificate(3)>, L<X509_up_ref(3)>,
+L<ssl(7)>, L<SSL_get_peer_certificate(3)>, L<X509_up_ref(3)>,
 L<X509_chain_up_ref(3)>
 
 =head1 COPYRIGHT