From b9d76ac9339677bbadbabfe9d272a3b480ce2e1a Mon Sep 17 00:00:00 2001 From: sven Date: Fri, 10 Oct 2008 07:08:41 +0000 Subject: [PATCH] add changelog entry for new openssl NSE library --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8fac346c6..2ff685d61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o Added a new NSE OpenSSL library with functions for multiprecision + integer arithmetics, hashing, HMAC, symmetric encryption and symmetric + decryption. [Sven] + o [Zenmap] Host information windows are now like any other windows, and will not become unclosable by having their controls offscreen. Thanks to Robert Mead for the bug report.