Skip to content

Instantly share code, notes, and snippets.

@Paramveer24b
Paramveer24b / Building OpenSSL 1.1.1(b) Notes
Created June 1, 2023 06:10 — forked from csm10495/Building OpenSSL 1.1.1(b) Notes
Building OpenSSL 1.1.1(b) Notes (Windows)
Required: Visual Studio 2015 or 2017 (or probably later works)
Setup
1. Clone/download OpenSSL 1.1.1 source to a folder
2. Download / install Perl (They recommend Active perl)
I recommend using Chocolatey so for me: choco install activeperl
3. Ensure Perl is in the system path. (Choco appears to do this by default)
4. Download / install NASM
I recommend using Chocolatey so for me: choco install nasm
5. Ensure NASM is in the system path. (For me the directory to add was C:\Program Files\NASM)