1*514f4c20SAndrew Rist /**************************************************************
2*514f4c20SAndrew Rist  *
3*514f4c20SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*514f4c20SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*514f4c20SAndrew Rist  * distributed with this work for additional information
6*514f4c20SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*514f4c20SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*514f4c20SAndrew Rist  * "License"); you may not use this file except in compliance
9*514f4c20SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*514f4c20SAndrew Rist  *
11*514f4c20SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*514f4c20SAndrew Rist  *
13*514f4c20SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*514f4c20SAndrew Rist  * software distributed under the License is distributed on an
15*514f4c20SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*514f4c20SAndrew Rist  * KIND, either express or implied.  See the License for the
17*514f4c20SAndrew Rist  * specific language governing permissions and limitations
18*514f4c20SAndrew Rist  * under the License.
19*514f4c20SAndrew Rist  *
20*514f4c20SAndrew Rist  *************************************************************/
21*514f4c20SAndrew Rist 
22*514f4c20SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir 
25cdf0e10cSrcweir {SEC_ERROR_IO, "An I/O error occurred during security authorization."},
26cdf0e10cSrcweir 
27cdf0e10cSrcweir {SEC_ERROR_LIBRARY_FAILURE, "security library failure."},
28cdf0e10cSrcweir 
29cdf0e10cSrcweir {SEC_ERROR_BAD_DATA, "security library: received bad data."},
30cdf0e10cSrcweir 
31cdf0e10cSrcweir {SEC_ERROR_OUTPUT_LEN, "security library: output length error."},
32cdf0e10cSrcweir 
33cdf0e10cSrcweir {SEC_ERROR_INPUT_LEN, "security library has experienced an input length error."},
34cdf0e10cSrcweir 
35cdf0e10cSrcweir {SEC_ERROR_INVALID_ARGS, "security library: invalid arguments."},
36cdf0e10cSrcweir 
37cdf0e10cSrcweir {SEC_ERROR_INVALID_ALGORITHM, "security library: invalid algorithm."},
38cdf0e10cSrcweir 
39cdf0e10cSrcweir {SEC_ERROR_INVALID_AVA, "security library: invalid AVA."},
40cdf0e10cSrcweir 
41cdf0e10cSrcweir {SEC_ERROR_INVALID_TIME, "Improperly formatted time string."},
42cdf0e10cSrcweir 
43cdf0e10cSrcweir {SEC_ERROR_BAD_DER, "security library: improperly formatted DER-encoded message."},
44cdf0e10cSrcweir 
45cdf0e10cSrcweir {SEC_ERROR_BAD_SIGNATURE, "Peer's certificate has an invalid signature."},
46cdf0e10cSrcweir 
47cdf0e10cSrcweir {SEC_ERROR_EXPIRED_CERTIFICATE, "Peer's Certificate has expired."},
48cdf0e10cSrcweir 
49cdf0e10cSrcweir {SEC_ERROR_REVOKED_CERTIFICATE, "Peer's Certificate has been revoked."},
50cdf0e10cSrcweir 
51cdf0e10cSrcweir {SEC_ERROR_UNKNOWN_ISSUER, "Peer's Certificate issuer is not recognized."},
52cdf0e10cSrcweir 
53cdf0e10cSrcweir {SEC_ERROR_BAD_KEY, "Peer's public key is invalid."},
54cdf0e10cSrcweir 
55cdf0e10cSrcweir {SEC_ERROR_BAD_PASSWORD, "The security password entered is incorrect."},
56cdf0e10cSrcweir 
57cdf0e10cSrcweir {SEC_ERROR_RETRY_PASSWORD, "New password entered incorrectly.  Please try again."},
58cdf0e10cSrcweir 
59cdf0e10cSrcweir {SEC_ERROR_NO_NODELOCK, "security library: no nodelock."},
60cdf0e10cSrcweir 
61cdf0e10cSrcweir {SEC_ERROR_BAD_DATABASE, "security library: bad database."},
62cdf0e10cSrcweir 
63cdf0e10cSrcweir {SEC_ERROR_NO_MEMORY, "security library: memory allocation failure."},
64cdf0e10cSrcweir 
65cdf0e10cSrcweir {SEC_ERROR_UNTRUSTED_ISSUER, "Peer's certificate issuer has been marked as not trusted by the user."},
66cdf0e10cSrcweir 
67cdf0e10cSrcweir {SEC_ERROR_UNTRUSTED_CERT, "Peer's certificate has been marked as not trusted by the user."},
68cdf0e10cSrcweir 
69cdf0e10cSrcweir {SEC_ERROR_DUPLICATE_CERT, "Certificate already exists in your database."},
70cdf0e10cSrcweir 
71cdf0e10cSrcweir {SEC_ERROR_DUPLICATE_CERT_NAME, "Downloaded certificate's name duplicates one already in your database."},
72cdf0e10cSrcweir 
73cdf0e10cSrcweir {SEC_ERROR_ADDING_CERT, "Error adding certificate to database."},
74cdf0e10cSrcweir 
75cdf0e10cSrcweir {SEC_ERROR_FILING_KEY, "Error refiling the key for this certificate."},
76cdf0e10cSrcweir 
77cdf0e10cSrcweir {SEC_ERROR_NO_KEY, "The private key for this certificate cannot be found in key database"},
78cdf0e10cSrcweir 
79cdf0e10cSrcweir {SEC_ERROR_CERT_VALID, "This certificate is valid."},
80cdf0e10cSrcweir 
81cdf0e10cSrcweir {SEC_ERROR_CERT_NOT_VALID, "This certificate is not valid."},
82cdf0e10cSrcweir 
83cdf0e10cSrcweir {SEC_ERROR_CERT_NO_RESPONSE, "Cert Library: No Response"},
84cdf0e10cSrcweir 
85cdf0e10cSrcweir {SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE, "The certificate issuer's certificate has expired.  Check your system date and time."},
86cdf0e10cSrcweir 
87cdf0e10cSrcweir {SEC_ERROR_CRL_EXPIRED, "The CRL for the certificate's issuer has expired.  Update it or check your system date and time."},
88cdf0e10cSrcweir 
89cdf0e10cSrcweir {SEC_ERROR_CRL_BAD_SIGNATURE, "The CRL for the certificate's issuer has an invalid signature."},
90cdf0e10cSrcweir 
91cdf0e10cSrcweir {SEC_ERROR_CRL_INVALID, "New CRL has an invalid format."},
92cdf0e10cSrcweir 
93cdf0e10cSrcweir {SEC_ERROR_EXTENSION_VALUE_INVALID, "Certificate extension value is invalid."},
94cdf0e10cSrcweir 
95cdf0e10cSrcweir {SEC_ERROR_EXTENSION_NOT_FOUND, "Certificate extension not found."},
96cdf0e10cSrcweir 
97cdf0e10cSrcweir {SEC_ERROR_CA_CERT_INVALID, "Issuer certificate is invalid."},
98cdf0e10cSrcweir 
99cdf0e10cSrcweir {SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID,	"Certificate path length constraint is invalid."},
100cdf0e10cSrcweir 
101cdf0e10cSrcweir {SEC_ERROR_CERT_USAGES_INVALID, "Certificate usages field is invalid."},
102cdf0e10cSrcweir 
103cdf0e10cSrcweir {SEC_INTERNAL_ONLY, "**Internal ONLY module**"},
104cdf0e10cSrcweir 
105cdf0e10cSrcweir {SEC_ERROR_INVALID_KEY, "The key does not support the requested operation."},
106cdf0e10cSrcweir 
107cdf0e10cSrcweir {SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION, "Certificate contains unknown critical extension."},
108cdf0e10cSrcweir 
109cdf0e10cSrcweir {SEC_ERROR_OLD_CRL, "New CRL is not later than the current one."},
110cdf0e10cSrcweir 
111cdf0e10cSrcweir {SEC_ERROR_NO_EMAIL_CERT, "Not encrypted or signed: you do not yet have an email certificate."},
112cdf0e10cSrcweir 
113cdf0e10cSrcweir {SEC_ERROR_NO_RECIPIENT_CERTS_QUERY, "Not encrypted: you do not have certificates for each of the recipients."},
114cdf0e10cSrcweir 
115cdf0e10cSrcweir {SEC_ERROR_NOT_A_RECIPIENT, "Cannot decrypt: you are not a recipient, or matching certificate and \
116cdf0e10cSrcweir private key not found."},
117cdf0e10cSrcweir 
118cdf0e10cSrcweir {SEC_ERROR_PKCS7_KEYALG_MISMATCH, "Cannot decrypt: key encryption algorithm does not match your certificate."},
119cdf0e10cSrcweir 
120cdf0e10cSrcweir {SEC_ERROR_PKCS7_BAD_SIGNATURE, "Signature verification failed: no signer found, too many signers found, \
121cdf0e10cSrcweir or improper or corrupted data."},
122cdf0e10cSrcweir 
123cdf0e10cSrcweir {SEC_ERROR_UNSUPPORTED_KEYALG, "Unsupported or unknown key algorithm."},
124cdf0e10cSrcweir 
125cdf0e10cSrcweir {SEC_ERROR_DECRYPTION_DISALLOWED, "Cannot decrypt: encrypted using a disallowed algorithm or key size."},
126cdf0e10cSrcweir 
127cdf0e10cSrcweir 
128cdf0e10cSrcweir /* Fortezza Alerts */
129cdf0e10cSrcweir {XP_SEC_FORTEZZA_BAD_CARD, "Fortezza card has not been properly initialized.  \
130cdf0e10cSrcweir Please remove it and return it to your issuer."},
131cdf0e10cSrcweir 
132cdf0e10cSrcweir {XP_SEC_FORTEZZA_NO_CARD, "No Fortezza cards Found"},
133cdf0e10cSrcweir 
134cdf0e10cSrcweir {XP_SEC_FORTEZZA_NONE_SELECTED,	"No Fortezza card selected"},
135cdf0e10cSrcweir 
136cdf0e10cSrcweir {XP_SEC_FORTEZZA_MORE_INFO, "Please select a personality to get more info on"},
137cdf0e10cSrcweir 
138cdf0e10cSrcweir {XP_SEC_FORTEZZA_PERSON_NOT_FOUND, "Personality not found"},
139cdf0e10cSrcweir 
140cdf0e10cSrcweir {XP_SEC_FORTEZZA_NO_MORE_INFO, "No more information on that Personality"},
141cdf0e10cSrcweir 
142cdf0e10cSrcweir {XP_SEC_FORTEZZA_BAD_PIN, "Invalid Pin"},
143cdf0e10cSrcweir 
144cdf0e10cSrcweir {XP_SEC_FORTEZZA_PERSON_ERROR, "Couldn't initialize Fortezza personalities."},
145cdf0e10cSrcweir /* end fortezza alerts. */
146cdf0e10cSrcweir 
147cdf0e10cSrcweir {SEC_ERROR_NO_KRL, "No KRL for this site's certificate has been found."},
148cdf0e10cSrcweir 
149cdf0e10cSrcweir {SEC_ERROR_KRL_EXPIRED, "The KRL for this site's certificate has expired."},
150cdf0e10cSrcweir 
151cdf0e10cSrcweir {SEC_ERROR_KRL_BAD_SIGNATURE, "The KRL for this site's certificate has an invalid signature."},
152cdf0e10cSrcweir 
153cdf0e10cSrcweir {SEC_ERROR_REVOKED_KEY, "The key for this site's certificate has been revoked."},
154cdf0e10cSrcweir 
155cdf0e10cSrcweir {SEC_ERROR_KRL_INVALID, "New KRL has an invalid format."},
156cdf0e10cSrcweir 
157cdf0e10cSrcweir {SEC_ERROR_NEED_RANDOM, "security library: need random data."},
158cdf0e10cSrcweir 
159cdf0e10cSrcweir {SEC_ERROR_NO_MODULE, "security library: no security module can perform the requested operation."},
160cdf0e10cSrcweir 
161cdf0e10cSrcweir {SEC_ERROR_NO_TOKEN, "The security card or token does not exist, needs to be initialized, or has been removed."},
162cdf0e10cSrcweir 
163cdf0e10cSrcweir {SEC_ERROR_READ_ONLY, "security library: read-only database."},
164cdf0e10cSrcweir 
165cdf0e10cSrcweir {SEC_ERROR_NO_SLOT_SELECTED, "No slot or token was selected."},
166cdf0e10cSrcweir 
167cdf0e10cSrcweir {SEC_ERROR_CERT_NICKNAME_COLLISION, "A certificate with the same nickname already exists."},
168cdf0e10cSrcweir 
169cdf0e10cSrcweir {SEC_ERROR_KEY_NICKNAME_COLLISION, "A key with the same nickname already exists."},
170cdf0e10cSrcweir 
171cdf0e10cSrcweir {SEC_ERROR_SAFE_NOT_CREATED, "error while creating safe object"},
172cdf0e10cSrcweir 
173cdf0e10cSrcweir {SEC_ERROR_BAGGAGE_NOT_CREATED, "error while creating baggage object"},
174cdf0e10cSrcweir 
175cdf0e10cSrcweir {XP_JAVA_REMOVE_PRINCIPAL_ERROR, "Couldn't remove the principal"},
176cdf0e10cSrcweir 
177cdf0e10cSrcweir {XP_JAVA_DELETE_PRIVILEGE_ERROR, "Couldn't delete the privilege"},
178cdf0e10cSrcweir 
179cdf0e10cSrcweir {XP_JAVA_CERT_NOT_EXISTS_ERROR, "This principal doesn't have a certificate"},
180cdf0e10cSrcweir 
181cdf0e10cSrcweir {SEC_ERROR_BAD_EXPORT_ALGORITHM, "Required algorithm is not allowed."},
182cdf0e10cSrcweir 
183cdf0e10cSrcweir {SEC_ERROR_EXPORTING_CERTIFICATES, "Error attempting to export certificates."},
184cdf0e10cSrcweir 
185cdf0e10cSrcweir {SEC_ERROR_IMPORTING_CERTIFICATES, "Error attempting to import certificates."},
186cdf0e10cSrcweir 
187cdf0e10cSrcweir {SEC_ERROR_PKCS12_DECODING_PFX, "Unable to import.  Decoding error.  File not valid."},
188cdf0e10cSrcweir 
189cdf0e10cSrcweir {SEC_ERROR_PKCS12_INVALID_MAC, "Unable to import.  Invalid MAC.  Incorrect password or corrupt file."},
190cdf0e10cSrcweir 
191cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM, "Unable to import.  MAC algorithm not supported."},
192cdf0e10cSrcweir 
193cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE, "Unable to import.  Only password integrity and privacy modes supported."},
194cdf0e10cSrcweir 
195cdf0e10cSrcweir {SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE, "Unable to import.  File structure is corrupt."},
196cdf0e10cSrcweir 
197cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM, "Unable to import.  Encryption algorithm not supported."},
198cdf0e10cSrcweir 
199cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNSUPPORTED_VERSION, "Unable to import.  File version not supported."},
200cdf0e10cSrcweir 
201cdf0e10cSrcweir {SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT, "Unable to import.  Incorrect privacy password."},
202cdf0e10cSrcweir 
203cdf0e10cSrcweir {SEC_ERROR_PKCS12_CERT_COLLISION, "Unable to import.  Same nickname already exists in database."},
204cdf0e10cSrcweir 
205cdf0e10cSrcweir {SEC_ERROR_USER_CANCELLED, "The user pressed cancel."},
206cdf0e10cSrcweir 
207cdf0e10cSrcweir {SEC_ERROR_PKCS12_DUPLICATE_DATA, "Not imported, already in database."},
208cdf0e10cSrcweir 
209cdf0e10cSrcweir {SEC_ERROR_MESSAGE_SEND_ABORTED, "Message not sent."},
210cdf0e10cSrcweir 
211cdf0e10cSrcweir {SEC_ERROR_INADEQUATE_KEY_USAGE, "Certificate key usage inadequate for attempted operation."},
212cdf0e10cSrcweir 
213cdf0e10cSrcweir {SEC_ERROR_INADEQUATE_CERT_TYPE, "Certificate type not approved for application."},
214cdf0e10cSrcweir 
215cdf0e10cSrcweir {SEC_ERROR_CERT_ADDR_MISMATCH, "Address in signing certificate does not match address in message headers."},
216cdf0e10cSrcweir 
217cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY,	"Unable to import.  Error attempting to import private key."},
218cdf0e10cSrcweir 
219cdf0e10cSrcweir {SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN,	"Unable to import.  Error attempting to import certificate chain."},
220cdf0e10cSrcweir 
221cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME, "Unable to export.  Unable to locate certificate or key by nickname."},
222cdf0e10cSrcweir 
223cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY,	"Unable to export.  Private Key could not be located and exported."},
224cdf0e10cSrcweir 
225cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNABLE_TO_WRITE, "Unable to export.  Unable to write the export file."},
226cdf0e10cSrcweir 
227cdf0e10cSrcweir {SEC_ERROR_PKCS12_UNABLE_TO_READ, "Unable to import.  Unable to read the import file."},
228cdf0e10cSrcweir 
229cdf0e10cSrcweir {SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED, "Unable to export.  Key database corrupt or deleted."},
230cdf0e10cSrcweir 
231cdf0e10cSrcweir {SEC_ERROR_KEYGEN_FAIL, "Unable to generate public/private key pair."},
232cdf0e10cSrcweir 
233cdf0e10cSrcweir {SEC_ERROR_INVALID_PASSWORD, "Password entered is invalid.  Please pick a different one."},
234cdf0e10cSrcweir 
235cdf0e10cSrcweir {SEC_ERROR_RETRY_OLD_PASSWORD, "Old password entered incorrectly.  Please try again."},
236cdf0e10cSrcweir 
237cdf0e10cSrcweir {SEC_ERROR_BAD_NICKNAME, "Certificate nickname already in use."},
238cdf0e10cSrcweir 
239cdf0e10cSrcweir {SEC_ERROR_NOT_FORTEZZA_ISSUER, "Peer FORTEZZA chain has a non-FORTEZZA Certificate."},
240cdf0e10cSrcweir 
241cdf0e10cSrcweir {SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY, "A sensitive key cannot be moved to the slot where it is needed."},
242cdf0e10cSrcweir 
243cdf0e10cSrcweir {SEC_ERROR_JS_INVALID_MODULE_NAME, "Invalid module name."},
244cdf0e10cSrcweir 
245cdf0e10cSrcweir {SEC_ERROR_JS_INVALID_DLL, "Invalid module path/filename"},
246cdf0e10cSrcweir 
247cdf0e10cSrcweir {SEC_ERROR_JS_ADD_MOD_FAILURE, "Unable to add module"},
248cdf0e10cSrcweir 
249cdf0e10cSrcweir {SEC_ERROR_JS_DEL_MOD_FAILURE, "Unable to delete module"},
250cdf0e10cSrcweir 
251cdf0e10cSrcweir {SEC_ERROR_OLD_KRL, "New KRL is not later than the current one."},
252cdf0e10cSrcweir 
253cdf0e10cSrcweir {SEC_ERROR_CKL_CONFLICT, "New CKL has different issuer than current CKL.  Delete current CKL."},
254cdf0e10cSrcweir 
255cdf0e10cSrcweir {SEC_ERROR_CERT_NOT_IN_NAME_SPACE, "The Certifying Authority for this certificate is not permitted to issue a \
256cdf0e10cSrcweir certificate with this name."},
257cdf0e10cSrcweir 
258cdf0e10cSrcweir {SEC_ERROR_KRL_NOT_YET_VALID, "The key revocation list for this certificate is not yet valid."},
259cdf0e10cSrcweir 
260cdf0e10cSrcweir {SEC_ERROR_CRL_NOT_YET_VALID, "The certificate revocation list for this certificate is not yet valid."},
261cdf0e10cSrcweir 
262cdf0e10cSrcweir {SEC_ERROR_UNKNOWN_CERT, "The requested certificate could not be found."},
263cdf0e10cSrcweir 
264cdf0e10cSrcweir {SEC_ERROR_UNKNOWN_SIGNER, "The signer's certificate could not be found."},
265cdf0e10cSrcweir 
266cdf0e10cSrcweir {SEC_ERROR_CERT_BAD_ACCESS_LOCATION, "The location for the certificate status server has invalid format."},
267cdf0e10cSrcweir 
268cdf0e10cSrcweir {SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE, "The OCSP response cannot be fully decoded; it is of an unknown type."},
269cdf0e10cSrcweir 
270cdf0e10cSrcweir {SEC_ERROR_OCSP_BAD_HTTP_RESPONSE, "The OCSP server returned unexpected/invalid HTTP data."},
271cdf0e10cSrcweir 
272cdf0e10cSrcweir {SEC_ERROR_OCSP_MALFORMED_REQUEST, "The OCSP server found the request to be corrupted or improperly formed."},
273cdf0e10cSrcweir 
274cdf0e10cSrcweir {SEC_ERROR_OCSP_SERVER_ERROR, "The OCSP server experienced an internal error."},
275cdf0e10cSrcweir 
276cdf0e10cSrcweir {SEC_ERROR_OCSP_TRY_SERVER_LATER, "The OCSP server suggests trying again later."},
277cdf0e10cSrcweir 
278cdf0e10cSrcweir {SEC_ERROR_OCSP_REQUEST_NEEDS_SIG, "The OCSP server requires a signature on this request."},
279cdf0e10cSrcweir 
280cdf0e10cSrcweir {SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST, "The OCSP server has refused this request as unauthorized."},
281cdf0e10cSrcweir 
282cdf0e10cSrcweir {SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS, "The OCSP server returned an unrecognizable status."},
283cdf0e10cSrcweir 
284cdf0e10cSrcweir {SEC_ERROR_OCSP_UNKNOWN_CERT, "The OCSP server has no status for the certificate."},
285cdf0e10cSrcweir 
286cdf0e10cSrcweir {SEC_ERROR_OCSP_NOT_ENABLED, "You must enable OCSP before performing this operation."},
287cdf0e10cSrcweir 
288cdf0e10cSrcweir {SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER, "You must set the OCSP default responder before performing this operation."},
289cdf0e10cSrcweir 
290cdf0e10cSrcweir {SEC_ERROR_OCSP_MALFORMED_RESPONSE, "The response from the OCSP server was corrupted or improperly formed."},
291cdf0e10cSrcweir 
292cdf0e10cSrcweir {SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE, "The signer of the OCSP response is not authorized to give status for \
293cdf0e10cSrcweir this certificate."},
294cdf0e10cSrcweir 
295cdf0e10cSrcweir {SEC_ERROR_OCSP_FUTURE_RESPONSE, "The OCSP response is not yet valid (contains a date in the future},."},
296cdf0e10cSrcweir 
297cdf0e10cSrcweir {SEC_ERROR_OCSP_OLD_RESPONSE, "The OCSP response contains out-of-date information."},
298cdf0e10cSrcweir 
299cdf0e10cSrcweir {SEC_ERROR_DIGEST_NOT_FOUND, "The CMS or PKCS #7 Digest was not found in signed message."},
300cdf0e10cSrcweir 
301cdf0e10cSrcweir {SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE, "The CMS or PKCS #7 Message type is unsupported."},
302cdf0e10cSrcweir 
303cdf0e10cSrcweir {SEC_ERROR_MODULE_STUCK, "PKCS #11 module could not be removed because it is still in use."},
304cdf0e10cSrcweir 
305cdf0e10cSrcweir {SEC_ERROR_BAD_TEMPLATE, "Could not decode ASN.1 data. Specified template was invalid."},
306cdf0e10cSrcweir 
307cdf0e10cSrcweir {SEC_ERROR_CRL_NOT_FOUND, "No matching CRL was found."},
308cdf0e10cSrcweir 
309cdf0e10cSrcweir {SEC_ERROR_REUSED_ISSUER_AND_SERIAL, "You are attempting to import a cert with the same issuer/serial as \
310cdf0e10cSrcweir an existing cert, but that is not the same cert."},
311cdf0e10cSrcweir 
312cdf0e10cSrcweir {SEC_ERROR_BUSY, "NSS could not shutdown. Objects are still in use."},
313cdf0e10cSrcweir 
314cdf0e10cSrcweir {SEC_ERROR_EXTRA_INPUT, "DER-encoded message contained extra unused data."},
315cdf0e10cSrcweir 
316cdf0e10cSrcweir {SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE, "Unsupported elliptic curve."},
317cdf0e10cSrcweir 
318cdf0e10cSrcweir {SEC_ERROR_UNSUPPORTED_EC_POINT_FORM, "Unsupported elliptic curve point form."},
319cdf0e10cSrcweir 
320cdf0e10cSrcweir {SEC_ERROR_UNRECOGNIZED_OID, "Unrecognized Object Identifier."},
321cdf0e10cSrcweir 
322cdf0e10cSrcweir {SEC_ERROR_OCSP_INVALID_SIGNING_CERT, "Invalid OCSP signing certificate in OCSP response."},
323cdf0e10cSrcweir 
324cdf0e10cSrcweir {SEC_ERROR_REVOKED_CERTIFICATE_CRL, "Certificate is revoked in issuer's certificate revocation list."},
325cdf0e10cSrcweir 
326cdf0e10cSrcweir {SEC_ERROR_REVOKED_CERTIFICATE_OCSP, "Issuer's OCSP responder reports certificate is revoked."},
327cdf0e10cSrcweir 
328cdf0e10cSrcweir {SEC_ERROR_CRL_INVALID_VERSION, "Issuer's Certificate Revocation List has an unknown version number."},
329cdf0e10cSrcweir 
330cdf0e10cSrcweir {SEC_ERROR_CRL_V1_CRITICAL_EXTENSION, "Issuer's V1 Certificate Revocation List has a critical extension."},
331cdf0e10cSrcweir 
332cdf0e10cSrcweir {SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION, "Issuer's V2 Certificate Revocation List has an unknown critical extension."},
333cdf0e10cSrcweir 
334cdf0e10cSrcweir {SEC_ERROR_UNKNOWN_OBJECT_TYPE,	"Unknown object type specified."},
335cdf0e10cSrcweir 
336cdf0e10cSrcweir {SEC_ERROR_INCOMPATIBLE_PKCS11,	"PKCS #11 driver violates the spec in an incompatible way."},
337cdf0e10cSrcweir 
338cdf0e10cSrcweir {SEC_ERROR_NO_EVENT, "No new slot event is available at this time."},
339cdf0e10cSrcweir 
340cdf0e10cSrcweir {SEC_ERROR_CRL_ALREADY_EXISTS, "CRL already exists."},
341cdf0e10cSrcweir 
342cdf0e10cSrcweir {SEC_ERROR_NOT_INITIALIZED, "NSS is not initialized."},
343cdf0e10cSrcweir 
344cdf0e10cSrcweir {SEC_ERROR_TOKEN_NOT_LOGGED_IN, "The operation failed because the PKCS#11 token is not logged in."},
345cdf0e10cSrcweir 
346cdf0e10cSrcweir {SEC_ERROR_OCSP_RESPONDER_CERT_INVALID, "Configured OCSP responder's certificate is invalid."},
347cdf0e10cSrcweir 
348cdf0e10cSrcweir {SEC_ERROR_OCSP_BAD_SIGNATURE, "OCSP response has an invalid signature."},
349cdf0e10cSrcweir 
350cdf0e10cSrcweir {SEC_ERROR_OUT_OF_SEARCH_LIMITS, "Cert validation search is out of search limits"},
351cdf0e10cSrcweir 
352cdf0e10cSrcweir {SEC_ERROR_INVALID_POLICY_MAPPING, "Policy mapping contains anypolicy"},
353cdf0e10cSrcweir 
354cdf0e10cSrcweir {SEC_ERROR_POLICY_VALIDATION_FAILED, "Cert chain fails policy validation"},
355cdf0e10cSrcweir 
356cdf0e10cSrcweir {SEC_ERROR_UNKNOWN_AIA_LOCATION_TYPE, "Unknown location type in cert AIA extension"},
357cdf0e10cSrcweir 
358cdf0e10cSrcweir {SEC_ERROR_BAD_HTTP_RESPONSE, "Server returned bad HTTP response"},
359cdf0e10cSrcweir 
360cdf0e10cSrcweir {SEC_ERROR_BAD_LDAP_RESPONSE, "Server returned bad LDAP response"},
361cdf0e10cSrcweir 
362cdf0e10cSrcweir {SEC_ERROR_FAILED_TO_ENCODE_DATA, "Failed to encode data with ASN1 encoder"},
363cdf0e10cSrcweir 
364cdf0e10cSrcweir {SEC_ERROR_BAD_INFO_ACCESS_LOCATION, "Bad information access location in cert extension"},
365cdf0e10cSrcweir 
366cdf0e10cSrcweir {SEC_ERROR_LIBPKIX_INTERNAL, "Libpkix internal error occured during cert validation."},
367cdf0e10cSrcweir 
368cdf0e10cSrcweir {SEC_ERROR_PKCS11_GENERAL_ERROR, "A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred."},
369cdf0e10cSrcweir 
370cdf0e10cSrcweir {SEC_ERROR_PKCS11_FUNCTION_FAILED, "A PKCS #11 module returned CKR_FUNCTION_FAILED, indicating that the requested function could not be performed.  Trying the same operation again might succeed."},
371cdf0e10cSrcweir 
372cdf0e10cSrcweir {SEC_ERROR_PKCS11_DEVICE_ERROR, "A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot."},
373cdf0e10cSrcweir 
374cdf0e10cSrcweir {SEC_ERROR_BAD_INFO_ACCESS_METHOD, "Unknown information access method in certificate extension."},
375cdf0e10cSrcweir 
376cdf0e10cSrcweir {SEC_ERROR_CRL_IMPORT_FAILED, "Error attempting to import a CRL."},
377cdf0e10cSrcweir 
378