Skip to content

Commit 02944d0

Browse files
authored
[release-branch.go1.23] Support for excluding OS-disabled cipher suites in TLS handshake (#1727)
1 parent 77b5e74 commit 02944d0

File tree

2 files changed

+569
-0
lines changed

2 files changed

+569
-0
lines changed

eng/pipeline/stages/go-builder-matrix-stages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ stages:
8686
- { experiment: boringcrypto, os: linux, arch: amd64, config: test, distro: ubuntu }
8787
- { os: windows, arch: amd64, config: devscript }
8888
- { os: windows, arch: amd64, config: test }
89+
- { experiment: ms_tls_config_schannel, os: windows, arch: amd64, config: test }
8990
- { experiment: cngcrypto, os: windows, arch: amd64, config: test }
9091
- { experiment: cngcrypto, os: windows, arch: amd64, config: test, fips: true }
9192
# Test that buildandpack works on Windows x86-32, but don't release it.

0 commit comments

Comments
 (0)