summaryrefslogtreecommitdiff
path: root/coreconf
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2018-07-26 14:28:41 +0200
committerKai Engert <kaie@kuix.de>2018-07-26 14:28:41 +0200
commit26c4027f91f7d0c79de6875e5b434702eac07a2c (patch)
treec09f8741a731261345cc2eeecf291746a17a5514 /coreconf
parentb66d6c580ad8714b0622a5d926c449a1b08a0ee4 (diff)
downloadnss-hg-26c4027f91f7d0c79de6875e5b434702eac07a2c.tar.gz
Bug 1296986, Disable parameter unsafeAllowMissingParameters in _SGN_VerifyPKCS1DigestInfo, based on a patch contributed by David Benjamin (davidben@google.com), r=fkiefer
Diffstat (limited to 'coreconf')
-rw-r--r--coreconf/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/coreconf/config.mk b/coreconf/config.mk
index b62f6cef4..60a08411e 100644
--- a/coreconf/config.mk
+++ b/coreconf/config.mk
@@ -185,6 +185,10 @@ ifdef NSS_SEED_ONLY_DEV_URANDOM
DEFINES += -DSEED_ONLY_DEV_URANDOM
endif
+ifdef NSS_PKCS1_AllowMissingParameters
+DEFINES += -DNSS_PKCS1_AllowMissingParameters
+endif
+
# Avoid building object leak test code for optimized library
ifndef BUILD_OPT
ifdef PKIX_OBJECT_LEAK_TEST