boring2/boring/src/ssl
Alessandro Ghedini a57cb3a997
Add "fips-compat" feature (#286)
This adds a feature to build against a BoringSSL version compatible with
the current boringssl-fips, but _without_ actually enabling the `fips`
feature.

This can be useful to use with `fips-link-precompiled` while using a
custom BoringSSL version based on the older FIPS branch.
2024-10-17 09:58:02 -07:00
..
test Expose SSL_CTX_set_info_callback (#266) 2024-09-11 10:35:51 +02:00
async_callbacks.rs Introduce set_custom_verify_callback and set_async_custom_verify_callback 2023-12-14 16:31:09 +01:00
bio.rs clippy: *::max_value() -> *::MAX 2024-06-26 16:13:58 +01:00
callbacks.rs Expose SSL_CTX_set_info_callback (#266) 2024-09-11 10:35:51 +02:00
connector.rs Introduce setup_accept and setup_connect 2023-10-10 09:22:36 +01:00
error.rs Expose SSL_get_error 2024-01-09 16:42:58 +01:00
mod.rs Add "fips-compat" feature (#286) 2024-10-17 09:58:02 -07:00
mut_only.rs Move async callbacks infra to boring itself 2023-11-27 11:53:35 +01:00