mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Revert "Update NSS to 3.35-RTM"
This reverts commit f1a0f0a56fdd0fc39f255174ce08c06b91c66c94.
This commit is contained in:
parent
5f958910dd
commit
9e32522120
388 changed files with 24887 additions and 43210 deletions
|
|
@ -473,7 +473,8 @@ ER3(SSL_ERROR_RX_MALFORMED_PRE_SHARED_KEY, (SSL_ERROR_BASE + 147),
|
|||
ER3(SSL_ERROR_RX_MALFORMED_EARLY_DATA, (SSL_ERROR_BASE + 148),
|
||||
"SSL received an invalid EarlyData extension.")
|
||||
|
||||
UNUSED_ERROR(149)
|
||||
ER3(SSL_ERROR_END_OF_EARLY_DATA_ALERT, (SSL_ERROR_BASE + 149),
|
||||
"SSL received an unexpected end of early data alert.")
|
||||
|
||||
ER3(SSL_ERROR_MISSING_ALPN_EXTENSION, (SSL_ERROR_BASE + 150),
|
||||
"SSL didn't receive an expected ALPN extension.")
|
||||
|
|
@ -510,33 +511,3 @@ ER3(SSL_ERROR_DOWNGRADE_WITH_EARLY_DATA, (SSL_ERROR_BASE + 160),
|
|||
|
||||
ER3(SSL_ERROR_TOO_MUCH_EARLY_DATA, (SSL_ERROR_BASE + 161),
|
||||
"SSL received more early data than permitted.")
|
||||
|
||||
ER3(SSL_ERROR_RX_UNEXPECTED_END_OF_EARLY_DATA, (SSL_ERROR_BASE + 162),
|
||||
"SSL received an unexpected End of Early Data message.")
|
||||
|
||||
ER3(SSL_ERROR_RX_MALFORMED_END_OF_EARLY_DATA, (SSL_ERROR_BASE + 163),
|
||||
"SSL received a malformed End of Early Data message.")
|
||||
|
||||
ER3(SSL_ERROR_UNSUPPORTED_EXPERIMENTAL_API, (SSL_ERROR_BASE + 164),
|
||||
"An experimental API was called, but not supported.")
|
||||
|
||||
ER3(SSL_ERROR_APPLICATION_ABORT, (SSL_ERROR_BASE + 165),
|
||||
"SSL handshake aborted by the application.")
|
||||
|
||||
ER3(SSL_ERROR_APP_CALLBACK_ERROR, (SSL_ERROR_BASE + 166),
|
||||
"An application callback produced an invalid response.")
|
||||
|
||||
ER3(SSL_ERROR_NO_TIMERS_ERROR, (SSL_ERROR_BASE + 167),
|
||||
"No timers are currently running.")
|
||||
|
||||
ER3(SSL_ERROR_MISSING_COOKIE_EXTENSION, (SSL_ERROR_BASE + 168),
|
||||
"A second ClientHello was received without a cookie extension.")
|
||||
|
||||
ER3(SSL_ERROR_RX_UNEXPECTED_KEY_UPDATE, (SSL_ERROR_BASE + 169),
|
||||
"SSL received an unexpected key update message.")
|
||||
|
||||
ER3(SSL_ERROR_RX_MALFORMED_KEY_UPDATE, (SSL_ERROR_BASE + 170),
|
||||
"SSL received a malformed key update message.")
|
||||
|
||||
ER3(SSL_ERROR_TOO_MANY_KEY_UPDATES, (SSL_ERROR_BASE + 171),
|
||||
"SSL attempted too many key updates.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue