Nmap Development mailing list archives
Re: MySQL and OpenSSL patch
From: David Fifield <david () bamsoftware com>
Date: Tue, 9 Mar 2010 12:45:14 -0700
On Tue, Mar 09, 2010 at 02:13:38PM +0100, Patrik Karlsson wrote:
Hi,
While I submitted my PostgreSQL scripts a while back I mentioned that I noticed my MySQL scripts were also missing
code in order to check for OpenSSL.
Here's a patch that I would like to commit that fixes this. The HAVE_SSL check around createLoginHash is probably
superfluous as it's a local function called only from loginRequest.
LoginRequest starts with:
if not(HAVE_SSL) then
return false, "No OpenSSL"
end
Any suggestions?
This is fine, you can commit it. David Fifield _______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://seclists.org/nmap-dev/
Current thread:
- MySQL and OpenSSL patch Patrik Karlsson (Mar 09)
- Re: MySQL and OpenSSL patch David Fifield (Mar 09)
