mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 12:37:35 +03:00
[dev.boringcrypto] all: merge master into dev.boringcrypto
Change-Id: Ic1d89215bb3e37a722d3d3bc7698edea940a83d9
This commit is contained in:
commit
29b7a28e8c
41 changed files with 1739 additions and 1712 deletions
|
@ -125,4 +125,13 @@ func supportedSignatureAlgorithms() []SignatureScheme {
|
|||
return fipsSupportedSignatureAlgorithms
|
||||
}
|
||||
|
||||
// supportedSignatureAlgorithmsTLS12 returns the supported signature algorithms
|
||||
// for TLS 1.2. Issue 32425.
|
||||
func supportedSignatureAlgorithmsTLS12() []SignatureScheme {
|
||||
if !needFIPS() {
|
||||
return defaultSupportedSignatureAlgorithmsTLS12
|
||||
}
|
||||
return fipsSupportedSignatureAlgorithms[3:]
|
||||
}
|
||||
|
||||
var testingOnlyForceClientHelloSignatureAlgorithms []SignatureScheme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue