Home
last modified time | relevance | path

Searched refs:srv_cert (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_ocsp.c354 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() argument
599 if (!srv_cert) { in tls_process_basic_ocsp_response()
605 if (srv_cert->next) { in tls_process_basic_ocsp_response()
607 issuer = srv_cert->next; in tls_process_basic_ocsp_response()
612 if (x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
630 x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
659 res = tls_process_ocsp_responses(conn, srv_cert, issuer, in tls_process_basic_ocsp_response()
662 srv_cert->ocsp_revoked = 1; in tls_process_basic_ocsp_response()
664 srv_cert->ocsp_good = 1; in tls_process_basic_ocsp_response()
/external/scapy/test/
Dtls.uts860 srv_cert = cert.certs[0][1]
861 assert(isinstance(srv_cert, Cert))
862 assert(srv_cert.serial == 0x077a5dc3362301f989fe54f7f86f3e64)
863 srv_cert.subject['commonName'] == 'www.github.com'
Dsslv2.uts16 # openssl s_server -cert test/tls/pki/srv_cert.pem -key test/tls/pki/srv_key.pem -Verify 2 -cipher …