mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-05 04:57:35 +03:00
[dev.boringcrypto] all: merge master into dev.boringcrypto
This effectively reverts the golang.org/cl/161699 merge. Change-Id: I7c982a97f3ae0015e2e148d4831912d058d682f8
This commit is contained in:
commit
29e18da00d
20 changed files with 63 additions and 1065 deletions
|
@ -106,11 +106,8 @@ func isBoringCertificate(c *x509.Certificate) bool {
|
|||
// supportedSignatureAlgorithms returns the supported signature algorithms.
|
||||
// It knows that the FIPS-allowed ones are all at the beginning of
|
||||
// defaultSupportedSignatureAlgorithms.
|
||||
func supportedSignatureAlgorithms(version uint16) []SignatureScheme {
|
||||
func supportedSignatureAlgorithms() []SignatureScheme {
|
||||
all := defaultSupportedSignatureAlgorithms
|
||||
if version < VersionTLS13 {
|
||||
all = defaultSupportedSignatureAlgorithmsTLS12
|
||||
}
|
||||
if !needFIPS() {
|
||||
return all
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue