Skip to content

lucab/hyper-rustls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-rustls

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

Implementations are provided of hyper::net::SslClient, hyper::net::SslServer and hyper::net::Transport. Note that these only exist on hyper master at the moment, so this isn't on crates.io.

By default clients verify certificates using the webpki-roots crate, which includes the Mozilla root CAs.

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.

About

Integration between hyper HTTP library and rustls TLS stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%