smithy-rs/.github
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
..
ISSUE_TEMPLATE Fix repeated options when creating an issue (#1916) 2022-10-28 10:12:19 +01:00
actions Allow artifacts of the same name to be overwritten (#3509) 2024-03-25 18:28:19 +00:00
scripts Remove flags from release (#3521) 2024-03-29 14:30:38 +00:00
workflows Add FIPS support to Hyper 1.0 Client (#3539) 2024-04-02 18:02:13 +00:00
PULL_REQUEST_TEMPLATE.md Tidy up PR template slightly (#2006) 2022-11-18 14:35:29 +00:00