Releases: rustls/rustls
Releases · rustls/rustls
v/0.9.0
- Update dependencies.
- Add IO helper function (
complete_io
) torustls::Session
. - Add blocking stream type --
rustls::Stream
-- to ease use on top
of blocking sockets.
What's Changed
- Update Google certificate by @pantsman0 in #71
- Cleaned up enums.rs by @valarauca in #79
- Typo in PrivateKey doc by @stepancheg in #83
New Contributors
- @pantsman0 made their first contribution in #71
Full Changelog: v/0.8.0...v/0.9.0
v/0.8.0
v/0.7.0
- Update dependencies.
Full Changelog: v/0.6.0...v/0.7.0
v/0.6.0
- Update dependencies.
- Expose ring's new support for PKCS#8-format private keys.
- New API for applying limitation to internal buffer sizes.
Full Changelog: v/0.5.8...v/0.6.0
v/0.5.8
- Fix build on later rustc.
Full Changelog: v/0.5.7...v/0.5.8
v/0.5.7
- No changes from 0.5.6; republished with nightly cargo for category support.
Full Changelog: v/0.5.6...v/0.5.7
v/0.5.6
- RFC7627 extended master secret support
- Assorted documentation improvements
What's Changed
- Update to ring 0.7. by @briansmith in #51
Full Changelog: v/0.5.5...v/0.5.6
v/0.5.5
- Crate categories.
- Protocol errors now permanent for given session.
- Exposed
ResolvesServerCert
trait for customising certification
selection. - Exposed
SignatureScheme
enum.
Full Changelog: v/0.5.4...v/0.5.5
v/0.5.4
- First release with TLS1.3-draft-18 support.
- More performance improvements (now ~15Gbps per core).
- New API to learn version of negotiated connection.
What's Changed
- 0.5.4: Require ring 0.6.3 to pick up possible security fix. by @briansmith in #46
Full Changelog: v/0.5.3...v/0.5.4
v/0.5.3
What's Changed
- Add link to mio project by @johnthagen in #32
- Laying ground work to remove more allocations. by @valarauca in #36
- Adding Certificate/PrivateKey types everywhere. in #39
New Contributors
- @johnthagen made their first contribution in #32
Full Changelog: v/0.5.2...v/0.5.3