Home
last modified time | relevance | path

Searched refs:last_cert (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/tools/
H A Dcertificate_tag.cc255 CBS last_cert; in SetTag() local
258 if ((have_last_cert && !CBB_add_bytes(&certs_cbb, CBS_data(&last_cert), in SetTag()
259 CBS_len(&last_cert))) || in SetTag()
260 !CBS_get_asn1_element(&certs, &last_cert, CBS_ASN1_SEQUENCE)) { in SetTag()
270 !CBB_add_bytes(&certs_cbb, CBS_data(&last_cert), CBS_len(&last_cert))) { in SetTag()
411 CBS last_cert; in ParseTag() local
414 if (!CBS_get_asn1(&certs, &last_cert, CBS_ASN1_SEQUENCE)) { in ParseTag()
427 if (!CBS_get_asn1(&last_cert, &tbs_cert, CBS_ASN1_SEQUENCE) || in ParseTag()
/dports/mail/neomutt/neomutt-20211029/conn/
H A Dopenssl.c1046 static X509 *last_cert = NULL; in ssl_verify_callback() local
1047 if (skip_mode && preverify_ok && (pos == last_pos) && last_cert) in ssl_verify_callback()
1051 if (X509_digest(last_cert, EVP_sha256(), last_cert_md, &last_cert_mdlen) && in ssl_verify_callback()
1052 compare_certificates(cert, last_cert, last_cert_md, last_cert_mdlen)) in ssl_verify_callback()
1060 if (last_cert) in ssl_verify_callback()
1061 X509_free(last_cert); in ssl_verify_callback()
1062 last_cert = X509_dup(cert); in ssl_verify_callback()
/dports/net/hostapd-devel/hostap-14ab4a816/src/tls/
H A Dtlsv1_client_ocsp.c355 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
448 if (last_cert) { in tls_process_basic_ocsp_response()
449 last_cert->next = cert; in tls_process_basic_ocsp_response()
450 last_cert = cert; in tls_process_basic_ocsp_response()
452 last_cert = certs = cert; in tls_process_basic_ocsp_response()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/tls/
H A Dtlsv1_client_ocsp.c355 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
448 if (last_cert) { in tls_process_basic_ocsp_response()
449 last_cert->next = cert; in tls_process_basic_ocsp_response()
450 last_cert = cert; in tls_process_basic_ocsp_response()
452 last_cert = certs = cert; in tls_process_basic_ocsp_response()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/net/hostapd/hostapd-2.9/src/tls/
H A Dtlsv1_client_ocsp.c364 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
468 if (last_cert) { in tls_process_basic_ocsp_response()
469 last_cert->next = cert; in tls_process_basic_ocsp_response()
470 last_cert = cert; in tls_process_basic_ocsp_response()
472 last_cert = certs = cert; in tls_process_basic_ocsp_response()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_ocsp.c364 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
468 if (last_cert) { in tls_process_basic_ocsp_response()
469 last_cert->next = cert; in tls_process_basic_ocsp_response()
470 last_cert = cert; in tls_process_basic_ocsp_response()
472 last_cert = certs = cert; in tls_process_basic_ocsp_response()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_ocsp.c364 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
468 if (last_cert) { in tls_process_basic_ocsp_response()
469 last_cert->next = cert; in tls_process_basic_ocsp_response()
470 last_cert = cert; in tls_process_basic_ocsp_response()
472 last_cert = certs = cert; in tls_process_basic_ocsp_response()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/include/
H A Dpublic_key.hrl50 last_cert = false,
/dports/security/botan110/Botan-1.10.17/src/cert/x509store/
H A Dx509stor.cpp344 const size_t last_cert = indexes.back(); in construct_cert_chain() local
345 const size_t parent_of_last_cert = find_parent_of(certs[last_cert].cert); in construct_cert_chain()
/dports/security/vpnc/vpnc-0.5.3/
H A Dvpnc.c1309 struct isakmp_payload *last_cert = NULL; in do_phase1_am() local
1479 last_cert = rp; in do_phase1_am()
1480 if (last_cert->u.cert.encoding == ISAKMP_CERT_X509_SIG) { in do_phase1_am()
1483 …current_cert = d2i_X509(NULL, (const unsigned char **)&last_cert->u.cert.data, last_cert->u.cert.l… in do_phase1_am()
1485 last_cert->u.cert.data -= last_cert->u.cert.length; /* 'rewind' the pointer */ in do_phase1_am()
1738 hex_dump("last cert", last_cert->u.cert.data, last_cert->u.cert.length, NULL); in do_phase1_am()
1739 … x509 = d2i_X509(NULL, (const unsigned char **)&last_cert->u.cert.data, last_cert->u.cert.length); in do_phase1_am()
1977 struct isakmp_payload *last_cert = NULL; in do_phase1_am()
/dports/security/openconnect/openconnect-8.10/
H A Dgnutls.c930 gnutls_x509_crt_t last_cert, cert = NULL; in load_certificate() local
1588 last_cert = supporting_certs[nr_supporting_certs-1]; in load_certificate()
1597 gnutls_x509_crt_check_issuer(last_cert, extra_certs[i])) in load_certificate()
1609 last_cert, &issuer, 0); in load_certificate()
1616 err = gnutls_pkcs11_get_raw_issuer(cert_url, last_cert, &t, GNUTLS_X509_FMT_DER, 0); in load_certificate()
1678 last_cert = issuer; in load_certificate()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/src/
H A Dpubkey_cert.erl678 last_cert = Last},
729 #path_validation_state{last_cert=Last} = ValidationState,
H A Dpublic_key.erl1314 ValidationState#path_validation_state{last_cert=Rest=:=[]}) of
1348 last_cert = Last,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/src/
H A Dpubkey_cert.erl678 last_cert = Last},
729 #path_validation_state{last_cert=Last} = ValidationState,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/src/
H A Dpubkey_cert.erl728 last_cert = Last},
779 #path_validation_state{last_cert=Last} = ValidationState,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl715 last_cert = Last},
766 #path_validation_state{last_cert=Last} = ValidationState,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl715 last_cert = Last},
766 #path_validation_state{last_cert=Last} = ValidationState,
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl715 last_cert = Last},
766 #path_validation_state{last_cert=Last} = ValidationState,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/src/
H A Dpubkey_cert.erl715 last_cert = Last},
766 #path_validation_state{last_cert=Last} = ValidationState,

12