Expand description
§FIPS support
To use rustls with OpenSSL in FIPS mode, perform the following actions.
§1. Specify require_ems when constructing rustls::ClientConfig or rustls::ServerConfig
See rustls documentation for rationale.
§2. Enable FIPS mode for OpenSSL
See enable().
§3. Validate the FIPS status of your ClientConfig or ServerConfig at runtime
Functions§
- enable
- Enable FIPS mode for OpenSSL.