smithy-rs/rust-runtime/aws-smithy-experimental/examples
Russell Cohen 09ba40e66b
Add FIPS support to Hyper 1.0 Client (#3539)
## Description
This does several things:
1. Upgrade to RusTLS 0.23 which enables FIPS support
2. Add smoke test of the clients. This revealed a bug where https URLs
were not supported.

This is technically a breaking change because I added `non_exhaustive`
to the CryptoMode enum.

<!--- Describe your changes in detail -->

## Testing
New integration tests. I expect this to fail in CI since I'll need to
update the build image to match.

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-04-02 18:02:13 +00:00
..
client-aws-lc.rs Add FIPS support to Hyper 1.0 Client (#3539) 2024-04-02 18:02:13 +00:00
client-ring.rs Add Initial Support for Hyper 1.0 (#3461) 2024-03-07 10:57:57 -08:00
custom-dns.rs Add Initial Support for Hyper 1.0 (#3461) 2024-03-07 10:57:57 -08:00