Searched refs:SslCtx (Results 1 – 2 of 2) sorted by relevance
198 SSL_CTX *SslCtx; in TlsNew() local271 SslCtx = SSL_get_SSL_CTX (TlsConn->Ssl); in TlsNew()272 X509Store = SSL_CTX_get_cert_store (SslCtx); in TlsNew()279 SSL_CTX_set1_verify_cert_store (SslCtx, X509Store); in TlsNew()
423 SSL_CTX *SslCtx; in TlsSetCaCertificate() local465 SslCtx = SSL_get_SSL_CTX (TlsConn->Ssl); in TlsSetCaCertificate()466 X509Store = SSL_CTX_get_cert_store (SslCtx); in TlsSetCaCertificate()