I’m using Windows 7 x64 and In my cgywin prompt I can run
$ openssl version
OpenSSL 0.9.8e 23 Feb 2007
and see the current version. I want to update this to the latest version but can’t find an official source on how to do this. What’s the easiest way to do this? I hope theirs a command line I can use in the same window.
Thanks.
To upgrade Cygwin’s openssl you just need to run the installer and select the newer version. Cygwin’s site states the following:
The steps to upgrade are the following:
After the installation/upgrade is complete you should be able to see the new version in Cygwin with the following command:
You also may be able to build Openssl from source but I have never tried. I figure Cygwin handles the installation/upgrade for a reason.
Also, OpenSSL can be installed without Cygwin with one of the binaries at the following location: http://slproweb.com/products/Win32OpenSSL.html