Lines Matching full:certificate
17 cert_time_to_seconds -- convert time string used for certificate
22 fetch_server_certificate (HOST, PORT) -- fetch the certificate provided
24 validation of the certificate is performed.
39 The following group define certificate requirements that one side is
177 certificate provided by the other end of the SSL channel.
178 Return None if no certificate was provided, {} if a
179 certificate was provided, but not validated."""
401 PEM_HEADER = "-----BEGIN CERTIFICATE-----"
402 PEM_FOOTER = "-----END CERTIFICATE-----"
406 """Takes a certificate in binary DER format and returns the
422 """Takes a certificate in ASCII PEM format and returns the
436 """Retrieve the certificate from the server at the specified address,