MCPcopy Create free account
hub / github.com/apache/httpd / modssl_is_engine_id

Function modssl_is_engine_id

modules/ssl/ssl_util.c:477–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475#endif /* #if APR_HAS_THREADS && MODSSL_USE_OPENSSL_PRE_1_1_API */
476
477int modssl_is_engine_id(const char *name)
478{
479#if MODSSL_HAVE_ENGINE_API || MODSSL_HAVE_OPENSSL_STORE
480 /* ### Can handle any other special ENGINE key names here? */
481 return strncmp(name, "pkcs11:", 7) == 0;
482#else
483 return 0;
484#endif
485}

Callers 3

ssl_init_server_certsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected