Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FIPS support #828

Merged
merged 3 commits into from
Oct 1, 2024
Merged

Add FIPS support #828

merged 3 commits into from
Oct 1, 2024

Commits on Sep 28, 2024

  1. feature: add a 'fips' feature to crates

    add a 'fips' feature to tough crates to enable toggling fips enforcement
    on crate dependencies. Remove the prebuilt-nasm feature in favor of
    allowing downstream consumers to set this feature if needed; use
    setup-nasm in CI for windows integ testing and split out integ
    testing fips to a new Makefile rule such that it can be skipped in macos
    testing
    
    Signed-off-by: Gavin Inglis <giinglis@amazon.com>
    ginglis13 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    af6a909 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. tuftool: install default CryptoProvider for HTTP client

    when building the tuftool HTTP client, install the aws_lc_rs default
    CryptoProvider if none is set yet. This is to ensure that a
    CryptoProvider for rustls is set before proceeded with HTTP methods.
    
    Signed-off-by: Gavin Inglis <giinglis@amazon.com>
    ginglis13 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f501c0f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. deps: bump reqwest to 0.12, httptest to 0.16

    Bump reqwest to 0.12 as a prerequisite for FIPS support.
    ginglis13 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    680cc11 View commit details
    Browse the repository at this point in the history