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

3
security/nss/lib/libpkix/Makefile Normal file → Executable file
View file

@ -26,8 +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 +42,4 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
export:: private_export

View file

@ -1,16 +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.
#
# DEFINES+=-DPKIX_LISTDEBUG Can be used to turn on debug compilation
TARGETS = $(LIBRARY)
SHARED_LIBRARY =
IMPORT_LIBRARY =
PROGRAM =

2
security/nss/lib/libpkix/include/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 =

3
security/nss/lib/libpkix/include/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.h \
pkix_crlsel.h \

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

0
security/nss/lib/libpkix/include/pkix_certsel.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_certstore.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_checker.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_crlsel.h Normal file → Executable file
View file

2
security/nss/lib/libpkix/include/pkix_errorstrings.h Normal file → Executable file
View file

@ -1096,4 +1096,4 @@ PKIX_ERRORENTRY(X500NAMETOSTRINGFAILED,PKIX_PL_X500Name_ToString failed,0),
PKIX_ERRORENTRY(ZEROLENGTHBYTEARRAYFORCRLENCODING,Zero-length ByteArray for CRL encoding,0),
PKIX_ERRORENTRY(INVALIDOCSPHTTPMETHOD,Unsupported HTTP Method for OCSP retrieval,0),
PKIX_ERRORENTRY(OCSPGETREQUESTTOOBIG,OCSP request too big for HTTP GET method,0),
PKIX_ERRORENTRY(CERTISBLACKLISTEDATISSUANCETIME,Issuer Certificate is distrusted at the time the subordinate certifiate was issued,SEC_ERROR_UNTRUSTED_ISSUER)
PKIX_ERRORENTRY(CERTISBLOCKLISTEDATISSUANCETIME,Issuer Certificate is distrusted at the time the subordinate certifiate was issued,SEC_ERROR_UNTRUSTED_ISSUER)

0
security/nss/lib/libpkix/include/pkix_params.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_pl_pki.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_pl_system.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_results.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_revchecker.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_sample_modules.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkix_util.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/include/pkixt.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/manifest.mn Normal file → Executable file
View file

2
security/nss/lib/libpkix/pkix/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

2
security/nss/lib/libpkix/pkix/certsel/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/certsel/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_certselector.h \
pkix_comcertselparams.h \
@ -20,4 +17,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixcertsel
SHARED_LIBRARY = $(NULL)

View file

View file

View file

View file

2
security/nss/lib/libpkix/pkix/checker/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/checker/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_basicconstraintschecker.h \
pkix_certchainchecker.h \
@ -42,4 +39,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixchecker
SHARED_LIBRARY = $(NULL)

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

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 =

2
security/nss/lib/libpkix/pkix/crlsel/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/crlsel/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_comcrlselparams.h \
pkix_crlselector.h \
@ -20,4 +17,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixcrlsel
SHARED_LIBRARY = $(NULL)

View file

View file

View file

View file

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

2
security/nss/lib/libpkix/pkix/params/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/params/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_procparams.h \
pkix_trustanchor.h \
@ -24,4 +21,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixparams
SHARED_LIBRARY = $(NULL)

0
security/nss/lib/libpkix/pkix/params/pkix_procparams.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/params/pkix_procparams.h Normal file → Executable file
View file

View file

View file

View file

View file

0
security/nss/lib/libpkix/pkix/params/pkix_valparams.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/params/pkix_valparams.h Normal file → Executable file
View file

2
security/nss/lib/libpkix/pkix/results/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/results/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_buildresult.h \
pkix_policynode.h \
@ -24,4 +21,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixresults
SHARED_LIBRARY = $(NULL)

View file

View file

View file

View file

0
security/nss/lib/libpkix/pkix/results/pkix_valresult.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/results/pkix_valresult.h Normal file → Executable file
View file

View file

View file

2
security/nss/lib/libpkix/pkix/store/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/store/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_store.h \
$(NULL)
@ -18,4 +15,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixstore
SHARED_LIBRARY = $(NULL)

0
security/nss/lib/libpkix/pkix/store/pkix_store.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/store/pkix_store.h Normal file → Executable file
View file

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

4
security/nss/lib/libpkix/pkix/util/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) #
@ -43,6 +42,3 @@ 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/util/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_tools.h \
pkix_error.h \
@ -25,4 +22,4 @@ CSRCS = \
$(NULL)
LIBRARY_NAME = pkixutil
SHARED_LIBRARY = $(NULL)

0
security/nss/lib/libpkix/pkix/util/pkix_error.c Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/util/pkix_error.h Normal file → Executable file
View file

0
security/nss/lib/libpkix/pkix/util/pkix_list.c Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more