rustls/rustls
Joseph Birr-Pixton 327444fdb8 Expose FIPS "service indicator"
This means a `ClientConfig` and `ServerConfig` can be asked whether it
is in fips mode, and it answers by asking the same of all its
constituent cryptography.
2023-12-07 13:45:27 +00:00
..
benches Switch from criterion to bencher 2023-01-13 12:11:26 +01:00
examples/internal crypto: rework CryptoProvider as struct 2023-11-30 15:53:39 +00:00
src Expose FIPS "service indicator" 2023-12-07 13:45:27 +00:00
tests Expose FIPS "service indicator" 2023-12-07 13:45:27 +00:00
Cargo.toml aws-lc-rs: enable FIPS mode 2023-12-07 11:59:09 +00:00
LICENSE-APACHE Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-ISC Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
LICENSE-MIT Include LICENSE files with published crates 2021-05-15 16:07:56 +01:00
build.rs Make `cargo {check,build,test} --all-features` work on Rust Stable. 2022-01-23 23:30:52 +01:00