Crates.io | quinn-boring |
lib.rs | quinn-boring |
version | 0.1.0 |
source | src |
created_at | 2023-04-19 14:14:40.3874 |
updated_at | 2023-04-19 14:14:40.3874 |
description | BoringSSL crypto provider for quinn |
homepage | |
repository | https://github.com/quinn-rs/quinn-boring |
max_upload_size | |
id | 843584 |
size | 232,764 |
A crypto provider for quinn based on BoringSSL.
The examples directory provides example client and server applications, which can be run as follows:
$ cargo run --example server ./
$ cargo run --example client https://localhost:4433/Cargo.toml
This launches an HTTP 0.9 server on the loopback address serving the current
working directory, with the client fetching ./Cargo.toml
. By default, the
server generates a self-signed certificate and stores it to disk, where the
client will automatically find and trust it.
This repository relies on the quinn_proto integration tests, which can be made to run with the BoringSSL provider.
The BoringSSL provider is based on the Cloudflare Boring library, which supports building against a FIPS-validated version of BoringSSL.