Home
last modified time | relevance | path

Searched refs:ERR_error_string (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dmod_openssl.c790 "SSL: %s %s", ERR_error_string(ERR_get_error(), NULL), in mod_openssl_load_cacrls()
809 "SSL: %s %s", ERR_error_string(ERR_get_error(), NULL), fn); in mod_openssl_load_verify_locn()
1110 ERR_error_string(ERR_get_error(), NULL)); in mod_openssl_cert_cb()
1427 ERR_error_string(ERR_get_error(), NULL), file); in mod_openssl_load_stapling_file()
1814 ERR_error_string(ERR_get_error(), NULL), b->ptr); in mod_openssl_acme_tls_1()
1991 ERR_error_string(ERR_get_error(), NULL)); in network_openssl_ssl_conf_cmd()
2000 ERR_error_string(ERR_get_error(), NULL)); in network_openssl_ssl_conf_cmd()
2274 ERR_error_string(ERR_get_error(), NULL)); in network_init_ssl()
2791 ERR_error_string(ERR_get_error(), NULL), in SETDEFAULTS_FUNC()
2809 ERR_error_string(ERR_get_error(), NULL), in SETDEFAULTS_FUNC()
[all …]
H A Dmod_wolfssl.c63 #undef ERR_error_string
64 #define ERR_error_string(e,b) \ macro
831 "SSL: %s %s", ERR_error_string(rc, NULL), fn); in mod_wolfssl_CTX_use_certificate_chain_file()
970 "SSL: %s %s", ERR_error_string(rc, NULL), fn); in mod_wolfssl_load_cacrls()
999 "SSL: %s %s", ERR_error_string(rc, NULL), fn); in mod_wolfssl_load_verify_locn()
1758 ERR_error_string(ERR_get_error(), NULL), b->ptr); in mod_openssl_acme_tls_1()
2054 "SSL: %s", ERR_error_string(ERR_get_error(), NULL)); in network_init_ssl()
2068 ERR_error_string(ERR_get_error(), NULL)); in network_init_ssl()
2574 ERR_error_string(ERR_get_error(), NULL), in SETDEFAULTS_FUNC()
2601 ERR_error_string(ERR_get_error(), NULL), in SETDEFAULTS_FUNC()
[all …]