summaryrefslogtreecommitdiff
path: root/nss.gyp
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 /nss.gyp
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 'nss.gyp')
-rw-r--r--nss.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss.gyp b/nss.gyp
index dafc66962..97586b333 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -179,6 +179,7 @@
'cmd/vfyserv/vfyserv.gyp:vfyserv',
'gtests/certhigh_gtest/certhigh_gtest.gyp:certhigh_gtest',
'gtests/der_gtest/der_gtest.gyp:der_gtest',
+ 'gtests/certdb_gtest/certdb_gtest.gyp:certdb_gtest',
'gtests/freebl_gtest/freebl_gtest.gyp:prng_gtest',
'gtests/pk11_gtest/pk11_gtest.gyp:pk11_gtest',
'gtests/ssl_gtest/ssl_gtest.gyp:ssl_gtest',