Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/ecore_con/
H A Defl_net_ssl_ctx-openssl.c58 unsigned long x509_store_flags = 0; in _efl_net_ssl_ctx_load_lists() local
61 x509_store_flags |= X509_V_FLAG_TRUSTED_FIRST; in _efl_net_ssl_ctx_load_lists()
183 x509_store_flags |= X509_V_FLAG_CRL_CHECK | X509_V_FLAG_CRL_CHECK_ALL; in _efl_net_ssl_ctx_load_lists()
190 X509_STORE_set_flags(x509_store, x509_store_flags); in _efl_net_ssl_ctx_load_lists()