mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
|
|
@ -13,10 +13,8 @@
|
|||
typedef PRUint16 SSL3ProtocolVersion;
|
||||
/* version numbers are defined in sslproto.h */
|
||||
|
||||
/* The TLS 1.3 draft version. Used to avoid negotiating
|
||||
* between incompatible pre-standard TLS 1.3 drafts.
|
||||
* TODO(ekr@rtfm.com): Remove when TLS 1.3 is published. */
|
||||
#define TLS_1_3_DRAFT_VERSION 28
|
||||
/* DTLS 1.3 is still a draft. */
|
||||
#define DTLS_1_3_DRAFT_VERSION 28
|
||||
|
||||
typedef PRUint16 ssl3CipherSuite;
|
||||
/* The cipher suites are defined in sslproto.h */
|
||||
|
|
@ -35,15 +33,6 @@ typedef PRUint16 ssl3CipherSuite;
|
|||
|
||||
#define MAX_FRAGMENT_LENGTH 16384
|
||||
|
||||
typedef enum {
|
||||
content_change_cipher_spec = 20,
|
||||
content_alert = 21,
|
||||
content_handshake = 22,
|
||||
content_application_data = 23,
|
||||
content_alt_handshake = 24,
|
||||
content_ack = 25
|
||||
} SSL3ContentType;
|
||||
|
||||
typedef enum { change_cipher_spec_choice = 1 } SSL3ChangeCipherSpecChoice;
|
||||
|
||||
typedef enum { alert_warning = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue