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/cmd/libpkix/pkix_pl/Makefile Normal file → Executable file
View file

@ -20,8 +20,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################
include $(PKIX_DEPTH)/config.mk
#######################################################################
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################

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

2
security/nss/cmd/libpkix/pkix_pl/module/Makefile Normal file → Executable file
View file

@ -20,8 +20,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################
include $(PKIX_DEPTH)/config.mk
#######################################################################
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################

3
security/nss/cmd/libpkix/pkix_pl/module/manifest.mn Normal file → Executable file
View file

@ -17,7 +17,8 @@ CSRCS = test_colcertstore.c \
test_httpcertstore.c \
$(NULL)
LIBRARY_NAME=pkixtoolmodule
LIBRARY_NAME = pkixtoolmodule
SHARED_LIBRARY = $(NULL)
SOURCE_LIB_DIR=$(PKIX_DEPTH)/$(OBJDIR)

2
security/nss/cmd/libpkix/pkix_pl/pki/Makefile Normal file → Executable file
View file

@ -20,8 +20,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################
include $(PKIX_DEPTH)/config.mk
#######################################################################
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################

3
security/nss/cmd/libpkix/pkix_pl/pki/manifest.mn Normal file → Executable file
View file

@ -21,7 +21,8 @@ CSRCS = test_cert.c \
test_subjectinfoaccess.c \
$(NULL)
LIBRARY_NAME=pkixtoolpki
LIBRARY_NAME = pkixtoolpki
SHARED_LIBRARY = $(NULL)
SOURCE_LIB_DIR=$(PKIX_DEPTH)/$(OBJDIR)

View file

@ -106,7 +106,7 @@ test_generalname(int argc, char *argv[])
diffInput = "1.2.840.115349";
testNameType(PKIX_OID_NAME, goodInput, diffInput, goodInput);
/*
/*
* We don't support creating PKIX_EDIPARTY_NAME,
* PKIX_IP_NAME, OTHER_NAME, X400_ADDRESS from strings
*/

2
security/nss/cmd/libpkix/pkix_pl/system/Makefile Normal file → Executable file
View file

@ -20,8 +20,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################
include $(PKIX_DEPTH)/config.mk
#######################################################################
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################

4
security/nss/cmd/libpkix/pkix_pl/system/manifest.mn Normal file → Executable file
View file

@ -30,8 +30,8 @@ CSRCS = test_bigint.c \
test_string2.c \
$(NULL)
LIBRARY_NAME=pkixtoolsys
LIBRARY_NAME = pkixtoolsys
SHARED_LIBRARY = $(NULL)
SOURCE_LIB_DIR=$(PKIX_DEPTH)/$(OBJDIR)

View file

@ -118,13 +118,12 @@ test_bigint(int argc, char *argv[])
PKIX_UInt32 actualMinorVersion;
PKIX_UInt32 j = 0;
char *bigIntValue[4] =
{
"03",
"ff",
"1010101010101010101010101010101010101010",
"1010101010101010101010101010101010101010",
};
char *bigIntValue[4] = {
"03",
"ff",
"1010101010101010101010101010101010101010",
"1010101010101010101010101010101010101010",
};
char *badValue[3] = { "00ff", "fff", "-ff" };