mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17: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
|
|
@ -17,9 +17,11 @@ SECStatus tls13_MakeHrrCookie(sslSocket *ss, const sslNamedGroupDef *selectedGro
|
|||
const PRUint8 *appToken, unsigned int appTokenLen,
|
||||
PRUint8 *buf, unsigned int *len, unsigned int maxlen);
|
||||
SECStatus tls13_GetHrrCookieLength(sslSocket *ss, unsigned int *length);
|
||||
SECStatus tls13_RecoverHashState(sslSocket *ss,
|
||||
unsigned char *cookie,
|
||||
unsigned int cookieLen,
|
||||
ssl3CipherSuite *previousCipherSuite,
|
||||
const sslNamedGroupDef **previousGroup);
|
||||
SECStatus tls13_HandleHrrCookie(sslSocket *ss,
|
||||
unsigned char *cookie, unsigned int cookieLen,
|
||||
ssl3CipherSuite *previousCipherSuite,
|
||||
const sslNamedGroupDef **previousGroup,
|
||||
PRBool *previousOfferedEch,
|
||||
sslEchCookieData *echData,
|
||||
PRBool recoverState);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue