mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
import changes from mozilla nss repo:
- Bug 1662515 - Fix incorrect alert after successful decryption r=djackson - Bug 1721476 sqlite 3.34 changed it's open semantics, causing nss failures. - Bug 1728394 - Add TunTrust Root CA certificate to NSS. r=KathleenWilson - Bug 1717707 - Add HARICA TLS RSA Root CA 2021. r=KathleenWilson - Bug 1717707 - Add HARICA TLS ECC Root CA 2021. r=KathleenWilson - Bug 1717707 - Add HARICA Client RSA Root CA 2021. r=KathleenWilson - Bug 1717707 - Add HARICA Client ECC Root CA 2021. r=KathleenWilson
This commit is contained in:
parent
a49b1a5902
commit
423d61a6f8
3 changed files with 777 additions and 0 deletions
|
|
@ -5507,6 +5507,7 @@ tls13_UnprotectRecord(sslSocket *ss,
|
|||
SSL_TRC(3, ("%d: TLS13[%d]: empty record", SSL_GETPID(), ss->fd));
|
||||
/* It's safe to report this specifically because it happened
|
||||
* after the MAC has been verified. */
|
||||
*alert = unexpected_message;
|
||||
PORT_SetError(SSL_ERROR_BAD_BLOCK_PADDING);
|
||||
return SECFailure;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue