boring2/hyper-boring
Anthony Ramine 9a0bd94f99 Replace feature no-patches with BORING_BSSL{,_FIPS}_ASSUME_PATCHED
Feature no-patches is ever only useful when setting other env variables
BORING_BSSL{,_FIPS}{,_SOURCE}_PATH, and it has no impact on the APIs
provided by any of the boring crates, so we may as well make it an env
variable itself so downstream users have less features to propagate
across their own crate graph.
2023-10-23 15:06:23 +02:00
..
src Fix clippy lints 2023-10-09 11:49:07 +01: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
Cargo.toml Replace feature no-patches with BORING_BSSL{,_FIPS}_ASSUME_PATCHED 2023-10-23 15:06:23 +02: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.