Searched refs:srv_cert (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_client_ocsp.c | 354 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() 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() 353 tls_process_basic_ocsp_response(struct tlsv1_client *conn, struct x509_certificate *srv_cert, const u8 *resp, size_t len) tls_process_basic_ocsp_response() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_ocsp.c | 345 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() 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() 344 tls_process_basic_ocsp_response(struct tlsv1_client *conn, struct x509_certificate *srv_cert, const u8 *resp, size_t len) tls_process_basic_ocsp_response() argument
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | cmp.c | 492 "Reference value to use as senderKID of server in case no -srv_cert is given"}, 495 {"srv_cert", OPT_SRV_CERT, 's', "Certificate of the server"}, 1033 CMP_err("must give -srv_ref for mock server if no -srv_cert given"); in setup_srv_ctx() 1055 CMP_err("server credentials (-srv_secret or -srv_cert) must be given if -use_mock_srv or -port is used"); in setup_srv_ctx() 1063 CMP_err("must give both -srv_cert and -srv_key options or neither"); in setup_srv_ctx() 1067 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() [all...] |
/third_party/openssl/apps/ |
H A D | cmp.c | 492 "Reference value to use as senderKID of server in case no -srv_cert is given"}, 495 {"srv_cert", OPT_SRV_CERT, 's', "Certificate of the server"}, 1033 CMP_err("must give -srv_ref for mock server if no -srv_cert given"); in setup_srv_ctx() 1055 CMP_err("server credentials (-srv_secret or -srv_cert) must be given if -use_mock_srv or -port is used"); in setup_srv_ctx() 1063 CMP_err("must give both -srv_cert and -srv_key options or neither"); in setup_srv_ctx() 1067 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() [all...] |
Completed in 8 milliseconds