Searched refs:SSLv23_method (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | openssl-compat.h | 35 #define TLS_method SSLv23_method
|
/freebsd/contrib/libevent/ |
H A D | openssl-compat.h | 35 #define TLS_method SSLv23_method
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_new.pod | 10 SSLv23_method, SSLv23_server_method, SSLv23_client_method, DTLS_method, 30 const SSL_METHOD *SSLv23_method(void); 132 =item SSLv23_method(), SSLv23_server_method(), SSLv23_client_method() 244 SSLv23_method(), SSLv23_server_method() and SSLv23_client_method()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | client.c | 67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|
H A D | server.c | 542 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | https-client.c | 360 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
|
/freebsd/contrib/libevent/sample/ |
H A D | https-client.c | 360 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 623 SSLv23_method define
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 172 the_ssl_ctx = SSL_CTX_new(SSLv23_method()); in get_ssl_ctx()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_ssl.c | 172 the_ssl_ctx = SSL_CTX_new(SSLv23_method()); in get_ssl_ctx()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2004 #define SSLv23_method TLS_method macro
|
H A D | ssl.h.in | 1932 #define SSLv23_method TLS_method macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 1087 ssl = SSL_CTX_new(SSLv23_method()); in tls_init()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4241 MLINKS+= SSL_CTX_new.3 SSLv23_method.3
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4858 * Version negotiation has been rewritten. In particular SSLv23_method(), 6008 users who want to negotiate SSLv2 via the version-flexible SSLv23_method() 7210 users who want to negotiate SSLv2 via the version-flexible SSLv23_method() 12230 * Change the client implementation for SSLv23_method() and 14847 SSLv23_method(), SSLv23_client_method(), SSLv23_server_method(),
|