From 6192fbdd31c3a5c39f3217d548771da30e9e4694 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Jul 2009 03:13:56 +0000 Subject: [PATCH] Make the Ncat options --ssl-cert, --ssl-key, and --ssl-trustfile imply --ssl. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b23dd953e..af2894603 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [Ncat] The --ssl-cert, --ssl-key, and --ssl-trustfile options now + automatically turn on SSL mode. Previously they were ignored if + --ssl was not also used. [David] + o [Nsock] Now Nsock supports pure TLSv1 and SSLv3 servers too. Nsock uses SSLv23 method which sends SSLv2 hello message and can be understood only by SSLv23 or SSLv2 servers but not by pure SSLv3 and TLSv1 servers.