monero/contrib/epee/src
Lee Clagett a3b0284837 Change SSL certificate file list to OpenSSL builtin load_verify_location
Specifying SSL certificates for peer verification does an exact match,
making it a not-so-obvious alias for the fingerprints option. This
changes the checks to OpenSSL which loads concatenated certificate(s)
from a single file and does a certificate-authority (chain of trust)
check instead. There is no drop in security - a compromised exact match
fingerprint has the same worse case failure. There is increased security
in allowing separate long-term CA key and short-term SSL server keys.

This also removes loading of the system-default CA files if a custom
CA file or certificate fingerprint is specified.
2019-04-06 23:47:06 -04:00
..
buffer.cpp epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
CMakeLists.txt Added socks proxy (tor/i2pd/kovri) support to wallet 2019-03-25 01:35:13 +00:00
connection_basic.cpp Merge pull request #5259 2019-03-21 14:49:09 +02: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 Change SSL certificate file list to OpenSSL builtin load_verify_location 2019-04-06 23:47:06 -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