OpenSSL Communities

[Announcement] First Binary Distribution of the OpenSSL Library: Windows Installer Testing Release

Norbert PócsNorbert Pócs Wed 12 Aug 2026 7:21AMPublicSeen by 97

Announcing the OpenSSL Library Installer for Windows (Testing Release)

A testing release of the OpenSSL Library installer for Microsoft Windows is now available. This is the first officially produced binary distribution of the OpenSSL Library.

Until now, the OpenSSL Library has been distributed in source form only. Windows users have had to build the library themselves or rely on binary packages produced by third parties. The new installer provides a distribution channel directly from us: binaries built, packaged, and signed by the OpenSSL Corporation.

The installer provides:

- the OpenSSL Library DLLs,

- the `openssl.exe` command-line application, and

- the development kit for building applications against the OpenSSL Library.

The installer, the application, and all installed DLL files are digitally signed with the OpenSSL Corporation key, so the authenticity and integrity of every component can be verified through the standard Windows code-signing mechanisms.

The minimum supported platforms are Windows 7 and Windows Server 2008 R2.

The testing installer for OpenSSL Library version 4.0.1 is available at:

https://github.com/openssl/installer/releases

Please see the README for installation details and current limitations:

https://github.com/openssl/installer/blob/main/windows-installer/README.md

This is a testing release, and we want it exercised across the full range of supported Windows versions and configurations before the stable version ships. Please report any issues through the [openssl/installer issue tracker](https://github.com/openssl/installer/issues) — reports on installation behavior, packaging, signing, and integration with existing toolchains are all valuable, as is any other feedback.

The stable version of the installer will ship starting with the 4.1 release of the OpenSSL Library.

Marc Knowles

Marc KnowlesWed 12 Aug 2026 10:29AM

This is great news, thanks for releasing it. As a small business it will be incredibly useful for us to have signed binaries already built for windows.

To test, I have installed it on my my Windows 11 computer, which is running in Parallels on an Apple Macbook M4. I had to use the hybrid option - OpenSSL-x64-hybridCRT-4.0.1.

Also, I have an ask with regard to the redistributable binaries. Unfortunately we are still supporting two legacy windows applications that use OpenSSL V1.x (using ssleay32.dll and libeay32.dll), and will be stuck with them for another couple of years I recon. So in an ideal world we would need these binaries, if it's possible:

V4.x - 64bit

V4.x - 32bit

V1.x - 64bit

V1.x - 32bit.

Thanks again! Marc