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
|
+ |