mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
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