Lines Matching refs:certificate
5 X509_check_host, X509_check_email, X509_check_ip, X509_check_ip_asc - X.509 certificate matching
21 The certificate matching functions are used to check whether a
22 certificate matches a given hostname, email address, or IP address.
23 The validity of the certificate and its trust level has to be checked by
26 X509_check_host() checks if the certificate Subject Alternative
33 certificate with a SAN or CN value of "*.example.com", "w*.example.com"
40 with a dot (e.g. ".example.com"), it will be matched by a certificate
44 When the certificate is matched, and B<peername> is not NULL, a
45 pointer to a copy of the matching SAN or CN from the peer certificate
50 X509_check_email() checks if the certificate matches the specified
61 X509_check_ip() checks if the certificate matches a specified IPv4 or
90 to consider the subject DN even if the certificate contains at least
96 consider the subject DN even if the certificate contains no subject alternative
118 in the peer certificate, to only match direct child sub-domains.
120 would match a peer certificate with a DNS name of "www.example.com",
121 but would not match a peer certificate with a DNS name of
138 checks may be out of scope with the DANE-EE(3) certificate usage,