mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#define __dtls13con_h_
|
||||
|
||||
SECStatus dtls13_InsertCipherTextHeader(const sslSocket *ss,
|
||||
ssl3CipherSpec *cwSpec,
|
||||
const ssl3CipherSpec *cwSpec,
|
||||
sslBuffer *wrBuf,
|
||||
PRBool *needsLength);
|
||||
SECStatus dtls13_RememberFragment(sslSocket *ss, PRCList *list,
|
||||
|
|
@ -29,5 +29,10 @@ SECStatus dtls13_SendAck(sslSocket *ss);
|
|||
void dtls13_SendAckCb(sslSocket *ss);
|
||||
void dtls13_HolddownTimerCb(sslSocket *ss);
|
||||
void dtls_ReceivedFirstMessageInFlight(sslSocket *ss);
|
||||
SECStatus dtls13_MaskSequenceNumber(sslSocket *ss, ssl3CipherSpec *spec,
|
||||
PRUint8 *hdr, PRUint8 *cipherText, PRUint32 cipherTextLen);
|
||||
PRBool dtls13_AeadLimitReached(ssl3CipherSpec *spec);
|
||||
|
||||
CK_MECHANISM_TYPE tls13_SequenceNumberEncryptionMechanism(SSLCipherAlgorithm bulkAlgorithm);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue