mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -552,3 +552,15 @@ ER3(SSL_ERROR_RX_MALFORMED_DTLS_ACK, (SSL_ERROR_BASE + 174),
|
|||
|
||||
ER3(SSL_ERROR_DH_KEY_TOO_LONG, (SSL_ERROR_BASE + 175),
|
||||
"SSL received a DH key share that's too long (>8192 bit).")
|
||||
|
||||
ER3(SSL_ERROR_RX_MALFORMED_ESNI_KEYS, (SSL_ERROR_BASE + 176),
|
||||
"SSL received a malformed ESNI keys structure")
|
||||
|
||||
ER3(SSL_ERROR_RX_MALFORMED_ESNI_EXTENSION, (SSL_ERROR_BASE + 177),
|
||||
"SSL received a malformed ESNI extension")
|
||||
|
||||
ER3(SSL_ERROR_MISSING_ESNI_EXTENSION, (SSL_ERROR_BASE + 178),
|
||||
"SSL did not receive an ESNI extension")
|
||||
|
||||
ER3(SSL_ERROR_RX_UNEXPECTED_RECORD_TYPE, (SSL_ERROR_BASE + 179),
|
||||
"SSL received an unexpected record type.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue