mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 07:22:19 -04:00
change SSL certificate fingerprint whitelisting from SHA1 to SHA-256
SHA1 is too close to bruteforceable
This commit is contained in:
parent
581994b61c
commit
5e0da6fb68
5 changed files with 27 additions and 1 deletions
|
@ -37,6 +37,8 @@
|
|||
#include <boost/asio/ssl.hpp>
|
||||
#include <boost/system/error_code.hpp>
|
||||
|
||||
#define SSL_FINGERPRINT_SIZE 32
|
||||
|
||||
namespace epee
|
||||
{
|
||||
namespace net_utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue