Skip to content

Instantly share code, notes, and snippets.

View idrassi's full-sized avatar

Mounir IDRASSI idrassi

View GitHub Profile
@idrassi
idrassi / build_openssl_macOS_dylibs.sh
Last active January 3, 2025 00:16
macOS Universal Binary Build Script for OpenSSL 3.x
#!/bin/bash
# ============================================================================
# macOS Universal Binary Build Script for OpenSSL 3.x
# ============================================================================
#
# This script builds OpenSSL 3.x as universal binaries (x86_64 + arm64) for
# macOS. It handles downloading, building, combining architectures, and code
# signing of the OpenSSL libraries.
#