https://github.com/zoff99/gen_openssl_libs
generate openssl libs
https://github.com/zoff99/gen_openssl_libs
build openssl
Last synced: 4 days ago
JSON representation
generate openssl libs
- Host: GitHub
- URL: https://github.com/zoff99/gen_openssl_libs
- Owner: zoff99
- License: gpl-3.0
- Created: 2025-12-06T15:22:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-04-28T10:59:28.000Z (about 2 months ago)
- Last Synced: 2026-04-30T00:36:13.878Z (about 2 months ago)
- Topics: build, openssl
- Language: Shell
- Homepage:
- Size: 205 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## build openssl libs (for Linux / Windows / macOS) on a Linux System
```bash
# you need to have docker.io installed
git clone https://github.com/zoff99/gen_openssl_libs
cd gen_openssl_libs/
# build all libs, this will take some time
make
# find the generated includes here:
ls -al custom_docker/*/.build/include/openssl/
# find the generated static and shared libs here:
ls -al custom_docker/*/.build/lib/
```
Any use of this project's code by GitHub Copilot, past or present, is done
without our permission. We do not consent to GitHub's use of this project's
code in Copilot.
No part of this work may be used or reproduced in any manner for the purpose of training artificial intelligence technologies or systems.