Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_client_ocsp.c345 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() argument
568 if (!srv_cert) { in tls_process_basic_ocsp_response()
574 if (srv_cert->next) { in tls_process_basic_ocsp_response()
576 issuer = srv_cert->next; in tls_process_basic_ocsp_response()
581 if (x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
599 x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
628 res = tls_process_ocsp_responses(conn, srv_cert, issuer, in tls_process_basic_ocsp_response()
631 srv_cert->ocsp_revoked = 1; in tls_process_basic_ocsp_response()
633 srv_cert->ocsp_good = 1; in tls_process_basic_ocsp_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/openssl/test/recipes/80-test_cmp_http_data/Mock/
Dserver.cnf4 srv_cert = server.crt
/third_party/node/deps/openssl/openssl/apps/
Dcmp.c1067 X509 *srv_cert = load_cert_pwd(opt_srv_cert, opt_srv_keypass, in setup_srv_ctx() local
1070 if (srv_cert == NULL || !OSSL_CMP_CTX_set1_cert(ctx, srv_cert)) { in setup_srv_ctx()
1071 X509_free(srv_cert); in setup_srv_ctx()
1074 X509_free(srv_cert); in setup_srv_ctx()
/third_party/openssl/apps/
Dcmp.c1067 X509 *srv_cert = load_cert_pwd(opt_srv_cert, opt_srv_keypass, in setup_srv_ctx() local
1070 if (srv_cert == NULL || !OSSL_CMP_CTX_set1_cert(ctx, srv_cert)) { in setup_srv_ctx()
1071 X509_free(srv_cert); in setup_srv_ctx()
1074 X509_free(srv_cert); in setup_srv_ctx()
/third_party/openssl/doc/man1/
Dopenssl-cmp.pod.in121 [B<-srv_cert> I<filename>|I<uri>]
985 Reference value to use as senderKID of server in case no B<-srv_cert> is given.
991 =item B<-srv_cert> I<filename>|I<uri>