smithy-rs/tools
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
..
.cargo Remove sparse registry config (#2990) 2023-09-19 13:50:11 +00:00
ci-build Add FIPS support to Hyper 1.0 Client (#3539) 2024-04-02 18:02:13 +00:00
ci-cdk Split CDK app between `smithy-rs` and `aws-sdk-rust` (#3514) 2024-03-26 23:33:14 +00:00
ci-resources/tls-stub Upgrade ring to 0.17.5 (#3116) 2023-10-31 17:03:39 +00:00
ci-scripts Add FIPS support to Hyper 1.0 Client (#3539) 2024-04-02 18:02:13 +00:00
echo-server Upgrade nightly used in CI (#3073) 2023-12-14 11:30:23 -08:00
__init__.py Add CI check for deterministic codegen (#2509) 2023-03-29 21:20:41 +00:00