From 1a2c506c5bc5a47c3e786107f79801439173b0aa Mon Sep 17 00:00:00 2001 From: paulino Date: Tue, 8 Jan 2019 21:44:11 +0000 Subject: [PATCH] Adds entry for tn3270 and enip-info updates --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 50bb4c6ea2..03de76e2e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ #Nmap Changelog ($Id$); -*-text-*- +o [NSE][GH#1318] Adds TN3270E support and additional improvements to tn3270.lua + and updates tn3270-screen.nse to display the new setting. [mainframed] + +o [NSE][GH#1346] Updates product codes and adds a check for response length in + enip-info.nse. The script now uses string.unpack. [NothinRandom] + o [Ncat][GH#1310][GH#1409] Temporary RSA keys are now 2048-bit to resolve a compatibility issue with OpenSSL library configured with security level 2, as seen on current Debian or Kali.