Nmap Development mailing list archives
Re: nsock SSL error with SOC5
From: David Fifield <david () bamsoftware com>
Date: Thu, 23 Aug 2007 10:06:31 -0600
On Thu, Aug 23, 2007 at 10:34:04AM -0500, DePriest, Jason R. wrote:
On 8/22/07, David Fifield wrote:On Wed, Aug 22, 2007 at 02:38:51PM -0500, DePriest, Jason R. wrote:This may not be a new problem, but this is the first time I have encountered it. The error comes after the port scans and during the service scan: nsock_connect_ssl called - but nsock was built w/o SSL support. QUITTINGI just committed a change to nsock that ought to fix it.Any chance of a SOC6 release? I can't get SVN working through my proxy server.
The fix is a really small change. I attached a patch. Apply it to nsock, reconfigure, make clean, and rebuild. David
Index: src/nsock_config.h.in =================================================================== --- src/nsock_config.h.in (revision 5645) +++ src/nsock_config.h.in (revision 5646) @@ -74,3 +74,5 @@ #undef HPUX #undef NETBSD #undef MACOSX + +#undef HAVE_OPENSSL
_______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- nsock SSL error with SOC5 DePriest, Jason R. (Aug 22)
- Re: nsock SSL error with SOC5 DePriest, Jason R. (Aug 22)
- Re: nsock SSL error with SOC5 Brandon Enright (Aug 22)
- Re: nsock SSL error with SOC5 David Fifield (Aug 22)
- Re: nsock SSL error with SOC5 Fyodor (Aug 22)
- Re: nsock SSL error with SOC5 DePriest, Jason R. (Aug 23)
- Re: nsock SSL error with SOC5 David Fifield (Aug 23)
- Re: nsock SSL error with SOC5 DePriest, Jason R. (Aug 23)
