Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: nss/mozilla/security/nss/lib/util/SECerrs.h

Issue 10540165: Update NSS to NSS 3.13.5 (from NSS 3.13.3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nss/mozilla/security/nss/lib/util/SECerrs.h
===================================================================
--- nss/mozilla/security/nss/lib/util/SECerrs.h (revision 142244)
+++ nss/mozilla/security/nss/lib/util/SECerrs.h (working copy)
@@ -573,3 +573,6 @@
ER3(SEC_ERROR_BAD_CRL_DP_URL, (SEC_ERROR_BASE + 175),
"Invalid or unsupported URL in CRL distribution point name.")
+
+ER3(SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED, (SEC_ERROR_BASE + 176),
+"The certificate was signed using a signature algorithm that is disabled because it is not secure.")
Ryan Sleevi 2012/06/14 22:54:11 too late nit: is not secure -> disabled by policy?
wtc 2012/06/14 23:16:16 I originally named this error code SEC_ERROR_ALGOR

Powered by Google App Engine
This is Rietveld 408576698