From a6b79f99766a7cf8af5f3c0ef873f83114dbd119 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 16 Jan 2014 21:50:26 +0000 Subject: [PATCH] Add CHANGELOG entry for tls library --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 61105b75d..7ed857d5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Added tls library for functions related to SSLv3 and TLS messages. + Existing ssl-enum-ciphers, ssl-date, and tls-nextprotoneg scripts were + updated to use this library. [Daniel Miller] + o [NSE] Add sstp-discover script to discover Microsoft's Secure Socket Tunnelling Protocol (http://msdn.microsoft.com/en-us/library/cc247338.aspx) [Niklaus Schiess]