Searched defs:ssl_ctx_st (Results 1 – 1 of 1) sorted by relevance
884 struct ssl_ctx_st { struct885 const SSL_METHOD *method;886 const SSL_QUIC_METHOD *quic_method;890 struct x509_store_st /* X509_STORE */ *cert_store;895 long session_timeout;897 int references;903 int verify_mode;904 size_t sid_ctx_length;905 unsigned char sid_ctx[SSL_MAX_SID_CTX_LENGTH];907 X509_VERIFY_PARAM *param;[all …]