diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-12-03 22:26:07 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-12-03 22:26:07 +0000 |
commit | 7538b4e936629fad57dbd9497fc9fa197b886cb5 (patch) | |
tree | 3759692518740c9f885b92b0998e8634d25e5f77 /contrib/epee/include/net/connection_basic.hpp | |
parent | ssl: server-side: allow multiple version of TLS (diff) | |
download | monero-7538b4e936629fad57dbd9497fc9fa197b886cb5.tar.xz |
ssl: tlsv1.3 clientdev/beber/ssl
Diffstat (limited to 'contrib/epee/include/net/connection_basic.hpp')
-rw-r--r-- | contrib/epee/include/net/connection_basic.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/connection_basic.hpp b/contrib/epee/include/net/connection_basic.hpp index 2f60f7604..6650efe12 100644 --- a/contrib/epee/include/net/connection_basic.hpp +++ b/contrib/epee/include/net/connection_basic.hpp @@ -69,7 +69,7 @@ namespace net_utils connection_basic_shared_state() : ssl_options_(ssl_support_t::e_ssl_support_disabled), - ssl_context(boost::asio::ssl::context::tlsv12), + ssl_context(boost::asio::ssl::context::tls), sock_count(0), sock_number(0) {} |