Skip to content

quinn-rs/quinn-boring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codecov License: MIT License: Apache 2.0

A crypto provider for quinn based on BoringSSL.

Getting Started

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.

Testing

This repository relies on the quinn_proto integration tests, which can be made to run with the BoringSSL provider.

FIPS

The BoringSSL provider is based on the Cloudflare Boring library, which supports building against a FIPS-validated version of BoringSSL.

Authors

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages