pam_pkcs11 0.6.12
|
import certificates;
import "Unable to import. Decoding error. File not valid.";
import "Unable to import. Invalid MAC. Incorrect password or corrupt file.";
import "Unable to import. MAC algorithm not supported.";
import "Unable to import. Only password integrity and privacy modes supported.";
import "Unable to import. File structure is corrupt.";
import "Unable to import. Encryption algorithm not supported.";
import "Unable to import. File version not supported.";
import "Unable to import. Incorrect privacy password.";
import "Unable to import. Same nickname already exists in database.";
import "The user pressed cancel.";
import "Not imported, already in database.";
import "Message not sent.";
import "Certificate key usage inadequate for attempted operation.";
import "Certificate type not approved for application.";
import "Address in signing certificate does not match address in message headers.";
import "Unable to import. Error attempting to import private key.";
import "Unable to import. Error attempting to import certificate chain.";
import "Unable to export. Unable to locate certificate or key by nickname.";
import "Unable to export. Private Key could not be located and exported.";
import "Unable to export. Unable to write the export file.";
import "Unable to import. Unable to read the import file.";
import "Unable to export. Key database corrupt or deleted.";
import "Unable to generate public/private key pair.";
import "Password entered is invalid. Please pick a different one.";
import "Old password entered incorrectly. Please try again.";
import "Certificate nickname already in use.";
import "Peer FORTEZZA chain has a non-FORTEZZA Certificate.";
import "A sensitive key cannot be moved to the slot where it is needed.";
import "Invalid module name.";
import "Invalid module path/filename";
import "Unable to add module";
import "Unable to delete module";
import "New KRL is not later than the current one.";
import "New CKL has different issuer than current CKL. Delete current CKL.";
import "The key revocation list for this certificate is not yet valid.";
import "The certificate revocation list for this certificate is not yet valid.";
import "The requested certificate could not be found.";
import "The signer's certificate could not be found.";
import "The location for the certificate status server has invalid format.";
import "The OCSP response cannot be fully decoded; it is of an unknown type.";
import "The OCSP server returned unexpected/invalid HTTP data.";
import "The OCSP server found the request to be corrupted or improperly formed.";
import "The OCSP server experienced an internal error.";
import "The OCSP server suggests trying again later.";
import "The OCSP server requires a signature on this request.";
import "The OCSP server has refused this request as unauthorized.";
import "The OCSP server returned an unrecognizable status.";
import "The OCSP server has no status for the certificate.";
import "You must enable OCSP before performing this operation.";
import "You must set the OCSP default responder before performing this operation.";
import "The response from the OCSP server was corrupted or improperly formed.";
import "The OCSP response is not yet valid (contains a date in the future).";
import "The OCSP response contains out-of-date information.";
import "The CMS or PKCS #7 Digest was not found in signed message.";
import "The CMS or PKCS #7 Message type is unsupported.";
import "PKCS #11 module could not be removed because it is still in use.";
import "Could not decode ASN.1 data. Specified template was invalid.";
import "No matching CRL was found.";
import "NSS could not shutdown. Objects are still in use.";
import "DER-encoded message contained extra unused data.";
import "Unsupported elliptic curve.";
import "Unsupported elliptic curve point form.";
import "Unrecognized Object IDentifier.";
import "Invalid OCSP signing certificate in OCSP response.";
import "Certificate is revoked in issuer's certificate revocation list.";
import "Issuer's OCSP responder reports certificate is revoked.";
import "Issuer's Certificate Revocation List has an unknown version number.";
import "Issuer's V1 Certificate Revocation List has a critical extension.";
import "Issuer's V2 Certificate Revocation List has an unknown critical extension.";
import "Unknown object type specified.";
import "PKCS #11 driver violates the spec in an incompatible way.";
import "No new slot event is available at this time.";
Go to the source code of this file.
Functions | |
ER3 (SEC_ERROR_IO, SEC_ERROR_BASE+0, "An I/O error occurred during security authorization.") ER3(SEC_ERROR_LIBRARY_FAILURE | |
security library failure | ER3 (SEC_ERROR_BAD_DATA, SEC_ERROR_BASE+2, "security library: received bad data.") ER3(SEC_ERROR_OUTPUT_LEN |
security library failure security security library has experienced an input length error | ER3 (SEC_ERROR_INVALID_ARGS, SEC_ERROR_BASE+5, "security library: invalid arguments.") ER3(SEC_ERROR_INVALID_ALGORITHM |
security library failure security security library has experienced an input length error security security Improperly formatted time string | ER3 (SEC_ERROR_BAD_DER, SEC_ERROR_BASE+9, "security library: improperly formatted DER-encoded message.") ER3(SEC_ERROR_BAD_SIGNATURE |
security library failure security security library has experienced an input length error security security Improperly formatted time string Peer s certificate has an invalid signature | ER3 (SEC_ERROR_EXPIRED_CERTIFICATE, SEC_ERROR_BASE+11, "Peer's Certificate has expired.") ER3(SEC_ERROR_REVOKED_CERTIFICATE |
security library failure security security library has experienced an input length error security security Improperly formatted time string Peer s certificate has an invalid signature Peer s Certificate has been revoked | ER3 (SEC_ERROR_UNKNOWN_ISSUER, SEC_ERROR_BASE+13, "Peer's Certificate issuer is not recognized.") ER3(SEC_ERROR_BAD_KEY |
key is invalid | ER3 (SEC_ERROR_BAD_PASSWORD, SEC_ERROR_BASE+15, "The security password entered is incorrect.") ER3(SEC_ERROR_RETRY_PASSWORD |
key is invalid New password entered incorrectly Please try again | ER3 (SEC_ERROR_NO_NODELOCK, SEC_ERROR_BASE+17, "security library: no nodelock.") ER3(SEC_ERROR_BAD_DATABASE |
key is invalid New password entered incorrectly Please try again security security Peer s certificate issuer has been marked as not trusted by the user | ER3 (SEC_ERROR_UNTRUSTED_CERT, SEC_ERROR_BASE+21, "Peer's certificate has been marked as not trusted by the user.") ER3(SEC_ERROR_DUPLICATE_CERT |
key is invalid New password entered incorrectly Please try again security security Peer s certificate issuer has been marked as not trusted by the user Certificate already exists in your database | ER3 (SEC_ERROR_DUPLICATE_CERT_NAME,(SEC_ERROR_BASE+23), "Downloaded certificate's name duplicates one already in your database.") ER3(SEC_ERROR_ADDING_CERT |
key is invalid New password entered incorrectly Please try again security security Peer s certificate issuer has been marked as not trusted by the user Certificate already exists in your database Error adding certificate to database | ER3 (SEC_ERROR_FILING_KEY,(SEC_ERROR_BASE+25), "Error refiling the key for this certificate.") ER3(SEC_ERROR_NO_KEY |
Variables | |
SEC_ERROR_BASE | |
security library failure security | library |
security library failure ER3 | ( | SEC_ERROR_BAD_DATA | , |
SEC_ERROR_BASE+ | 2, | ||
"security library: received bad data." | ) |
security library failure security security library has experienced an input length error security security Improperly formatted time string ER3 | ( | SEC_ERROR_BAD_DER | , |
SEC_ERROR_BASE+ | 9, | ||
"security library: improperly formatted DER-encoded message." | ) |
key is invalid ER3 | ( | SEC_ERROR_BAD_PASSWORD | , |
SEC_ERROR_BASE+ | 15, | ||
"The security password entered is incorrect." | ) |
key is invalid New password entered incorrectly Please try again security security Peer s certificate issuer has been marked as not trusted by the user Certificate already exists in your database ER3 | ( | SEC_ERROR_DUPLICATE_CERT_NAME | , |
(SEC_ERROR_BASE+23) | , | ||
"Downloaded certificate's name duplicates one already in your database." | ) |
security library failure security security library has experienced an input length error security security Improperly formatted time string Peer s certificate has an invalid signature ER3 | ( | SEC_ERROR_EXPIRED_CERTIFICATE | , |
SEC_ERROR_BASE+ | 11, | ||
"Peer's Certificate has expired." | ) |
key is invalid New password entered incorrectly Please try again security security Peer s certificate issuer has been marked as not trusted by the user Certificate already exists in your database Error adding certificate to database ER3 | ( | SEC_ERROR_FILING_KEY | , |
(SEC_ERROR_BASE+25) | , | ||
"Error refiling the key for this certificate." | ) |
security library failure security security library has experienced an input length error ER3 | ( | SEC_ERROR_INVALID_ARGS | , |
SEC_ERROR_BASE+ | 5, | ||
"security library: invalid arguments." | ) |
ER3 | ( | SEC_ERROR_IO | , |
SEC_ERROR_BASE+ | 0, | ||
"An I/O error occurred during security authorization." | ) |
key is invalid New password entered incorrectly Please try again ER3 | ( | SEC_ERROR_NO_NODELOCK | , |
SEC_ERROR_BASE+ | 17, | ||
"security library: no nodelock." | ) |
security library failure security security library has experienced an input length error security security Improperly formatted time string Peer s certificate has an invalid signature Peer s Certificate has been revoked ER3 | ( | SEC_ERROR_UNKNOWN_ISSUER | , |
SEC_ERROR_BASE+ | 13, | ||
"Peer's Certificate issuer is not recognized." | ) |
key is invalid New password entered incorrectly Please try again security security Peer s certificate issuer has been marked as not trusted by the user ER3 | ( | SEC_ERROR_UNTRUSTED_CERT | , |
SEC_ERROR_BASE+ | 21, | ||
"Peer's certificate has been marked as not trusted by the user." | ) |
key not found Signature verification too many signers or improper or corrupted data Cannot Fortezza card has not been properly initialized Please remove it and return it to your issuer No Fortezza card selected Personality not found Invalid Pin No KRL for this site s certificate has been found The KRL for this site s certificate has an invalid signature New KRL has an invalid format security library |
key not found Signature verification too many signers or improper or corrupted data Cannot Fortezza card has not been properly initialized Please remove it and return it to your issuer No Fortezza card selected Personality not found Invalid Pin No KRL for this site s certificate has been found The KRL for this site s certificate has an invalid signature New KRL has an invalid format security The security card or token does not needs to be or has been removed No slot or token was selected A key with the same nickname already exists error while creating baggage object Couldn t delete the privilege Required algorithm is not allowed SEC_ERROR_BASE |