Announcing macOS Unified Binaries for OpenSSL! #198
JPeterMugaas
announced in
Announcements
Replies: 1 comment
-
|
All binaries are rebuilt and available now from our Releases page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are excited to announce that our OpenSSL Distribution now provides a single, unified macOS package designed for both seamless local development and effortless application redistribution.
Gone are the days of juggling separate OpenSSL builds for different Mac architectures. We now produce a single, drop-in ready release that covers the entire macOS ecosystem.
✨ Key Features
unified(Universal) binaries that combine bothx64andarm64code into single files.libcrypto.aandlibssl.a) are fully unified. You can link against them to build and compile your own applications for either architecture without needing to manage multiple library paths..dylib), engines, and providers are completely relocatable. We've pre-configured them with relative paths (@rpath,@loader_path,@executable_path), making them safe to bundle directly into your distributed macOS applications.install_symlinks.shscript to set up your local development environment).📦 What's Inside the Unified Package?
opensslexecutable (Universal).dylib) and dynamic modules (Universal & Relocatable).a) forx64+arm64compilationinclude/) and HTML Documentation (doc/)install_symlinks.shfor quick local setupYou can grab the latest macOS unified package from our Releases page .
Beta Was this translation helpful? Give feedback.
All reactions