From e8fb158310d3c431b45195b2a9658460039a4adb Mon Sep 17 00:00:00 2001 From: "J.C. Jones" Date: Thu, 11 May 2017 15:10:00 -0700 Subject: 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 --- nss.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'nss.gyp') 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', -- cgit v1.2.1