Summary: Isode components write to logging streams when events occur.
Facility SMIME
A set of messages from the S/MIME processing
Name | Severity | ID | Description | Action |
---|---|---|---|---|
CertificateFailed | error | 16 | Issue with signing certificate. | |
CertificateListError | error | 22 | There was an error forming the list of certificates | |
CertificateProblem | error | 5 | There was a problem when handling a certificate. | |
CRLProblem | error | 23 | There was a problem when handling a CRL. | |
CryptoError | error | 9 | A cryptographic library has returned an error. | |
DataTypeMismatch | error | 14 | There was a mismatch between the content-type attribute in the signed attributes and the data type in the encapsulated content. | |
DecodeError | error | 1 | There was a problem decoding some data item. | Check for more detailed logging of the problem. |
DigestMismatch | error | 10 | The digest found in the message does not match the digest generated from the actual data. | |
EncodeError | error | 12 | There was a problem encoding some data item. | Check for more detailed logging of the problem. |
EncryptionNotLicensed | fatal | 31 | To use M-Switch Encryption, the feature must be licensed. | |
InvalidAlgParams | error | 27 | The AlgorithmIdentifier contains parameters which are not valid for the given algorithm, or the parameters are missing, or unsupported. | |
InvalidDigest | error | 11 | The digest found in the message cannot be interpreted as an octet string. | |
InvalidRecipient | error | 30 | The URI passed to identify the recipient's information is not valid for the context, or the corresponding certificate cannot be found, or the public key therin is not suitable. | |
MissingAttribute | error | 13 | When there are signed attributes, certain attributes are mandatory. This error happens when a mandatory attribute is missing. | |
NoAlgorithm | error | 20 | It is not possible to get a signing algorithm which is supported. | |
NoCertificate | error | 6 | There was a problem when attempting to find the certificate used for signing. | |
NoData | error | 8 | Programming error. The complete data to be signed has not been passed to the signer for verification. | |
NoMoreObjects | warning | 25 | Requesting a sequence of objects has reached the end of the list. | |
NoOriginatorKey | error | 32 | When attempting to decrypt an enveloped (encrypted) message which is using key agreement, the originator's key is not available or is not understood. | |
NoRecipientKey | error | 26 | The Recipient Info in a enveloped message refers to a private key which is not locally available. | |
NoSecurityEnv | warning | 15 | The verification cannot proceed as there is no local security environment which can be used to verify certificates. | Configure a security environment |
NoSignerCert | error | 19 | It was not possible to get the signer's certificate. | |
NotSupported | error | 24 | The CMS object contains a data object which is not supported | |
NotYetImplemented | error | 29 | A feature is awaiting implementation. | |
OriginatorKeyMismatch | error | 33 | The supplied originator key does not correspond with the key agreement algorithm. | |
RecipientKeyMismatch | error | 34 | The referenced recipient key does not correspond with the key agreement algorithm. | |
SignerState | error | 18 | The signer is not in the correct state to generate the signer information for the message. | |
SigningFailed | error | 21 | There was an error forming the signature. | |
UnknownAlgorithm | error | 7 | An unknown or unsupported algorithm was found in the S/MIME message. | |
UnknownContentInfo | error | 2 | The type of data within the ContentInfo is either not known or not currently supported. | |
UnsupportedCertificate | warning | 4 | The CertificateSet in a CMS object contained a certificate which is ignored in the processing of that object. | |
UnsupportedOperation | error | 3 | The type of data within the ContentInfo is either not known or not currently supported. | |
UnwrapFailed | error | 28 | The procedure for unwrapping a key failed for an unknown reason. | |
VerifyFailed | error | 17 | The signature verification failed. |
DecodeError
- Message Text
- Failed to decode %1, %2
- Parameters
- item for which the decode failed
- detail for the error
- Description
- There was a problem decoding some data item.
- Action
- Check for more detailed logging of the problem.
UnknownContentInfo
- Message Text
- Unknown or unsupported ContentInfo type: %1
- Parameters
- numeric object identifier for the ContentInfo
- Description
- The type of data within the ContentInfo is either not known or not currently supported.
- Action
UnsupportedOperation
- Message Text
- Unsupported operation on this content info type: %1
- Parameters
- numeric object identifier for the ContentInfo
- Description
- The type of data within the ContentInfo is either not known or not currently supported.
- Action
UnsupportedCertificate
- Message Text
- Ignoring unsupported certificate type %1
- Parameters
- Information about the type found.
- Description
- The CertificateSet in a CMS object contained a certificate which is ignored in the processing of that object.
- Action
CertificateProblem
- Message Text
- Certificate problem: %1
- Parameters
- Detail for the problem
- Description
- There was a problem when handling a certificate.
- Action
NoCertificate
- Message Text
- Problem finding signing certificate: %1
- Parameters
- Detail for the problem
- Description
- There was a problem when attempting to find the certificate used for signing.
- Action
UnknownAlgorithm
- Message Text
- Unknown algorithm %1
- Parameters
- Numeric object identifier supplied for the algorithm identifier
- Description
- An unknown or unsupported algorithm was found in the S/MIME message.
- Action
NoData
- Message Text
- No data or incomplete data for verification
- Description
- Programming error. The complete data to be signed has not been passed to the signer for verification.
- Action
CryptoError
- Message Text
- Error %1 in crptographic function
- Parameters
- Integer giving detailed reason for error.
- Description
- A cryptographic library has returned an error.
- Action
DigestMismatch
- Message Text
- Digest in message does not match derived digest
- Description
- The digest found in the message does not match the digest generated from the actual data.
- Action
InvalidDigest
- Message Text
- Invalid Digest in message
- Description
- The digest found in the message cannot be interpreted as an octet string.
- Action
EncodeError
- Message Text
- Failed to encode %1, %2
- Parameters
- item for which the encode failed
- detail for the error
- Description
- There was a problem encoding some data item.
- Action
- Check for more detailed logging of the problem.
MissingAttribute
- Message Text
- Missing mandatory signed attribute %1
- Parameters
- name of missing attribute
- Description
- When there are signed attributes, certain attributes are mandatory. This error happens when a mandatory attribute is missing.
- Action
DataTypeMismatch
- Message Text
- content-type in signed attributes does not match %1 != %2
- Parameters
- oid from content-type in signed attributes
- oid from encapsulated content
- Description
- There was a mismatch between the content-type attribute in the signed attributes and the data type in the encapsulated content.
- Action
NoSecurityEnv
- Message Text
- No local security environment
- Description
- The verification cannot proceed as there is no local security environment which can be used to verify certificates.
- Action
- Configure a security environment
CertificateFailed
- Message Text
- Problem with certificate, %1
- Parameters
- Detail of problem
- Description
- Issue with signing certificate.
- Action
VerifyFailed
- Message Text
- Signature failed verification
- Description
- The signature verification failed.
- Action
SignerState
- Message Text
- Signer is not in correct state
- Description
- The signer is not in the correct state to generate the signer information for the message.
- Action
NoSignerCert
- Message Text
- Cannot obtain signer's certificate
- Description
- It was not possible to get the signer's certificate.
- Action
NoAlgorithm
- Message Text
- No available signing algorithm
- Description
- It is not possible to get a signing algorithm which is supported.
- Action
SigningFailed
- Message Text
- Forming the signature failed
- Description
- There was an error forming the signature.
- Action
CertificateListError
- Message Text
- Forming the list of certificates failed
- Description
- There was an error forming the list of certificates
- Action
CRLProblem
- Message Text
- CRL problem: %1
- Parameters
- Detail for the problem
- Description
- There was a problem when handling a CRL.
- Action
NotSupported
- Message Text
- Object type not supported: %1
- Parameters
- CMS data type
- Description
- The CMS object contains a data object which is not supported
- Action
NoMoreObjects
- Message Text
- No more objects
- Description
- Requesting a sequence of objects has reached the end of the list.
- Action
NoRecipientKey
- Message Text
- Cannot obtain private key for recipient info
- Description
- The Recipient Info in a enveloped message refers to a private key which is not locally available.
- Action
InvalidAlgParams
- Message Text
- Invalid parameters for algorithm %1
- Parameters
- Numerical object identifier value for the algorithm
- Description
- The AlgorithmIdentifier contains parameters which are not valid for the given algorithm, or the parameters are missing, or unsupported.
- Action
UnwrapFailed
- Message Text
- Failed to unwrap key
- Description
- The procedure for unwrapping a key failed for an unknown reason.
- Action
NotYetImplemented
- Message Text
- %1 not yet implemented
- Parameters
- Feature which is awaiting implementation.
- Description
- A feature is awaiting implementation.
- Action
InvalidRecipient
- Message Text
- URI %1 is not valid for Recipient Info
- Parameters
- URI provided to generate recipient information.
- Description
- The URI passed to identify the recipient's information is not valid for the context, or the corresponding certificate cannot be found, or the public key therin is not suitable.
- Action
EncryptionNotLicensed
- Message Text
- M-Switch Encryption is not licensed
- Description
- To use M-Switch Encryption, the feature must be licensed.
- Action
NoOriginatorKey
- Message Text
- Unable to obtain originator's public key
- Description
- When attempting to decrypt an enveloped (encrypted) message which is using key agreement, the originator's key is not available or is not understood.
- Action
OriginatorKeyMismatch
- Message Text
- Originator key (type %1) does not match %2 algorithm
- Parameters
- Either the object identifier for the key algorithm or the type of the originator key.
- The expected algorithm type for key agreement.
- Description
- The supplied originator key does not correspond with the key agreement algorithm.
- Action
RecipientKeyMismatch
- Message Text
- Recipient key (type %1) does not match %2 algorithm
- Parameters
- Either the object identifier for the key algorithm or the type of the originator key.
- The expected algorithm type for key agreement.
- Description
- The referenced recipient key does not correspond with the key agreement algorithm.
- Action