1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-26 17:39:03 +00:00

Correction for the Ncat Windows -vvv crash todo item.

It requires --ssl-verify, not just --ssl.
This commit is contained in:
david
2011-08-04 00:27:28 +00:00
parent d509ad055a
commit 50ffa9905e

View File

@@ -15,11 +15,11 @@ o Integrate new service fingerprint submissions (we have about 1,400
submissions since 11/30/10)
o [Ncat] Solve a crash that only happens on Windows when connecting
with SSL and -vvv, for example
ncat --ssl -vvv www.amazon.com 443
with --ssl-verify and -vvv, for example
ncat --ssl-verify -vvv www.amazon.com 443
The crash happens in the function verify_callback, when the function
X509_NAME_print_ex_fp is called. Just commenting those two calls
avoid the problem. By trying different combinations of debug print
avoids the problem. By trying different combinations of debug print
statements, I once got the message
OPENSSL_Uplink(10109000,08): no OPENSSL_Applink
This refers to a Windows dynamic linking issue: