mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Update NSS to 3.48 while keeping vc2013 hackfix and no-sslkeylogfile intact.
This commit is contained in:
parent
0b9855b841
commit
171849c8e5
351 changed files with 115185 additions and 57946 deletions
|
|
@ -190,7 +190,7 @@ SSL_IMPORT PRFileDesc *DTLS_ImportFD(PRFileDesc *model, PRFileDesc *fd);
|
|||
/* Use draft-ietf-tls-session-hash. Controls whether we offer the
|
||||
* extended_master_secret extension which, when accepted, hashes
|
||||
* the handshake transcript into the master secret. This option is
|
||||
* disabled by default.
|
||||
* enabled by default.
|
||||
*/
|
||||
#define SSL_ENABLE_EXTENDED_MASTER_SECRET 30
|
||||
|
||||
|
|
@ -310,6 +310,22 @@ SSL_IMPORT PRFileDesc *DTLS_ImportFD(PRFileDesc *model, PRFileDesc *fd);
|
|||
*/
|
||||
#define SSL_ENABLE_POST_HANDSHAKE_AUTH 39
|
||||
|
||||
/* Enables the delegated credentials extension (draft-ietf-tls-subcerts). When
|
||||
* enabled, a client that supports TLS 1.3 will indicate willingness to
|
||||
* negotiate a delegated credential (DC).
|
||||
*
|
||||
* If support is indicated, the peer may use a DC to authenticate itself. The DC
|
||||
* is sent as an extension to the peer's end-entity certificate; the end-entity
|
||||
* certificate is used to verify the DC, which in turn is used to verify the
|
||||
* handshake. DCs effectively extend the certificate chain by one, but only
|
||||
* within the context of TLS. Once issued, DCs can't be revoked; in order to
|
||||
* mitigate the damage in case the secret key is compromised, the DC is only
|
||||
* valid for a short time (days, hours, or even minutes).
|
||||
*
|
||||
* This library implements draft-03 of the protocol spec.
|
||||
*/
|
||||
#define SSL_ENABLE_DELEGATED_CREDENTIALS 40
|
||||
|
||||
#ifdef SSL_DEPRECATED_FUNCTION
|
||||
/* Old deprecated function names */
|
||||
SSL_IMPORT SECStatus SSL_Enable(PRFileDesc *fd, int option, PRIntn on);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue