We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11d53 commit be0c457Copy full SHA for be0c457
u_parrots.go
@@ -2993,7 +2993,7 @@ func generateRandomizedSpec(
2993
}
2994
2995
if r.FlipWeightedCoin(id.Weights.TLSVersMax_Set_VersionTLS13) {
2996
- p.TLSVersMin = VersionTLS10
+ p.TLSVersMin = VersionTLS12
2997
p.TLSVersMax = VersionTLS13
2998
tls13ciphers := make([]uint16, len(defaultCipherSuitesTLS13))
2999
copy(tls13ciphers, defaultCipherSuitesTLS13)
0 commit comments