You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ability to instantiate the FIPS default `crypto_provider` using a new
function `rustls_default_fips_provider()`, available only when the
fips feature is activated.
* Ability to determine if a given `crypto_provider` is in FIPS mode
using a new function `rustls_crypto_provider_fips()`.
* Ability to determine if a given `rustls_client_config` would create
connections that are FIPS compatible with a new function
`rustls_client_config_fips()`.
* Ability to determine if a given `rustls_server_config` would create
connections that are FIPS compatible with a new function
`rustls_server_config_fips()`.
* Ability to determine if a given `rustls_connection` was created from
a `rustls_client_config` that was FIPS enabled with a new function
`rustls_connection_fips()`. Doing equivalent for a server connection
is not presently supported upstream (will be fixed next release).
0 commit comments