mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Correct reference to SSL_get_peer_cert_chain().
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> CLA: trivial (Merged from https://github.com/openssl/openssl/pull/2247)
This commit is contained in:
parent
487d3a726a
commit
1f164c6fad
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user