Skip to main content

fips_version

Function fips_version 

Source
pub fn fips_version() -> Option<u32>
Expand description

The FIPS module version this build corresponds to, or None if the build does not correspond to an AWS-LC FIPS release branch.

Unlike awslc_version(), this is a build-time constant resolved from the AWS-LC headers; the library linked at runtime is not consulted. It is also not equivalent to try_fips_mode() and does not by itself imply FIPS certification status. Returns None when the system-library version check is skipped.