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

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

Issue 11193042: Update NSS to NSS 3.14 RC1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 2 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 162724)
+++ nss/mozilla/security/nss/lib/util/SECerrs.h (working copy)
@@ -544,3 +544,10 @@
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.")
+
+ER3(SEC_ERROR_LEGACY_DATABASE, (SEC_ERROR_BASE + 177),
+"The certificate/key database is in an old, unsupported format.")
+
+ER3(SEC_ERROR_APPLICATION_CALLBACK_ERROR, (SEC_ERROR_BASE + 178),
+"The certificate was rejected by extra checks in the application.")
wtc 2012/10/18 21:20:42 The error code is a generic application callback f
Ryan Sleevi 2012/10/18 21:28:51 I don't read the message that way. It's exactly wh
wtc 2012/10/18 21:53:04 The problem is that the error code name, SEC_ERROR
+

Powered by Google App Engine
This is Rietveld 408576698