File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77This crate provides safe bindings for the Rust programming language and TLS adapters for [ tokio] ( https://github.com/tokio-rs/tokio )
88and [ hyper] ( https://github.com/hyperium/hyper ) built on top of it.
99
10+ It supports [ FIPS-compatible builds of BoringSSL] ( https://boringssl.googlesource.com/boringssl/+/master/crypto/fipsmodule/FIPS.md ) ,
11+ as well as [ Post-Quantum crypto] ( https://datatracker.ietf.org/doc/draft-ietf-tls-ecdhe-mlkem/ )
12+ and [ Raw Public Key] ( https://docs.rs/boring/latest/boring/ssl/struct.SslRef.html#method.peer_pubkey ) extensions.
13+
1014## Documentation
1115 - Boring API: < https://docs.rs/boring >
1216 - tokio TLS adapters: < https://docs.rs/tokio-boring >
Original file line number Diff line number Diff line change 33[ BoringSSL] ( https://boringssl.googlesource.com/boringssl ) is Google's fork of OpenSSL for Chrome/Chromium and Android.
44
55This crate builds the BoringSSL library (or optionally links a pre-built version) and generates FFI bindings for it.
6- It supports FIPS-compatible builds of BoringSSL, as well as Post-Quantum crypto and Raw Public Key features.
6+ It supports [ FIPS-compatible builds of BoringSSL] ( https://boringssl.googlesource.com/boringssl/+/master/crypto/fipsmodule/FIPS.md ) ,
7+ as well as [ Post-Quantum crypto] ( https://datatracker.ietf.org/doc/draft-ietf-tls-ecdhe-mlkem/ )
8+ and [ Raw Public Key] ( https://docs.rs/boring/latest/boring/ssl/struct.SslRef.html#method.peer_pubkey ) extensions.
79
810To use BoringSSL from Rust, prefer the [ higher-level safe API] ( https://docs.rs/boring ) .
911
You can’t perform that action at this time.
0 commit comments