mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -45,6 +45,7 @@ void tls13_FatalError(sslSocket *ss, PRErrorCode prError,
|
|||
SSL3AlertDescription desc);
|
||||
SECStatus tls13_SetupClientHello(sslSocket *ss);
|
||||
SECStatus tls13_MaybeDo0RTTHandshake(sslSocket *ss);
|
||||
PRInt32 tls13_LimitEarlyData(sslSocket *ss, SSL3ContentType type, PRInt32 toSend);
|
||||
PRBool tls13_AllowPskCipher(const sslSocket *ss,
|
||||
const ssl3CipherSuiteDef *cipher_def);
|
||||
PRBool tls13_PskSuiteEnabled(sslSocket *ss);
|
||||
|
|
@ -56,10 +57,10 @@ SECStatus tls13_HandleClientHelloPart2(sslSocket *ss,
|
|||
const SECItem *suites,
|
||||
sslSessionID *sid);
|
||||
SECStatus tls13_HandleServerHelloPart2(sslSocket *ss);
|
||||
SECStatus tls13_HandlePostHelloHandshakeMessage(sslSocket *ss, SSL3Opaque *b,
|
||||
SECStatus tls13_HandlePostHelloHandshakeMessage(sslSocket *ss, PRUint8 *b,
|
||||
PRUint32 length,
|
||||
SSL3Hashes *hashesPtr);
|
||||
SECStatus tls13_HandleHelloRetryRequest(sslSocket *ss, SSL3Opaque *b,
|
||||
SECStatus tls13_HandleHelloRetryRequest(sslSocket *ss, PRUint8 *b,
|
||||
PRUint32 length);
|
||||
void tls13_DestroyKeyShareEntry(TLS13KeyShareEntry *entry);
|
||||
void tls13_DestroyKeyShares(PRCList *list);
|
||||
|
|
@ -72,7 +73,7 @@ PRBool tls13_ExtensionAllowed(PRUint16 extension, SSL3HandshakeType message);
|
|||
SECStatus tls13_ProtectRecord(sslSocket *ss,
|
||||
ssl3CipherSpec *cwSpec,
|
||||
SSL3ContentType type,
|
||||
const SSL3Opaque *pIn,
|
||||
const PRUint8 *pIn,
|
||||
PRUint32 contentLen,
|
||||
sslBuffer *wrBuf);
|
||||
PRInt32 tls13_Read0RttData(sslSocket *ss, void *buf, PRInt32 len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue