rustls 0.23.12

Rustls is a modern TLS library written in Rust.
Documentation
#[macro_use]
mod macros;

#[cfg(feature = "ring")]
#[path = "."]
mod tests_with_ring {
    provider_ring!();

    #[path = "../api_ffdhe.rs"]
    mod tests;
}

#[cfg(feature = "aws_lc_rs")]
#[path = "."]
mod tests_with_aws_lc_rs {
    provider_aws_lc_rs!();

    #[path = "../api_ffdhe.rs"]
    mod tests;
}