Lines Matching defs:X509
337 X509 *cert = NULL;
1108 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki)
1598 X509 *SSL_get1_peer_certificate(const SSL *s)
1600 X509 *r = SSL_get0_peer_certificate(s);
1608 X509 *SSL_get0_peer_certificate(const SSL *s)
1616 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s)
1618 STACK_OF(X509) *r;
3724 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s)
4211 X509 *SSL_get_certificate(const SSL *s)
4227 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx)
4997 STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s)
5066 * contains an SCT X509 extension. They will be stored in |s->scts|.
5126 X509 *cert = s->session != NULL ? s->session->peer : NULL;
5244 X509 *cert = s->session != NULL ? s->session->peer : NULL;
5245 X509 *issuer;