re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

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

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

View file

@ -0,0 +1,15 @@
#
# 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 Executable file → Normal file
View file

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

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

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

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

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

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

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

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