mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
parrotChrome_58: add SHA512 globally
This commit is contained in:
parent
e96789aa6a
commit
120bf80363
1 changed files with 2 additions and 0 deletions
|
@ -365,6 +365,8 @@ func (uconn *UConn) parrotChrome_58() error {
|
|||
hello.SessionId = sessionId[:]
|
||||
}
|
||||
}
|
||||
appendToGlobalSigAlgs(disabledHashSHA512, signatureRSA)
|
||||
appendToGlobalSigAlgs(disabledHashSHA512, signatureECDSA)
|
||||
sigAndHash := SignatureAlgorithmsExtension{SignatureAndHashes: []SignatureAndHash{
|
||||
{hashSHA256, signatureECDSA},
|
||||
fakeRsaPssSha256,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue