mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Make the Ncat options --ssl-cert, --ssl-key, and --ssl-trustfile imply
--ssl.
This commit is contained in:
parent
55f72ba7b9
commit
6192fbdd31
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Ncat] The --ssl-cert, --ssl-key, and --ssl-trustfile options now
|
||||
automatically turn on SSL mode. Previously they were ignored if
|
||||
--ssl was not also used. [David]
|
||||
|
||||
o [Nsock] Now Nsock supports pure TLSv1 and SSLv3 servers too.
|
||||
Nsock uses SSLv23 method which sends SSLv2 hello message and can be understood
|
||||
only by SSLv23 or SSLv2 servers but not by pure SSLv3 and TLSv1 servers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue