mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
remove openssl random number generation
This commit is contained in:
parent
d3055b26bf
commit
b34694b11b
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue