Releases: kornelski/rust-security-framework
Releases · kornelski/rust-security-framework
This is not the latest release.
v0.3.0
- 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
- 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.1
v0.2.0
v0.1.10
v0.1.9
SslStream
no longer callsSSLClose
in its destructor. Aclose
method has been added instead.- Add
SslContext::set_protocol_version_enabled
. This is deprecated, but the replacement is not available on OSX 10.8. - Implement
Sync
andSend
for all types. Error
now has a public constructor.- Add
MidHandshakeSslStream::error
.