Open s-b-repo opened 19 hours ago
X509_sign (x509, pkey, EVP_sha1 ()); // sign, last param must be NULL for EdDSA
line #420 I2PControl.cpp
EVP_sha1 hash (used in EVP_sha1) is insecure. Consider changing it to a secure hashing algorithm.
X509_sign (x509, pkey, EVP_sha1 ()); // sign, last param must be NULL for EdDSA
line #420 I2PControl.cpp
EVP_sha1 hash (used in EVP_sha1) is insecure. Consider changing it to a secure hashing algorithm.