All Versions
14
Latest Version
Avg Release Cycle
81 days
Latest Release
1877 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.4.1 Changes
February 01, 2020➕ Adds Authorization Services support
-
v0.4.0
January 13, 2020 -
v0.3.4
November 21, 2019 -
v0.3.2
October 31, 2019 -
v0.3.1
April 24, 2019 -
v0.3.0 Changes
April 20, 2019- ⬆️ Bump to 0.3 due to core-foundation-sys upgrade (Kornel)
- ⬆️ Upgrade ctest (Kornel)
- 🛠 Fix for older rustc (#77) (Sergej Jurečko)
- 🔒 Public key DER export (#75) (Sergej Jurečko)
- ➕ additional exports and wrappers (#73) (Sergej Jurečko)
- ✂ Remove dependency on MacTypes-sys (luben karavelov)
- 👌 Improve Keychain Item SearchResult(s). (Geoff Cant)
-
v0.2.2 Changes
January 19, 2019- ➕ Add ALPN protocols bindings (Qifan Lu)
- 🍎 macOS Keychain support for Generic and Internet passwords (David Watson, Kornel Lesiński)
- ➕ Add bindings for password functions (David Watson)
- 👌 Support ALPN with weak linkage (Kazuyoshi Kato)
- ⚡️ Update secure_transport.rs (Christoph Walcher)
-
v0.2.2-sys
January 02, 2019 -
v0.2.1 Changes
June 01, 2018- ➕ Added accessors for certificate properties.
- 🛠 Fixed a possible crash in SslContext::peer_trust.
-
v0.2.0 Changes
March 24, 2018- ⬇️ Dropped support for OSX 10.7.
- Replaced enums with wrapper types and associated constants.
- 🔧 SNI and hostname verification are now configured separately in
ClientBuilder
.