aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/connection_basic.hpp
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-12-03 22:26:07 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-12-03 22:26:07 +0000
commit7538b4e936629fad57dbd9497fc9fa197b886cb5 (patch)
tree3759692518740c9f885b92b0998e8634d25e5f77 /contrib/epee/include/net/connection_basic.hpp
parentssl: server-side: allow multiple version of TLS (diff)
downloadmonero-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.hpp2
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)
{}