From ec68338a2015bc868d848b7e5b48320fe1078fb9 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 1 Apr 2015 15:42:26 -0400 Subject: [PATCH] fixed typo --- Reseed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reseed.cpp b/Reseed.cpp index 31ce3672..3b180c75 100644 --- a/Reseed.cpp +++ b/Reseed.cpp @@ -39,7 +39,7 @@ namespace data // "https://i2p-netdb.innovatio.no/",// Vuln to POODLE "https://netdb.i2p2.no/", // Only SU3 (v2) support "https://reseed.i2p-projekt.de/", // Only HTTPS - "https://cowpuncher.drollette.com/netdb/", // Only HTTPS and SU3 (v2) support -- will move to a new location + //"https://cowpuncher.drollette.com/netdb/", // returns error "https://netdb.rows.io:444/" // following hosts are fine but don't support AES256 /*"https://i2p.mooo.com/netDb/", @@ -713,7 +713,7 @@ namespace data // TODO: if (cipherSuite[1] == 0x35) LogPrint (eLogInfo, "Chiper suite is RSA_WITH_AES_256_CBC_SHA"); - m_Cipher = new TlsCipher_AES_256_CBC (m_MasterSecret, random); + m_Cipher = new TlsCipher_AES_256_CBC (m_MasterSecret, random); } // send finished SendFinishedMsg ();