mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -91,6 +91,10 @@ SECStatus ssl3_HandleExtendedMasterSecretXtn(const sslSocket *ss,
|
|||
SECItem *data);
|
||||
SECStatus ssl3_ProcessSessionTicketCommon(sslSocket *ss, const SECItem *ticket,
|
||||
/* out */ SECItem *appToken);
|
||||
PRBool ssl_ShouldSendSNIExtension(const sslSocket *ss, const char *url);
|
||||
SECStatus ssl3_ClientFormatServerNameXtn(const sslSocket *ss, const char *url,
|
||||
TLSExtensionData *xtnData,
|
||||
sslBuffer *buf);
|
||||
SECStatus ssl3_ClientSendServerNameXtn(const sslSocket *ss,
|
||||
TLSExtensionData *xtnData,
|
||||
sslBuffer *buf, PRBool *added);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue