Searched refs:peer_cert (Results 1 - 23 of 23) sorted by relevance

/external/webrtc/webrtc/base/
H A Dopensslstreamadapter.h166 const X509* peer_cert,
H A Dopensslstreamadapter.cc1081 const X509* peer_cert,
1094 ASSERT((peer_cert != NULL) || (!peer_digest.empty()));
1079 SSLPostConnectionCheck(SSL* ssl, const char* server_name, const X509* peer_cert, const std::string &peer_digest) argument
/external/libevent/test/
H A Dregress_ssl.c312 X509 *peer_cert; local
316 peer_cert = SSL_get_peer_certificate(ssl);
318 tt_assert(peer_cert == NULL);
320 tt_assert(peer_cert != NULL);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_read.c296 ev.peer_cert.cert = cert_buf;
305 ev.peer_cert.hash = hash;
306 ev.peer_cert.hash_len = sizeof(hash);
311 ev.peer_cert.depth = depth;
313 ev.peer_cert.subject = subject;
335 ev.peer_cert.subject = subject;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_read.c296 ev.peer_cert.cert = cert_buf;
305 ev.peer_cert.hash = hash;
306 ev.peer_cert.hash_len = sizeof(hash);
311 ev.peer_cert.depth = depth;
313 ev.peer_cert.subject = subject;
335 ev.peer_cert.subject = subject;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_read.c296 ev.peer_cert.cert = cert_buf;
305 ev.peer_cert.hash = hash;
306 ev.peer_cert.hash_len = sizeof(hash);
311 ev.peer_cert.depth = depth;
313 ev.peer_cert.subject = subject;
335 ev.peer_cert.subject = subject;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h67 } peer_cert; member in union:tls_event_data
H A Dtls_gnutls.c1169 ev.peer_cert.cert = cert_buf;
1175 ev.peer_cert.hash = hash;
1176 ev.peer_cert.hash_len = sizeof(hash);
1179 ev.peer_cert.depth = i;
1180 ev.peer_cert.subject = buf;
H A Dtls_openssl.c253 X509 *peer_cert; member in struct:tls_connection
1847 ev.peer_cert.cert = cert;
1856 ev.peer_cert.hash = hash;
1857 ev.peer_cert.hash_len = sizeof(hash);
1861 ev.peer_cert.depth = depth;
1862 ev.peer_cert.subject = subject;
1903 ev.peer_cert.altsubject[alt] = altsubject[alt];
1904 ev.peer_cert.num_altsubject = num_altsubject;
1939 conn->peer_cert = err_cert;
4162 if (!conn->peer_cert) {
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h67 } peer_cert; member in union:tls_event_data
H A Dtls_gnutls.c1169 ev.peer_cert.cert = cert_buf;
1175 ev.peer_cert.hash = hash;
1176 ev.peer_cert.hash_len = sizeof(hash);
1179 ev.peer_cert.depth = i;
1180 ev.peer_cert.subject = buf;
H A Dtls_openssl.c253 X509 *peer_cert; member in struct:tls_connection
1847 ev.peer_cert.cert = cert;
1856 ev.peer_cert.hash = hash;
1857 ev.peer_cert.hash_len = sizeof(hash);
1861 ev.peer_cert.depth = depth;
1862 ev.peer_cert.subject = subject;
1903 ev.peer_cert.altsubject[alt] = altsubject[alt];
1904 ev.peer_cert.num_altsubject = num_altsubject;
1939 conn->peer_cert = err_cert;
4162 if (!conn->peer_cert) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h67 } peer_cert; member in union:tls_event_data
H A Dtls_gnutls.c1169 ev.peer_cert.cert = cert_buf;
1175 ev.peer_cert.hash = hash;
1176 ev.peer_cert.hash_len = sizeof(hash);
1179 ev.peer_cert.depth = i;
1180 ev.peer_cert.subject = buf;
H A Dtls_openssl.c253 X509 *peer_cert; member in struct:tls_connection
1847 ev.peer_cert.cert = cert;
1856 ev.peer_cert.hash = hash;
1857 ev.peer_cert.hash_len = sizeof(hash);
1861 ev.peer_cert.depth = depth;
1862 ev.peer_cert.subject = subject;
1903 ev.peer_cert.altsubject[alt] = altsubject[alt];
1904 ev.peer_cert.num_altsubject = num_altsubject;
1939 conn->peer_cert = err_cert;
4162 if (!conn->peer_cert) {
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c2081 if (data->peer_cert.hash) {
2082 size_t len = data->peer_cert.hash_len * 2 + 1;
2086 data->peer_cert.hash,
2087 data->peer_cert.hash_len);
2092 data->peer_cert.depth,
2093 data->peer_cert.subject,
2094 data->peer_cert.altsubject,
2095 data->peer_cert.num_altsubject,
2096 hash_hex, data->peer_cert.cert);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c2081 if (data->peer_cert.hash) {
2082 size_t len = data->peer_cert.hash_len * 2 + 1;
2086 data->peer_cert.hash,
2087 data->peer_cert.hash_len);
2092 data->peer_cert.depth,
2093 data->peer_cert.subject,
2094 data->peer_cert.altsubject,
2095 data->peer_cert.num_altsubject,
2096 hash_hex, data->peer_cert.cert);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c2081 if (data->peer_cert.hash) {
2082 size_t len = data->peer_cert.hash_len * 2 + 1;
2086 data->peer_cert.hash,
2087 data->peer_cert.hash_len);
2092 data->peer_cert.depth,
2093 data->peer_cert.subject,
2094 data->peer_cert.altsubject,
2095 data->peer_cert.num_altsubject,
2096 hash_hex, data->peer_cert.cert);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c54 X509 *peer_cert; member in struct:http_ctx
1006 ctx->peer_cert = cert;
1186 if (!ctx->peer_cert) {
1202 id = OCSP_cert_to_id(EVP_sha256(), ctx->peer_cert, ctx->peer_issuer);
1215 id = OCSP_cert_to_id(NULL, ctx->peer_cert, ctx->peer_issuer);
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c54 X509 *peer_cert; member in struct:http_ctx
1006 ctx->peer_cert = cert;
1186 if (!ctx->peer_cert) {
1202 id = OCSP_cert_to_id(EVP_sha256(), ctx->peer_cert, ctx->peer_issuer);
1215 id = OCSP_cert_to_id(NULL, ctx->peer_cert, ctx->peer_issuer);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c54 X509 *peer_cert; member in struct:http_ctx
1006 ctx->peer_cert = cert;
1186 if (!ctx->peer_cert) {
1202 id = OCSP_cert_to_id(EVP_sha256(), ctx->peer_cert, ctx->peer_issuer);
1215 id = OCSP_cert_to_id(NULL, ctx->peer_cert, ctx->peer_issuer);
/external/python/cpython2/Modules/
H A D_ssl.c303 X509 *peer_cert; member in struct:__anon19410
553 self->peer_cert = NULL;
663 if (self->peer_cert)
664 X509_free (self->peer_cert);
666 self->peer_cert = SSL_get_peer_certificate(self->ssl);
1421 if (!self->peer_cert)
1429 return _certificate_to_der(self->peer_cert);
1435 return _decode_certificate(self->peer_cert);
1595 if (self->peer_cert) /* Possible not to have one? */
1596 X509_free (self->peer_cert);
[all...]
/external/python/cpython3/Modules/
H A D_ssl.c301 X509 *peer_cert; member in struct:__anon20030
598 self->peer_cert = NULL;
751 if (self->peer_cert)
752 X509_free (self->peer_cert);
754 self->peer_cert = SSL_get_peer_certificate(self->ssl);
1522 if (!self->peer_cert)
1527 return _certificate_to_der(self->peer_cert);
1533 return _decode_certificate(self->peer_cert);
1855 if (self->peer_cert) /* Possible not to have one? */
1856 X509_free (self->peer_cert);
[all...]

Completed in 839 milliseconds