mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57: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
0
security/nss/fuzz/config/clone_corpus.sh
Normal file → Executable file
0
security/nss/fuzz/config/clone_corpus.sh
Normal file → Executable file
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
LIBFUZZER_REVISION=6937e68f927b6aefe526fcb9db8953f497e6e74d
|
||||
|
||||
d=$(dirname $0)
|
||||
$d/git-copy.sh https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer $LIBFUZZER_REVISION $d/../libFuzzer
|
||||
0
security/nss/fuzz/config/git-copy.sh
Normal file → Executable file
0
security/nss/fuzz/config/git-copy.sh
Normal file → Executable file
|
|
@ -50,17 +50,11 @@
|
|||
],
|
||||
'conditions': [
|
||||
['fuzz_oss==0', {
|
||||
'sources': [
|
||||
'<!@(ls <(DEPTH)/fuzz/libFuzzer/*.cpp)',
|
||||
],
|
||||
'cflags/': [
|
||||
['exclude', '-fsanitize-coverage'],
|
||||
],
|
||||
'xcode_settings': {
|
||||
'OTHER_CFLAGS/': [
|
||||
['exclude', '-fsanitize-coverage'],
|
||||
],
|
||||
},
|
||||
'all_dependent_settings': {
|
||||
'libraries': [
|
||||
'-fsanitize=fuzzer',
|
||||
],
|
||||
}
|
||||
}, {
|
||||
'all_dependent_settings': {
|
||||
'libraries': ['-lFuzzingEngine'],
|
||||
|
|
|
|||
|
|
@ -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/. */
|
||||
|
|
|
|||
|
|
@ -47,9 +47,6 @@ static void SetSocketOptions(PRFileDesc* fd,
|
|||
SECStatus rv = SSL_OptionSet(fd, SSL_NO_CACHE, config->EnableCache());
|
||||
assert(rv == SECSuccess);
|
||||
|
||||
rv = SSL_OptionSet(fd, SSL_REUSE_SERVER_ECDHE_KEY, false);
|
||||
assert(rv == SECSuccess);
|
||||
|
||||
rv = SSL_OptionSet(fd, SSL_ENABLE_EXTENDED_MASTER_SECRET,
|
||||
config->EnableExtendedMasterSecret());
|
||||
assert(rv == SECSuccess);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue