[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Wed Jan 18 13:22:00 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via c9c36ee1fb7788166d7551bc7b79e052ff750a30 (commit)
from 87f7c47fdb56fd78823d50ee85095e6e0c17b117 (commit)
- Log -----------------------------------------------------------------
commit c9c36ee1fb7788166d7551bc7b79e052ff750a30
Author: Markus Triska <triska at metalevel.at>
Date: Wed Jan 18 01:40:36 2017 +0100
Correct reference to SSL_get_peer_cert_chain().
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
CLA: trivial
(Merged from https://github.com/openssl/openssl/pull/2247)
(cherry picked from commit 1f164c6fadd0eef0aa0997c51639a11276bf9072)
-----------------------------------------------------------------------
Summary of changes:
doc/ssl/SSL_get_peer_cert_chain.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ssl/SSL_get_peer_cert_chain.pod b/doc/ssl/SSL_get_peer_cert_chain.pod
index 2e4f1e4..f122124 100644
--- a/doc/ssl/SSL_get_peer_cert_chain.pod
+++ b/doc/ssl/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.
More information about the openssl-commits
mailing list