summaryrefslogtreecommitdiff
path: root/tests/gtests
diff options
context:
space:
mode:
authorJ.C. Jones <jjones@mozilla.com>2017-05-11 15:10:00 -0700
committerJ.C. Jones <jjones@mozilla.com>2017-05-11 15:10:00 -0700
commite8fb158310d3c431b45195b2a9658460039a4adb (patch)
treea9eabfe984e4a28db920d5c956c2f1c13bb0441c /tests/gtests
parenta54061ccfb52bb42e7752eb8b7445fa88f758ea2 (diff)
downloadnss-hg-e8fb158310d3c431b45195b2a9658460039a4adb.tar.gz
Bug 1342137 - Permit unknown dotted-decimal X500 Principals r=franziskus,ttaubert
RFC 1485 permits principals with OIDs in either "1.2=Name" or "OID.1.2=Name" form. This patch permits such forms, for unknown OIDs. This patch adds disabled tests which should fail, but do not, and need further cleanup. Original patch courtesy of Miklos Vajna. Differential Revision: https://nss-review.dev.mozaws.net/D310
Diffstat (limited to 'tests/gtests')
-rwxr-xr-xtests/gtests/gtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/gtests.sh b/tests/gtests/gtests.sh
index 6fb7e60df..8c9d656cb 100755
--- a/tests/gtests/gtests.sh
+++ b/tests/gtests/gtests.sh
@@ -83,7 +83,7 @@ gtest_cleanup()
}
################## main #################################################
-GTESTS="prng_gtest certhigh_gtest der_gtest pk11_gtest util_gtest freebl_gtest"
+GTESTS="prng_gtest certhigh_gtest certdb_gtest der_gtest pk11_gtest util_gtest freebl_gtest"
SOURCE_DIR="$PWD"/../..
gtest_init $0
gtest_start