8000 Releases · rustls/rustls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rustls/rustls

v/0.9.0

07 Jul 14:52
@ctz ctz
Compare
Choose a tag to compare
  • Update dependencies.
  • Add IO helper function (complete_io) to rustls::Session.
  • Add blocking stream type -- rustls::Stream -- to ease use on top
    of blocking sockets.

What's Changed

New Contributors

Full Changelog: v/0.8.0...v/0.9.0

v/0.8.0

07 Jul 14:53
@ctz ctz
Compare
Choose a tag to compare
  • Add dangerous_configuration feature for unsafe features.

What's Changed

  • Add dangerous_configuration feature by @ctz in #70

Full Changelog: v/0.7.0...v/0.8.0

v/0.7.0

07 Jul 14:53
@ctz ctz
Compare
Choose a tag to compare
  • Update dependencies.

Full Changelog: v/0.6.0...v/0.7.0

v/0.6.0

07 Jul 14:54
@ctz ctz
Compare
Choose a tag to compare
  • 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

07 Jul 14:54
@ctz ctz
Compare
Choose a tag to compare
  • Fix build on later rustc.

Full Changelog: v/0.5.7...v/0.5.8

v/0.5.7

07 Jul 14:55
@ctz ctz
Compare
Choose a tag to compare
  • 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

07 Jul 14:56
@ctz ctz
Compare
Choose a tag to compare
  • RFC7627 extended master secret support
  • Assorted documentation improvements

What's Changed

Full Changelog: v/0.5.5...v/0.5.6

v/0.5.5

07 Jul 14:56
@ctz ctz
Compare
Choose a tag to compare
  • 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

07 Jul 14:57
@ctz ctz
Compare
Choose a tag to compare
  • 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

07 Jul 14:58
@ctz ctz
Compare
Choose a tag to compare

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

Full Changelog: v/0.5.2...v/0.5.3

0