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

Portback apiclient feature flags #4272

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 29, 2024

  1. sources: bump reqwest to 0.12

    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    58280ad View commit details
    Browse the repository at this point in the history
  2. apiclient: add features flags for FIPS and TLS enablement

    Add `tls` feature flag to allow consumers of the crate opt-in to TLS
    connections when required. Additionally, add `fips` feature flag to
    constrain any TLS connection to FIPS ciphers.
    
    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    Signed-off-by: Ben Cressey <[email protected]>
    (cherry picked from commit d56cc898dd6b03702ef3ec49e1c64b1ec4274718)
    Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
    arnaldo2792 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e5c8007 View commit details
    Browse the repository at this point in the history