]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/SSL_get_peer_cert_chain.pod
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / doc / man3 / SSL_get_peer_cert_chain.pod
index 805ee36c7d00074a2e5ae7f1da3d297728ebcd5e..f36329dca9f2adc3b3f9260216c36a87ef8e4335 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.
 
@@ -69,7 +69,7 @@ L<X509_chain_up_ref(3)>
 
 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.