Lines Matching refs:certificate

5    certificate decoding.  Chris Stawarz contributed some non-blocking
398 "A certificate could not be verified.");
491 "Hostname mismatch, certificate is not valid for '%S'.",
497 "IP address mismatch, certificate is not valid for '%S'.",
729 * matched by a certificate valid for any sub-domain of name.
1186 _get_peer_alt_names (_sslmodulestate *state, X509 *certificate) {
1204 if (certificate == NULL)
1215 certificate, NID_subject_alt_name, NULL, NULL);
1450 _get_aia_uri(X509 *certificate, int nid) {
1455 info = X509_get_ext_d2i(certificate, NID_info_access, NULL, NULL);
1507 _get_crl_dp(X509 *certificate) {
1512 dps = X509_get_ext_d2i(certificate, NID_crl_distribution_points, NULL, NULL);
1565 _decode_certificate(_sslmodulestate *state, X509 *certificate) {
1587 X509_get_subject_name(certificate));
1598 X509_get_issuer_name(certificate));
1607 version = PyLong_FromLong(X509_get_version(certificate) + 1);
1624 serialNumber = X509_get_serialNumber(certificate);
1642 notBefore = X509_get0_notBefore(certificate);
1659 notAfter = X509_get0_notAfter(certificate);
1677 peer_alt_names = _get_peer_alt_names(state, certificate);
1690 obj = _get_aia_uri(certificate, NID_ad_OCSP);
1701 obj = _get_aia_uri(certificate, NID_ad_ca_issuers);
1713 obj = _get_crl_dp(certificate);
1736 _certificate_to_der(_sslmodulestate *state, X509 *certificate)
1743 len = i2d_X509(certificate, &bytes_buf);
1807 Returns the certificate for the peer.
1809 If no certificate was provided, returns None. If a certificate was
1811 returns a dict containing information about the peer certificate.
1814 peer certificate, or None if no certificate was provided. This will
1815 return the certificate even if it wasn't validated.
2168 on the SSLContext to change the certificate information associated with the\n\
3960 "Empty certificate data");
4011 msg = "no start line: cadata does not contain a certificate";
4013 msg = "not enough data: cadata does not contain a certificate";
4583 X.509 certificates with a CA extension and certificate revocation lists
4635 certificate.
5489 /* this function collects the system certificate stores listed in
5490 * system_stores into a collection certificate store for being