diff --git a/mswin32/OpenSSL/bin/libeay32.dll b/mswin32/OpenSSL/bin/libeay32.dll index f1d4a3849..aeae04a06 100644 Binary files a/mswin32/OpenSSL/bin/libeay32.dll and b/mswin32/OpenSSL/bin/libeay32.dll differ diff --git a/mswin32/OpenSSL/bin/ssleay32.dll b/mswin32/OpenSSL/bin/ssleay32.dll index fe8bb6fcf..d128d6447 100644 Binary files a/mswin32/OpenSSL/bin/ssleay32.dll and b/mswin32/OpenSSL/bin/ssleay32.dll differ diff --git a/mswin32/OpenSSL/lib/libeay32.lib b/mswin32/OpenSSL/lib/libeay32.lib index 1829487b2..34a7888ce 100644 Binary files a/mswin32/OpenSSL/lib/libeay32.lib and b/mswin32/OpenSSL/lib/libeay32.lib differ diff --git a/mswin32/OpenSSL/lib/ssleay32.lib b/mswin32/OpenSSL/lib/ssleay32.lib index 7429943ab..72e10d210 100644 Binary files a/mswin32/OpenSSL/lib/ssleay32.lib and b/mswin32/OpenSSL/lib/ssleay32.lib differ diff --git a/mswin32/OpenSSL/upgrade-guide.txt b/mswin32/OpenSSL/upgrade-guide.txt index fe2304103..429ac0c5d 100755 --- a/mswin32/OpenSSL/upgrade-guide.txt +++ b/mswin32/OpenSSL/upgrade-guide.txt @@ -12,17 +12,9 @@ II. Compiling OpenSSL from source 2) Grab and extract the latest sources from openssl.org 3) Create C:\OpenSSL for installation -4) Open the Visual Studio command prompt -5) Set the required variables: - - Set MSSDK=C:\Program Files\Microsoft Platform SDK - Set Lib=%MSSDK%\Lib;%Lib% - Set Include=%MSSDK%\Include;%Include% - -Note: Depending on your system you may need to change the SDK directory - -6) cd to the OpenSSL source directory -7) Configure OpenSSL +4) Open the Visual Studio 2008 command prompt +5) cd to the OpenSSL source directory +6) Configure OpenSSL perl Configure --prefix=C:/OpenSSL VC-WIN32 ms\do_ms @@ -30,14 +22,14 @@ Note: Depending on your system you may need to change the SDK directory Note #1: The slash after the C: in the configure line is significant Note #2: You can safely ignore "Compilation failed" messages from do_ms -8) Compile and Install OpenSSL +7) Compile and Install OpenSSL nmake -f ms\ntdll.mak install III. Making OpenSSL available to Nmap -9) Copy the required files from C:\OpenSSL to Nmap's mswin32\OpenSSL directory +8) Copy the required files from C:\OpenSSL to Nmap's mswin32\OpenSSL directory \OpenSSL\bin\*.dll -> mswin32\OpenSSL\bin \OpenSSL\include -> mswin32\OpenSSL\include