Searched refs:TLS_method (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_new.pod | 8 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 D | openssl-compat.h | 31 #define TLS_method SSLv23_method macro
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | methods.c | 19 TLS_method,
|
| /freebsd-13.1/contrib/libevent/sample/ |
| H A D | le-proxy.c | 273 ssl_ctx = SSL_CTX_new(TLS_method()); in main()
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 395 TLS_method;
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | statem_lib.c | 1422 # 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 D | ssl.h | 1871 #define SSLv23_method TLS_method 1876 __owur const SSL_METHOD *TLS_method(void);
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 122 =item const SSL_METHOD *B<TLS_method>(void);
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | INSTALL | 593 Applications should use TLS_method() instead.
|
| H A D | CHANGES | 2158 TLS_method(), TLS_client_method() and TLS_server_method(). All new code
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2481 MLINKS+= SSL_CTX_new.3 TLS_method.3
|