mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
2
security/nss/cmd/libpkix/pkix/top/Makefile
Executable file → Normal file
2
security/nss/cmd/libpkix/pkix/top/Makefile
Executable file → Normal file
|
|
@ -20,6 +20,8 @@ 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
Executable file → Normal file
3
security/nss/cmd/libpkix/pkix/top/manifest.mn
Executable file → Normal file
|
|
@ -26,8 +26,7 @@ CSRCS = test_basicchecker.c \
|
|||
test_validatechain_NB.c \
|
||||
$(NULL)
|
||||
|
||||
LIBRARY_NAME = pkixtooltop
|
||||
SHARED_LIBRARY = $(NULL)
|
||||
LIBRARY_NAME=pkixtooltop
|
||||
|
||||
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