mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#define __dtls13con_h_
|
||||
|
||||
SECStatus dtls13_InsertCipherTextHeader(const sslSocket *ss,
|
||||
const ssl3CipherSpec *cwSpec,
|
||||
ssl3CipherSpec *cwSpec,
|
||||
sslBuffer *wrBuf,
|
||||
PRBool *needsLength);
|
||||
SECStatus dtls13_RememberFragment(sslSocket *ss, PRCList *list,
|
||||
|
|
@ -29,10 +29,5 @@ 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