From b34694b11b2700c4993248d344d8fa22067f80ce Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 4 Jul 2006 21:16:57 +0000 Subject: [PATCH] remove openssl random number generation --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f6cf7cae4..aba029946 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,11 @@ o Fixed a bug related to bogus completion time estimates when you Thanks to Diman Todorov for reporting the problem and Doug Hoyte for writing a fix. +o Nmap no longer gets random numbers from OpenSSL when it is available + because that turned out to be slower than Nmap's other methods + (e.g. /dev/urandom on Linux, /dev/arandom on OpenBSD, etc.). Thanks + to Marek Majkowski for reporting the problem. + Nmap 4.20ALPHA4 o Updated the Windows binary distributions (self-installer and .zip)