Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_get_peer_cert_chain

1435 // SSL_get_peer_cert_chain returns the peer's certificate chain or NULL if
1443 OPENSSL_EXPORT STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *ssl);
1450 // This is the same as |SSL_get_peer_cert_chain| except that this function
1453 // |SSL_get_peer_cert_chain| returns only the intermediate certificates if the
2202 // |SSL_get_peer_cert_chain| after the handshake. In the future, functions will