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
|