Apache, PHP, MySQL, ASP.NET, JSP and Perl Solutions for your Web Development and Hosting Needs on Windows.
A Complete Web Development and Hosting Platform for Windows.

Building OpenSSL 0.9.8d

Building a Web Server, for Windows

Requirements

  • Microsoft Visual C++
    [we will use Visual Studio 98 / VC++ 6.0]
    [Visual Studio .NET will also work with the same instructions]
  • Perl
    [native Perl, not Cygwin Perl]
  • Notes: When using the command-line (command-shell) with VC++, always set the Build Environment and update the System PATH to reflect the tools used in the build --> Guide: Working with the Command Shell

Download

Our Configuration

  • Install to : C:\www\openssl
  • Module type : dynamically loaded modules, *.so
  • openssl.cnf location : C:\www\openssl\bin

Build, Test, and Install OpenSSL

Open a comand-line interface, with the Build Environment set and the System PATH containing the path to perl.exe.

Configure
  • > cd /d C:\build\openssl-0.9.8d
  • > perl Configure enable-camellia --openssldir=C:/www/openssl VC-WIN32
    ['enable-camellia' enables the symmetric cipher 'Camellia' (128-bit, 192-bit, 256-bit key versions), which is now available for royalty-free use]
    [--openssldir=DIR specifies the install location]
    [note the unix forward style slashes(/), instead of windows style back slashes(\)]
Add Assembly Functions

Note that if your Compiler or System does not include MASM (ml.exe error): start over and run 'ms\do_ms' under this step instead.

Use x86 assembly functions for performance improvements...

> ms\do_masm
Build, Test, Install
  • > nmake -f ms\ntdll.mak
  • > nmake -f ms\ntdll.mak test
  • > nmake -f ms\ntdll.mak install

Add OpenSSL to the PATH

  • Set PATH under Start » Settings » Control Panel » System » Advanced » Environment Variables » System variables » Path
    • C:\www\openssl\bin

Testing

  • > openssl version
  • ['OpenSSL 0.9.8d 28 Sep 2006']
  • > openssl s_client -connect www.openssl.org:443
  • [connect to server on SSL port]
  • GET / HTTP/1.0 [Enter twice]
  • [display front page]
In the Spotlight

In the Spotlight

Developing and Hosting PHP+MySQL based websites and applications has never been simpler. The Web.Developer Server Suite provides a Platform & Framework on which to create standards-based CSS, XSLT, and XHTML sites running on PHP and MySQL. Save your time, focusing on core business. Reduce complexity and maximize your productivity.

Developers

Developers++

The Web.Developer Server Suite is more than just a Windows based Apache|PHP|MySQL Platform. Suitable for novices and professionals alike, a complete Hosting Solution is provided that is capable of creating and deploying websites and web applications both locally and on the internet. Create, test, publish and maintain your websites in-house, on your own server, where you are in full control.

Newsletter Signup

Newsletter Signup

Enter your e-mail address: