Searched refs:TLS_method (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/regress/lib/libssl/unit/ |
| D | ssl_versions.c | 198 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) { in test_ssl_enabled_version_range() 258 .ssl_method = TLS_method, 266 .ssl_method = TLS_method, 274 .ssl_method = TLS_method, 282 .ssl_method = TLS_method, 290 .ssl_method = TLS_method, 298 .ssl_method = TLS_method, 306 .ssl_method = TLS_method, 314 .ssl_method = TLS_method, 322 .ssl_method = TLS_method, [all …]
|
| D | ssl_verify_param.c | 38 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) in ssl_verify_param_flags_inherited()
|
| D | ssl_methods.c | 107 .method = TLS_method,
|
| D | ssl_get_shared_ciphers.c | 209 if ((ctx = SSL_CTX_new(TLS_method())) == NULL) { in peer_config_to_ssl_ctx()
|
| /openbsd/src/lib/libssl/ |
| D | ssl_methods.c | 434 TLS_method(void) in TLS_method() function 438 LSSL_ALIAS(TLS_method); 443 return TLS_method(); in TLS_server_method() 463 return TLS_method(); in SSLv23_method() 470 return TLS_method(); in SSLv23_server_method() 541 return (TLS_method()); in ssl_get_method()
|
| D | Symbols.list | 350 TLS_method
|
| D | ssl.h | 1328 const SSL_METHOD *TLS_method(void); /* TLS v1.0 or later */
|
| /openbsd/src/usr.bin/openssl/ |
| D | ciphers.c | 120 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) in ciphers_main()
|
| /openbsd/src/regress/lib/libssl/ciphers/ |
| D | cipherstest.c | 733 if ((ssl_ctx = SSL_CTX_new(TLS_method())) == NULL) { in test_ssl_ciphers() 1138 if ((ctx = SSL_CTX_new(TLS_method())) == NULL) in cipher_set_test()
|
| /openbsd/src/regress/lib/libssl/ssl/ |
| D | ssltest.c | 599 meth = TLS_method(); in main()
|