wownero/contrib/epee/src
Lee Clagett 0416764cae Require server verification when SSL is enabled.
If SSL is "enabled" via command line without specifying a fingerprint or
certificate, the system CA list is checked for server verification and
_now_ fails the handshake if that check fails. This change was made to
remain consistent with standard SSL/TLS client behavior. This can still
be overridden by using the allow any certificate flag.

If the SSL behavior is autodetect, the system CA list is still checked
but a warning is logged if this fails. The stream is not rejected
because a re-connect will be attempted - its better to have an
unverified encrypted stream than an unverified + unencrypted stream.
2019-04-07 00:44:37 -04:00
..
CMakeLists.txt Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
buffer.cpp epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
connection_basic.cpp Pass SSL arguments via one class and use shared_ptr instead of reference 2019-04-07 00:44:37 -04:00
hex.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
http_auth.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
memwipe.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
mlocker.cpp Merge pull request #4951 2019-01-06 20:38:33 +02:00
mlog.cpp perf_timer: make all logs Info level 2018-12-08 10:53:09 +00:00
net_helper.cpp Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
net_ssl.cpp Require server verification when SSL is enabled. 2019-04-07 00:44:37 -04:00
net_utils_base.cpp Adding initial support for broadcasting transactions over Tor 2019-01-28 23:56:33 +00:00
network_throttle-detail.cpp New interactive daemon command 'print_net_stats': Global traffic stats 2019-03-24 16:58:57 +01:00
network_throttle.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
readline_buffer.cpp readline: don't dereference possible NULL pointer 2019-01-21 01:57:14 -05:00
string_tools.cpp move includes around to lessen overall load 2017-12-16 22:46:38 +00:00
wipeable_string.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00