Skip to content

Integration between hyper HTTP library and rustls TLS stack

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
ISC
LICENSE-ISC
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rustls/hyper-rustls

Repository files navigation

hyper-rustls

This is an integration between the rustls TLS stack and the hyper HTTP library.

Build Status Build Status Crate Documentation

Release history

  • 0.23.0 (2021-11-16):
    • Upgrade to rustls 0.20. Thanks to @g2p.
    • Add new HttpsConnectorBuilder API. Thanks to @g2p.
  • 0.22.1 (2020-12-27):
    • Fixing docs.rs build; no other changes.
  • 0.22.0 (2020-12-26):
    • Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense.
    • Rework how the certificate store is chosen: now by an explicit API rather than implicitly by crate features. Thanks to @djc.
  • 0.21.0 (2020-07-05):
    • Update dependencies.
  • 0.20.0 (2020-02-24):
    • Use newer rustls-native-certs which works in presence of invalid certificates.
    • Update dependencies.
  • 0.19.1 (2020-01-19):
    • Remove dependency on hyper's tcp feature.
  • 0.19.0 (2019-12-17):
    • First release with async/await support. Many thanks to @CryZe, @alex, @markuskobler and @dbcfd.
  • 0.18.0 (2019-11-23)
  • 0.17.1 (2019-08-19)
    • Fix accidental use of sync read/write.
  • 0.17.0 (2019-08-11)
    • Update dependencies.

License

hyper-rustls is distributed under the following three licenses:

  • Apache License version 2.0.
  • MIT license.
  • ISC license.

These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC respectively. You may use this software under the terms of any of these licenses, at your option.