mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +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
|
|
@ -35,6 +35,14 @@ typedef enum {
|
|||
ssl_hs_message_hash = 254, /* Not a real message. */
|
||||
} SSLHandshakeType;
|
||||
|
||||
typedef enum {
|
||||
ssl_ct_change_cipher_spec = 20,
|
||||
ssl_ct_alert = 21,
|
||||
ssl_ct_handshake = 22,
|
||||
ssl_ct_application_data = 23,
|
||||
ssl_ct_ack = 25
|
||||
} SSLContentType;
|
||||
|
||||
typedef struct SSL3StatisticsStr {
|
||||
/* statistics from ssl3_SendClientHello (sch) */
|
||||
long sch_sid_cache_hits;
|
||||
|
|
@ -446,7 +454,8 @@ typedef enum {
|
|||
ssl_tls13_key_share_xtn = 51,
|
||||
ssl_next_proto_nego_xtn = 13172, /* Deprecated. */
|
||||
ssl_renegotiation_info_xtn = 0xff01,
|
||||
ssl_tls13_short_header_xtn = 0xff03 /* Deprecated. */
|
||||
ssl_tls13_short_header_xtn = 0xff03, /* Deprecated. */
|
||||
ssl_tls13_encrypted_sni_xtn = 0xffce,
|
||||
} SSLExtensionType;
|
||||
|
||||
/* This is the old name for the supported_groups extensions. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue