1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Added entry for wildcard SSL certificate support to Ncat

This commit is contained in:
venkat
2009-07-27 23:44:07 +00:00
parent eac15cb919
commit 15e2997e66

View File

@@ -1,5 +1,13 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] Now Ncat supports wildcard SSL certificates too.Wildcard character(*) can
be in commonname field or in DNS field of Subject Alternative Name(SAN)
Extension of SSL certificate.
Wildcard Matching Rules:
-'*' should be only on the leftmost component of FQDN.(*.example.com but not www.*.com or www.example*.com).
-The leftmost component should contain only '*' and it should be followed by '.'(*.example.com but not *w.example.com or w*.example.com).
-There should be atleast three components in FQDN.(*.exmaple.com but not *.com or *.com.).[venkat]
o Nmap now handles the case when a primary network interface (venet0)
does not have an address assigned but its aliases do (venet0:1
etc.). This could result in the error messages