mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +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
2
security/nss/cmd/libpkix/pkix/top/Makefile
Normal file → Executable file
2
security/nss/cmd/libpkix/pkix/top/Makefile
Normal file → Executable 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/top/manifest.mn
Normal file → Executable file
3
security/nss/cmd/libpkix/pkix/top/manifest.mn
Normal file → Executable file
|
|
@ -26,7 +26,8 @@ CSRCS = test_basicchecker.c \
|
|||
test_validatechain_NB.c \
|
||||
$(NULL)
|
||||
|
||||
LIBRARY_NAME=pkixtooltop
|
||||
LIBRARY_NAME = pkixtooltop
|
||||
SHARED_LIBRARY = $(NULL)
|
||||
|
||||
SOURCE_LIB_DIR=$(PKIX_DEPTH)/$(OBJDIR)
|
||||
|
||||
|
|
|
|||
|
|
@ -218,13 +218,13 @@ test_basicchecker(int argc, char *argv[])
|
|||
testNameChainingFail(dirName, goodInput, diffInput, dateAscii);
|
||||
testDateFail(dirName, goodInput, diffInput);
|
||||
|
||||
/*
|
||||
/*
|
||||
* XXX
|
||||
* since the signature check is done last, we need to create
|
||||
* certs whose name chaining passes, but their signatures fail;
|
||||
* we currently don't have any such certs.
|
||||
*/
|
||||
/* testSignatureFail(goodInput, diffInput, dateAscii); */
|
||||
/* testSignatureFail(goodInput, diffInput, dateAscii); */
|
||||
|
||||
cleanup:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue