Enables support for TLS SNI on the Windows platform. Fixes #700

This commit is contained in:
nnposter 2017-02-25 00:47:30 +00:00
parent 233eb1d71c
commit 32d85005d9
5 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Nmap Changelog ($Id$); -*-text-*-
o [GH#700] Enabled support for TLS SNI on the Windows platform. [nnposter]
o [GH#686] Script tls-ticketbleed checks for the Ticketbleed vulnerability
(CVE-2016-9244) in F5 BIG-IP appliances. [Mak Kolybabi]

View file

@ -218,6 +218,7 @@ typedef signed __int64 int64_t;
#endif
#define HAVE_OPENSSL 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
/* Apparently __func__ isn't yet supported */
#define __func__ __FUNCTION__

View file

@ -130,5 +130,6 @@
isn't available to create config.h. */
#define HAVE_OPENSSL 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
#define HAVE_HTTP_DIGEST 1
#define HAVE_LUA 1
#define HAVE_LUA 1

View file

@ -143,6 +143,7 @@
#define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */
#define HAVE_OPENSSL 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
#define LUA_INCLUDED 1
#undef PCAP_INCLUDED

View file

@ -150,6 +150,7 @@
#define NPING_PLATFORM "i686-pc-windows-windows"
#define HAVE_OPENSSL 1
#define HAVE_SSL_SET_TLSEXT_HOST_NAME 1
/* Apparently __func__ isn't yet supported */
#define __func__ __FUNCTION__