nmap/nsock
nnposter b1d39d00d4 Skip TLS/SSL retries when SSL_OP_NO_SSLv2 is a no-op
OpenSSL option SSL_OP_NO_SSLv2 was retired with version 1.1.0
When the initial SSL handshake fails, nmap performs several additional retries
with option SSL_OP_NO_SSLv2 enabled. Since the option is ignored since OpenSSL
version 1.1.0 then the retries are largely pointless and sometimes even DoS-ing
targets.
Closes #1873, fixes #1488, closes #1489
2020-01-09 21:16:08 +00:00
..
examples Bump copyright date in license headers 2019-05-28 21:36:04 +00:00
include Bump copyright date in license headers 2019-05-28 21:36:04 +00:00
src Skip TLS/SSL retries when SSL_OP_NO_SSLv2 is a no-op 2020-01-09 21:16:08 +00:00
tests Silence ASan warning due to definition of container_of in tests. Same as r32536 2016-08-03 18:29:56 +00:00
nsock.vcxproj Move Npcap headers and lib stuff to nmap-mswin32-aux 2018-10-18 03:28:39 +00:00