mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Enables support for TLS SNI on the Windows platform. Fixes #700
This commit is contained in:
parent
233eb1d71c
commit
32d85005d9
5 changed files with 7 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue