mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
nss: update nss to hg rev e5e10a46b9ad with vc2013 hackfix
This commit is contained in:
parent
ed1b356dfa
commit
dcdc5d70e0
133 changed files with 8084 additions and 2038 deletions
|
|
@ -488,7 +488,7 @@ dtls13_HandleAck(sslSocket *ss, sslBuffer *databuf)
|
|||
* for the holddown period to process retransmitted Finisheds.
|
||||
*/
|
||||
if (!ss->sec.isServer && (ss->ssl3.hs.ws == idle_handshake)) {
|
||||
ssl_CipherSpecReleaseByEpoch(ss, CipherSpecRead,
|
||||
ssl_CipherSpecReleaseByEpoch(ss, ssl_secret_read,
|
||||
TrafficKeyHandshake);
|
||||
}
|
||||
}
|
||||
|
|
@ -515,6 +515,6 @@ dtls13_HolddownTimerCb(sslSocket *ss)
|
|||
{
|
||||
SSL_TRC(10, ("%d: SSL3[%d]: holddown timer fired",
|
||||
SSL_GETPID(), ss->fd));
|
||||
ssl_CipherSpecReleaseByEpoch(ss, CipherSpecRead, TrafficKeyHandshake);
|
||||
ssl_CipherSpecReleaseByEpoch(ss, ssl_secret_read, TrafficKeyHandshake);
|
||||
ssl_ClearPRCList(&ss->ssl3.hs.dtlsRcvdHandshake, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue