HomeSort by: relevance | last modified time | path
    Searched refs:MalformedCertificate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libevent/dist/sample/
openssl_hostname_validation.h 42 MalformedCertificate,
54 * Returns MalformedCertificate if any of the hostnames had a NUL character embedded in it.
openssl_hostname_validation.c 62 * Returns MalformedCertificate if the Common Name had a NUL character embedded in it.
92 return MalformedCertificate;
110 * Returns MalformedCertificate if any of the hostnames had a NUL character embedded in it.
136 result = MalformedCertificate;
162 * Returns MalformedCertificate if any of the hostnames had a NUL character embedded in it.
https-client.c 158 case MalformedCertificate:
159 res_str = "MalformedCertificate";

Completed in 23 milliseconds