Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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-12-stable/contrib/ntp/sntp/libevent/
Dopenssl-compat.h35 #define TLS_method SSLv23_method macro
/freebsd-12-stable/contrib/libevent/
Dopenssl-compat.h35 #define TLS_method SSLv23_method macro
/freebsd-12-stable/crypto/openssl/ssl/
Dmethods.c19 TLS_method,
/freebsd-12-stable/contrib/ntp/sntp/libevent/sample/
Dle-proxy.c283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/freebsd-12-stable/contrib/libevent/sample/
Dle-proxy.c283 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
/freebsd-12-stable/secure/lib/libssl/
DVersion.map395 TLS_method;
/freebsd-12-stable/crypto/openssl/ssl/statem/
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-12-stable/crypto/openssl/include/openssl/
Dssl.h1877 #define SSLv23_method TLS_method
1882 __owur const SSL_METHOD *TLS_method(void);
/freebsd-12-stable/crypto/openssl/doc/man7/
Dssl.pod122 =item const SSL_METHOD *B<TLS_method>(void);
/freebsd-12-stable/crypto/openssl/
DINSTALL584 Applications should use TLS_method() instead.
DCHANGES2429 TLS_method(), TLS_client_method() and TLS_server_method(). All new code
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2481 MLINKS+= SSL_CTX_new.3 TLS_method.3