Searched defs:tls_config (Results 1 – 1 of 1) sorted by relevance
75 struct tls_config { struct76 const char *opensc_engine_path;77 const char *pkcs11_engine_path;78 const char *pkcs11_module_path;79 int fips_mode;80 int cert_in_cb;81 const char *openssl_ciphers;82 unsigned int tls_session_lifetime;84 void (*event_cb)(void *ctx, enum tls_event ev,86 void *cb_ctx;