OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026