-
- Downloads
TLS tests in CI (#2886)
## Motivation and Context This PR adds a CI workflow to verify the TLS configuration of the smithy-rs client. ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [ ] I have updated `CHANGELOG.next.toml` if I made changes to the smithy-rs codegen or runtime crates - [ ] 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._ --------- Signed-off-by:Daniele Ahmed <ahmeddan@amazon.de> Co-authored-by:
Daniele Ahmed <ahmeddan@amazon.de>
Showing
- .github/workflows/ci-tls.yml 81 additions, 0 deletions.github/workflows/ci-tls.yml
- ci.mk 4 additions, 0 deletionsci.mk
- tools/ci-resources/tls-stub/Cargo.toml 23 additions, 0 deletionstools/ci-resources/tls-stub/Cargo.toml
- tools/ci-resources/tls-stub/README.md 8 additions, 0 deletionstools/ci-resources/tls-stub/README.md
- tools/ci-resources/tls-stub/src/main.rs 160 additions, 0 deletionstools/ci-resources/tls-stub/src/main.rs
- tools/ci-scripts/configure-tls/configure-badssl 25 additions, 0 deletionstools/ci-scripts/configure-tls/configure-badssl
- tools/ci-scripts/configure-tls/configure-badtls 17 additions, 0 deletionstools/ci-scripts/configure-tls/configure-badtls
- tools/ci-scripts/configure-tls/configure-trytls 14 additions, 0 deletionstools/ci-scripts/configure-tls/configure-trytls
- tools/ci-scripts/configure-tls/update-certs 10 additions, 0 deletionstools/ci-scripts/configure-tls/update-certs
Loading
Please register or sign in to comment