mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
sync: merge changes from go 1.24.0
This commit is contained in:
commit
a99feacec2
50 changed files with 2505 additions and 2734 deletions
|
@ -47,10 +47,6 @@ var supportedSignatureAlgorithmsWithCircl []SignatureScheme
|
|||
// schemes are only included when tls.Config#PQSignatureSchemesEnabled is set
|
||||
// and FIPS-only mode is not enabled.
|
||||
func (c *Config) supportedSignatureAlgorithms() []SignatureScheme {
|
||||
// If FIPS-only mode is requested, do not add other algos.
|
||||
if needFIPS() {
|
||||
return supportedSignatureAlgorithms()
|
||||
}
|
||||
if c != nil && c.PQSignatureSchemesEnabled {
|
||||
return supportedSignatureAlgorithmsWithCircl
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue