Replace NSS with Pale Moon's

This commit is contained in:
wuggy 2026-06-29 21:29:25 +01:00
commit 8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions

2
security/nss/lib/libpkix/pkix/top/Makefile Normal file → Executable file
View file

@ -26,7 +26,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################
include config.mk
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #
@ -44,5 +43,4 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
export:: private_export

View file

@ -1,15 +0,0 @@
#
# 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/.
#
# Override TARGETS variable so that only static libraries
# are specifed as dependencies within rules.mk.
#
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
PROGRAM =

5
security/nss/lib/libpkix/pkix/top/manifest.mn Normal file → Executable file
View file

@ -4,9 +4,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
CORE_DEPTH = ../../../..
EXPORTS = \
$(NULL)
PRIVATE_EXPORTS = \
pkix_build.h \
pkix_lifecycle.h \
@ -22,4 +19,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixtop
SHARED_LIBRARY = $(NULL)

2
security/nss/lib/libpkix/pkix/top/pkix_build.c Normal file → Executable file
View file

@ -2363,7 +2363,7 @@ pkix_BuildForwardDepthFirstSearch(
if (isIssuerCertAllowedAtCertIssuanceTime(
state->candidateCert->nssCert, targetCert->nssCert)
!= SECSuccess) {
PKIX_ERROR(PKIX_CERTISBLACKLISTEDATISSUANCETIME);
PKIX_ERROR(PKIX_CERTISBLOCKLISTEDATISSUANCETIME);
}
if ((state->verifyNode) != NULL) {

0
security/nss/lib/libpkix/pkix/top/pkix_build.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/top/pkix_lifecycle.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/top/pkix_lifecycle.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/top/pkix_validate.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/top/pkix_validate.h Normal file → Executable file
View file