
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15797 ec53bebd-3082-4978-b11e-865c3cabbd6b
52 lines
2.2 KiB
Plaintext
52 lines
2.2 KiB
Plaintext
#
|
|
# Error messages for the hx509 library
|
|
#
|
|
# This might look like a com_err file, but is not
|
|
#
|
|
id "$Id$"
|
|
|
|
error_table hx
|
|
prefix HX509
|
|
|
|
error_code BAD_TIMEFORMAT, "ASN.1 failed call to system time library"
|
|
error_code EXTENSION_NOT_FOUND, "Extension not found"
|
|
error_code NO_PATH, "Certification path not found"
|
|
error_code PARENT_NOT_CA, "Parent certificate is not a CA"
|
|
error_code CA_PATH_TOO_DEEP, "CA path too deep"
|
|
error_code SIG_ALG_NO_SUPPORTED, "Signature algorithm not supported"
|
|
error_code SIG_ALG_DONT_MATCH_KEY_ALG, "Signature algorithm doesn't match certificate key"
|
|
error_code CERT_USED_BEFORE_TIME, "Certificate used before it became valid"
|
|
error_code CERT_USED_AFTER_TIME, "Certificate used after it became invalid"
|
|
error_code PRIVATE_KEY_MISSING, "Private key required for the operation is missing"
|
|
error_code ALG_NOT_SUPP, "Algorithm not supported"
|
|
error_code ISSUER_NOT_FOUND, "Issuer couldn't be found"
|
|
error_code VERIFY_CONSTRAINTS, "Error verifing constraints"
|
|
error_code RANGE, "Number too large"
|
|
error_code NAME_CONSTRAINT_ERROR, "Error while verifing name constraints"
|
|
error_code PATH_TOO_LONG, "Path is too long, failed to find valid anchor"
|
|
error_code KU_CERT_MISSING, "Required keyusage for this certificate is missing"
|
|
error_code CERT_NOT_FOUND, "Certificate not found"
|
|
|
|
index 32
|
|
prefix HX509_CMS
|
|
error_code FAILED_CREATE_SIGATURE, "Failed to create signature"
|
|
error_code MISSING_SIGNER_DATA, "Missing signer data"
|
|
error_code SIGNER_NOT_FOUND, "Couldn't find signers certificate"
|
|
error_code NO_DATA_AVAILABLE, "No data to perform the operation on"
|
|
error_code INVALID_DATA, "Data in the message is invalid"
|
|
error_code PADDING_ERROR, "Padding in the message invalid"
|
|
error_code NO_RECIPIENT_CERTIFICATE, "Couldn't find recipient certificate"
|
|
error_code DATA_OID_MISMATCH, "Mismatch bewteen signed type and unsigned type"
|
|
|
|
index 64
|
|
prefix HX509_CRYPTO
|
|
error_code INTERNAL_ERROR, "Internal error in the crypto engine"
|
|
error_code EXTERNAL_ERROR, "External error in the crypto engine"
|
|
error_code SIGNATURE_MISSING, "Signature missing for data"
|
|
error_code BAD_SIGNATURE, "Signature is not valid"
|
|
error_code SIG_NO_CONF, "Sigature doesn't provide confidentiality"
|
|
error_code SIG_INVALID_FORMAT, "Invalid format on signature"
|
|
error_code OID_MISMATCH, "Mismatch bewteen oids"
|
|
|
|
end
|