/OpenSSL

OpenSSL 64-bit binaries for MinGW and Visual Studio

Primary LanguageRoffMIT LicenseMIT

OpenSSL

License Release
Windows (MinGW) Windows (Visual Studio)

OpenSSL 64-bit binaries for MinGW and Visual Studio

Contents

Features

  • Supported compilers: MSYS2/Mingw-x64, Visual Studio 2022 (64-bit)
  • Supported version: OpenSSL 3.2.1
  • Windows platform

Requirements

How to build?

Download OpenSSL archive

curl https://www.openssl.org/source/openssl-3.2.1.tar.gz --output openssl-3.2.1.tar.gz

Extract OpenSSL sources

tar -xvzf openssl-3.2.1.tar.gz

Windows (MSYS2)

cd openssl-3.2.1
perl Configure mingw64 no-shared
make
make install

Windows (Visual Studio)

cd openssl-3.2.1
perl Configure VC-WIN64A no-shared
nmake
nmake install