Home
last modified time | relevance | path

Searched refs:SSLv23_method (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dopenssl-compat.h35 #define TLS_method SSLv23_method
/freebsd/contrib/libevent/
H A Dopenssl-compat.h35 #define TLS_method SSLv23_method
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod10 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 Dclient.c67 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
H A Dserver.c542 ctx = SSL_CTX_new(SSLv23_method()); in FuzzerTestOneInput()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c360 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c360 ssl_ctx = SSL_CTX_new(SSLv23_method()); in main()
/freebsd/crypto/openssl/util/
H A Dother.syms623 SSLv23_method define
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c172 the_ssl_ctx = SSL_CTX_new(SSLv23_method()); in get_ssl_ctx()
/freebsd/contrib/libevent/test/
H A Dregress_ssl.c172 the_ssl_ctx = SSL_CTX_new(SSLv23_method()); in get_ssl_ctx()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2004 #define SSLv23_method TLS_method macro
H A Dssl.h.in1932 #define SSLv23_method TLS_method macro
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c1087 ssl = SSL_CTX_new(SSLv23_method()); in tls_init()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4241 MLINKS+= SSL_CTX_new.3 SSLv23_method.3
/freebsd/crypto/openssl/
H A DCHANGES.md4858 * 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(),