OpenSSL-OSX
Swift modulemaps for libSSL and libcrypto for OS X
Import
Import as:
import OpenSSL
Github
link |
Stars: 5 |
Help us keep the lights on
Dependencies
Releases
0.5.0 - Sep 24, 2018
- Remove need for compile flags @ Swift 4
0.4.4 - May 3, 2016
random.h
was renamed torand.h
in the latest version of OpenSSL served up bybrew
.- Eliminated the need to add -Xcc -I/usr/local/opt/openssl/include/ to the Swift Build command line.
- Updated to fix build with PR #2.
- Added rsa.h.
- Added support for Swift 4.