mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 22:44:13 +00:00
Add missing errors from secerr.h in lib/util
This commit is contained in:
parent
5fd94ca1a9
commit
e7544aab69
@ -440,3 +440,18 @@ ER3(SEC_ERROR_OCSP_FUTURE_RESPONSE, (SEC_ERROR_BASE + 131),
|
||||
|
||||
ER3(SEC_ERROR_OCSP_OLD_RESPONSE, (SEC_ERROR_BASE + 132),
|
||||
"The OCSP response contains out-of-date information.")
|
||||
|
||||
ER3(SEC_ERROR_DIGEST_NOT_FOUND, (SEC_ERROR_BASE + 133),
|
||||
"The CMS or PKCS #7 Digest not found in Signed Message.")
|
||||
|
||||
ER3(SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE, (SEC_ERROR_BASE + 134),
|
||||
"The CMS or PKCS #7 Message type unsupported.")
|
||||
|
||||
ER3(SEC_ERROR_MODULE_STUCK, (SEC_ERROR_BASE + 135),
|
||||
"PKCS #11 module could not be removed because of outstanding references.")
|
||||
|
||||
ER3(SEC_ERROR_BAD_TEMPLATE, (SEC_ERROR_BASE + 136),
|
||||
"Could not decode ASN.1 data, Specified Template was invalid.")
|
||||
|
||||
ER3(SEC_ERROR_CRL_NOT_FOUND, (SEC_ERROR_BASE + 137),
|
||||
"PKCS #11 module could not be removed because of outstanding references.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user