Searched refs:ScopedSSL_CTX (Results 1 – 5 of 5) sorted by relevance
314 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestCipherRule()347 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method())); in TestRuleDoesNotIncludeNull()372 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method())); in TestCipherRules()682 ScopedSSL_CTX ctx(SSL_CTX_new(method())); in TestDefaultVersion()784 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in GetClientHelloLen()865 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestClientCAList()954 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestInternalSessionCache()
24 using ScopedSSL_CTX = ScopedOpenSSLType<SSL_CTX, SSL_CTX_free>; variable
707 static ScopedSSL_CTX SetupCtx(const TestConfig *config) { in SetupCtx()708 ScopedSSL_CTX ssl_ctx(SSL_CTX_new( in SetupCtx()1516 ScopedSSL_CTX ssl_ctx = SetupCtx(&config); in main()
36 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Ciphers()
147 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Client()