mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -1,4 +1,5 @@
|
|||
/* -*- 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/. */
|
||||
|
|
@ -69,7 +70,7 @@ TEST_F(TlsConnectTest, RenegotiationConfigTls13) {
|
|||
|
||||
TEST_P(TlsConnectStream, ConnectTls10AndServerRenegotiateHigher) {
|
||||
if (version_ == SSL_LIBRARY_VERSION_TLS_1_0) {
|
||||
return;
|
||||
GTEST_SKIP();
|
||||
}
|
||||
// Set the client so it will accept any version from 1.0
|
||||
// to |version_|.
|
||||
|
|
@ -109,7 +110,7 @@ TEST_P(TlsConnectStream, ConnectTls10AndServerRenegotiateHigher) {
|
|||
|
||||
TEST_P(TlsConnectStream, ConnectTls10AndClientRenegotiateHigher) {
|
||||
if (version_ == SSL_LIBRARY_VERSION_TLS_1_0) {
|
||||
return;
|
||||
GTEST_SKIP();
|
||||
}
|
||||
// Set the client so it will accept any version from 1.0
|
||||
// to |version_|.
|
||||
|
|
@ -147,7 +148,7 @@ TEST_P(TlsConnectStream, ConnectTls10AndClientRenegotiateHigher) {
|
|||
|
||||
TEST_P(TlsConnectStream, ConnectAndServerRenegotiateLower) {
|
||||
if (version_ == SSL_LIBRARY_VERSION_TLS_1_0) {
|
||||
return;
|
||||
GTEST_SKIP();
|
||||
}
|
||||
Connect();
|
||||
|
||||
|
|
@ -180,7 +181,7 @@ TEST_P(TlsConnectStream, ConnectAndServerRenegotiateLower) {
|
|||
|
||||
TEST_P(TlsConnectStream, ConnectAndServerWontRenegotiateLower) {
|
||||
if (version_ == SSL_LIBRARY_VERSION_TLS_1_0) {
|
||||
return;
|
||||
GTEST_SKIP();
|
||||
}
|
||||
Connect();
|
||||
|
||||
|
|
@ -199,7 +200,7 @@ TEST_P(TlsConnectStream, ConnectAndServerWontRenegotiateLower) {
|
|||
|
||||
TEST_P(TlsConnectStream, ConnectAndClientWontRenegotiateLower) {
|
||||
if (version_ == SSL_LIBRARY_VERSION_TLS_1_0) {
|
||||
return;
|
||||
GTEST_SKIP();
|
||||
}
|
||||
Connect();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue