boring2/hyper-boring
Anthony Ramine 6d61bf2adb Fix google test
Sometimes google replies with 302 to redirect to another Google website
with a country-specific TLD. We don't actually care which status code
is returned, just that we successfully connect to google.com with
the HTTPS connector.
2023-03-27 13:14:40 +02:00
..
src Fix google test 2023-03-27 13:14:40 +02:00
test Add hyper-boring 2020-11-11 20:29:54 +00:00
.gitignore Add hyper-boring 2020-11-11 20:29:54 +00:00
CHANGELOG.md Update changelogs and bump version numbers 2022-09-16 13:03:26 -05:00
Cargo.toml Update changelogs and bump version numbers 2022-09-16 13:03:26 -05:00
LICENSE-APACHE Add hyper-boring 2020-11-11 20:29:54 +00:00
LICENSE-MIT Add hyper-boring 2020-11-11 20:29:54 +00:00
README.md Add hyper-boring 2020-11-11 20:29:54 +00:00

README.md

hyper-boring

Documentation

Hyper SSL support via BoringSSL.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Accolades

The project is based on a fork of hyper-openssl.