chronoxor / OpenSSL

OpenSSL 64-bit binaries for MinGW and Visual Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenSSL 64-bit binaries for MinGW and Visual Studio

License:MIT License


Languages

Language:Roff 82.1%Language:HTML 13.5%Language:C 4.3%Language:Perl 0.0%Language:Batchfile 0.0%