boring2/boring/src/ssl
Christopher Patton 57307d739e Remove "fips-no-compat", decouple "fips-compat" from "fips"
Modify the "fips" feature so that it no longer implies "fips-compat".
The latter is no longer needed for recent builds of boringSSL; users who
need older builds will need to enable "fips-compat" explicitly.

Also, remove the "fipps-no-compat" feature, as it's now equivalent to
"fips".
2025-03-16 08:43:52 +00:00
..
test Remove "fips-no-compat", decouple "fips-compat" from "fips" 2025-03-16 08:43:52 +00:00
async_callbacks.rs replace once_cell with LazyLock 2025-01-22 17:52:35 +00:00
bio.rs fix manual_c_str_literals clippy warning 2025-01-22 17:52:35 +00:00
callbacks.rs Expose API to enable certificate compression. (#241) 2025-02-27 15:09:07 +00:00
connector.rs Introduce setup_accept and setup_connect 2023-10-10 09:22:36 +01:00
ech.rs Introduce a builder pattern for SslEchKeys + make set_ech_keys take a reference (#320) 2025-02-21 14:33:59 -08:00
error.rs Remove INVALID_CALL from mid-handshake error message 2025-01-06 16:12:05 +00:00
mod.rs Remove "fips-no-compat", decouple "fips-compat" from "fips" 2025-03-16 08:43:52 +00:00
mut_only.rs Move async callbacks infra to boring itself 2023-11-27 11:53:35 +01:00