Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/openssl
An Xcode project for OpenSSL that builds a dynamic framework for OS X and iOS 8+
https://github.com/phatblat/openssl
Last synced: about 2 months ago
JSON representation
An Xcode project for OpenSSL that builds a dynamic framework for OS X and iOS 8+
- Host: GitHub
- URL: https://github.com/phatblat/openssl
- Owner: phatblat
- License: mit
- Created: 2015-09-05T03:20:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T13:46:36.000Z (about 9 years ago)
- Last Synced: 2024-10-14T18:31:00.649Z (3 months ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenSSL
An Xcode project for OpenSSL that builds a dynamic framework for OS X and iOS 8+.
# ⚠️ !!! WARNING !!! ⚠️
This project is an unstable experiment in which I am attempting to recreate the OpenSSL `make`-based build as an Xcode project. It does not work yet.
## Alternatives
Here are some other (hopefully working) projects with support for the same platforms:
- http://krzyzanowskim.github.io/OpenSSL
- https://github.com/FredericJacobs/OpenSSL-Pod
- https://github.com/x2on/OpenSSL-for-iPhone
- https://github.com/dapperstout/OpenSSL-for-iPhone
- https://github.com/sqlcipher/openssl-xcode
- https://github.com/andrewheard/OpenSSL-Classic
- https://github.com/GerTeunis/OpenSSL-OSX-Pod
- https://github.com/bruceyibin/OpenSSL
- https://github.com/Frugghi/openssl
- https://github.com/ebf/CTOpenSSLWrapper## Goals
These are goals as they are not completed yet.
- Packaged as a framework for consumption by Swift and Objective-C libraries and apps
- Build OpenSSL only for Apple platforms (other platform complexity removed or ignored)
- Build only for modern architectures
- Support Bitcode
- Xcode project build kept in sync with the OpenSSL `make`-based build as it evolves## License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.