https://github.com/balancingrock/copenssl
A Swift Package Manager (SPM) module wrapper for OpenSSL
https://github.com/balancingrock/copenssl
Last synced: 6 months ago
JSON representation
A Swift Package Manager (SPM) module wrapper for OpenSSL
- Host: GitHub
- URL: https://github.com/balancingrock/copenssl
- Owner: Balancingrock
- Created: 2017-01-21T16:22:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T14:45:38.000Z (about 7 years ago)
- Last Synced: 2025-05-16T23:12:06.778Z (about 1 year ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COpenSsl - Retired
This project has been retired since Swift 5 introduced a new way of adding system libraries to a project.
See this link for more info: [proposal 0208](https://github.com/apple/swift-evolution/blob/master/proposals/0208-package-manager-system-library-targets.md)
See [SecureSockets](https://github.com/Balancingrock/SecureSockets) for an example of the new method.