Home
last modified time | relevance | path

Searched refs:TLS_method (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod8 TLSv1_1_method, TLSv1_1_server_method, TLSv1_1_client_method, TLS_method,
23 const SSL_METHOD *TLS_method(void);
90 =item TLS_method(), TLS_server_method(), TLS_client_method()
102 TLS_method(), TLS_server_method() and TLS_client_method() respectively.
149 TLS_method(), TLS_server_method(), TLS_client_method(), DTLS_method(),
210 were deprecated and the preferred TLS_method(), TLS_server_method()
/freebsd-13.1/contrib/libevent/
H A Dopenssl-compat.h31 #define TLS_method SSLv23_method macro
/freebsd-13.1/crypto/openssl/ssl/
H A Dmethods.c19 TLS_method,
/freebsd-13.1/contrib/libevent/sample/
H A Dle-proxy.c273 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map395 TLS_method;
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1422 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1641 if (s->ctx->method->version == TLS_method()->version) in ssl_check_version_downgrade()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1871 #define SSLv23_method TLS_method
1876 __owur const SSL_METHOD *TLS_method(void);
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod122 =item const SSL_METHOD *B<TLS_method>(void);
/freebsd-13.1/crypto/openssl/
H A DINSTALL593 Applications should use TLS_method() instead.
H A DCHANGES2158 TLS_method(), TLS_client_method() and TLS_server_method(). All new code
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2481 MLINKS+= SSL_CTX_new.3 TLS_method.3