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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dauthsrv.c179 data->peer_cert.depth,
180 data->peer_cert.serial_num ? data->peer_cert.serial_num : "N/A",
181 data->peer_cert.subject);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c246 X509 *peer_cert; local
250 peer_cert = SSL_get_peer_certificate(ssl);
252 tt_assert(peer_cert == NULL);
254 tt_assert(peer_cert != NULL);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c93 WOLFSSL_X509 *peer_cert; member in struct:tls_connection
875 ev.peer_cert.cert = cert;
886 ev.peer_cert.hash = hash;
887 ev.peer_cert.hash_len = sizeof(hash);
892 ev.peer_cert.depth = depth;
893 ev.peer_cert.subject = subject;
934 ev.peer_cert.altsubject[alt] = alt_subject[alt];
935 ev.peer_cert.num_altsubject = num_alt_subject;
975 conn->peer_cert = err_cert;
H A Dtls_openssl.c265 X509 *peer_cert; member in struct:tls_connection
1649 if (!conn->peer_cert)
1652 ser = X509_get_serialNumber(conn->peer_cert);
2221 ev.peer_cert.cert = cert;
2230 ev.peer_cert.hash = hash;
2231 ev.peer_cert.hash_len = sizeof(hash);
2235 ev.peer_cert.depth = depth;
2236 ev.peer_cert.subject = subject;
2243 ev.peer_cert.serial_num = serial_num;
2285 ev.peer_cert
[all...]
H A Dtls.h72 struct tls_cert_data peer_cert; member in union:tls_event_data
H A Dtls_gnutls.c1311 ev.peer_cert.cert = cert_buf;
1317 ev.peer_cert.hash = hash;
1318 ev.peer_cert.hash_len = sizeof(hash);
1321 ev.peer_cert.depth = i;
1322 ev.peer_cert.subject = buf;
/freebsd-11-stable/contrib/wpa/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;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c62 X509 *peer_cert; member in struct:http_ctx
1023 ctx->peer_cert = cert;
1203 if (!ctx->peer_cert) {
1219 id = OCSP_cert_to_id(EVP_sha256(), ctx->peer_cert, ctx->peer_issuer);
1232 id = OCSP_cert_to_id(NULL, ctx->peer_cert, ctx->peer_issuer);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c2090 if (data->peer_cert.hash) {
2091 size_t len = data->peer_cert.hash_len * 2 + 1;
2095 data->peer_cert.hash,
2096 data->peer_cert.hash_len);
2100 sm->eapol_cb->notify_cert(sm->eapol_ctx, &data->peer_cert,
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c2995 X509 *peer_cert; local
3006 peer_cert =
3009 if (!peer_cert)
3010 peer_cert =
3013 if (!peer_cert) {
3020 X509_get_pubkey(peer_cert), NULL);

Completed in 183 milliseconds