mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -1,5 +1,4 @@
|
|||
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* vim: set ts=2 et sw=2 tw=80: */
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
|
@ -56,7 +55,6 @@ const uint8_t kTlsAlertUnsupportedExtension = 110;
|
|||
const uint8_t kTlsAlertUnrecognizedName = 112;
|
||||
const uint8_t kTlsAlertCertificateRequired = 116;
|
||||
const uint8_t kTlsAlertNoApplicationProtocol = 120;
|
||||
const uint8_t kTlsAlertEchRequired = 121;
|
||||
|
||||
const uint8_t kTlsFakeChangeCipherSpec[] = {
|
||||
ssl_ct_change_cipher_spec, // Type
|
||||
|
|
@ -75,11 +73,6 @@ const uint8_t kTlsFakeChangeCipherSpec[] = {
|
|||
0x01 // Value
|
||||
};
|
||||
|
||||
const uint8_t kCtDtlsCiphertext = 0x20;
|
||||
const uint8_t kCtDtlsCiphertextMask = 0xE0;
|
||||
const uint8_t kCtDtlsCiphertext16bSeqno = 0x08;
|
||||
const uint8_t kCtDtlsCiphertextLengthPresent = 0x04;
|
||||
|
||||
static const uint8_t kTls13PskKe = 0;
|
||||
static const uint8_t kTls13PskDhKe = 1;
|
||||
static const uint8_t kTls13PskAuth = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue