Lines Matching full:certificate
16 cert_time_to_seconds -- convert time string used for certificate
21 fetch_server_certificate (HOST, PORT) -- fetch the certificate provided
23 validation of the certificate is performed.
38 The following group define certificate requirements that one side is
218 "too many wildcards in certificate DNS name: " + repr(dn))
258 raise ValueError("empty or no certificate, match_hostname needs a "
396 warnings.warn("unable to enumerate Windows certificate store")
675 certificate provided by the other end of the SSL channel.
676 Return None if no certificate was provided, {} if a
677 certificate was provided, but not validated."""
949 representing the "notBefore" or "notAfter" date from a certificate
977 PEM_HEADER = "-----BEGIN CERTIFICATE-----"
978 PEM_FOOTER = "-----END CERTIFICATE-----"
981 """Takes a certificate in binary DER format and returns the
990 """Takes a certificate in ASCII PEM format and returns the
1003 """Retrieve the certificate from the server at the specified address,