summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-06-21 21:05:27 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2022-06-21 21:05:27 +0000
commit91ced29ec7e143d5267b1db243c0e58f4deeabc1 (patch)
treec7112f4753f099f021bedd5ff6e913edc82c7cdf
parent3b7423bc47adbbc7ed7fdfa2c53246262af3f648 (diff)
downloadnss-hg-91ced29ec7e143d5267b1db243c0e58f4deeabc1.tar.gz
Bug 1774720 - Fix SEC_ERROR_ALGORITHM_MISMATCH entry in SECerrs.h. r=djackson
Differential Revision: https://phabricator.services.mozilla.com/D149592
-rw-r--r--lib/util/SECerrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/SECerrs.h b/lib/util/SECerrs.h
index ac4c96e85..2121b1c86 100644
--- a/lib/util/SECerrs.h
+++ b/lib/util/SECerrs.h
@@ -559,5 +559,5 @@ ER3(SEC_ERROR_POLICY_LOCKED, (SEC_ERROR_BASE + 180),
ER3(SEC_ERROR_SIGNATURE_ALGORITHM_DISABLED, (SEC_ERROR_BASE + 181),
"Could not create or verify a signature using a signature algorithm that is disabled because it is not secure.")
-ER3(SEC_ERROR_SIGNATURE_ALGORITHM_DISABLED, (SEC_ERROR_BASE + 181),
+ER3(SEC_ERROR_ALGORITHM_MISMATCH, (SEC_ERROR_BASE + 182),
"The signature algorithm in the signature field of the certificate does not match the algorithm in its signatureAlgorithm field.")