HomeSort by: relevance | last modified time | path
    Searched defs:warn_cert_msg (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 659 static void warn_cert_msg(const char *uri, X509 *cert, const char *msg) function
676 warn_cert_msg(uri, cert, res > 0 ? "has expired" : "not yet valid");
678 warn_cert_msg(uri, cert, "is not a CA cert");
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 653 static void warn_cert_msg(const char *uri, X509 *cert, const char *msg) function
670 warn_cert_msg(uri, cert, res > 0 ? "has expired" : "not yet valid");
672 warn_cert_msg(uri, cert, "is not a CA cert");

Completed in 34 milliseconds