Releases: sfackler/rust-native-tls
Releases · sfackler/rust-native-tls
v0.1.5
- security-framework is now used on iOS instead of openssl
- Added the ability to load certificates from PEM (on everything except iOS)
v0.1.2
- Avoid keychain unlock prompts on OSX.
- Support custom trust roots
- Allow connection without hostname verification.
v0.1.1
- Add
TlsStream::shutdown
- Support protocol selection
- Add more extension traits allowing access to platform-specific types.