From 7d1aa1a6344782285c814ae2057b6709e34d683d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 15 Mar 2010 21:24:35 +0000 Subject: [PATCH] Add to CHANGELOG: o [Ncat] The HTTP proxy server now accepts client connections over SSL. That means connections to the proxy can be encrypted and authenticated. We haven't found any HTTP clients that directly support SSL connections to proxies, but you can use Ncat as a tunnel to an SSL-supporting Ncat proxy. This new feature was implemented by Markus Klinik. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6d35a5570..d00d391cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,13 @@ [NOT YET RELEASED] +o [Ncat] The HTTP proxy server now accepts client connections over + SSL. That means connections to the proxy can be encrypted and + authenticated. We haven't found any HTTP clients that directly + support SSL connections to proxies, but you can use Ncat as a tunnel + to an SSL-supporting Ncat proxy. This new feature was implemented by + Markus Klinik. + o [NSE] Added the smtp-enum-users script from Duarte Silva, which attempts to find user account names over SMTP.