Summary: Isode components write to logging streams when events occur.

Facility SMIME

A set of messages from the S/MIME processing

NameSeverityIDDescriptionAction
CertificateFailederror16Issue with signing certificate.
CertificateListErrorerror22There was an error forming the list of certificates
CertificateProblemerror5There was a problem when handling a certificate.
CRLProblemerror23There was a problem when handling a CRL.
CryptoErrorerror9A cryptographic library has returned an error.
DataTypeMismatcherror14There was a mismatch between the content-type attribute in the signed attributes and the data type in the encapsulated content.
DecodeErrorerror1There was a problem decoding some data item. Check for more detailed logging of the problem.
DigestMismatcherror10The digest found in the message does not match the digest generated from the actual data.
EncodeErrorerror12There was a problem encoding some data item. Check for more detailed logging of the problem.
EncryptionNotLicensedfatal31To use M-Switch Encryption, the feature must be licensed.
InvalidAlgParamserror27The AlgorithmIdentifier contains parameters which are not valid for the given algorithm, or the parameters are missing, or unsupported.
InvalidDigesterror11The digest found in the message cannot be interpreted as an octet string.
InvalidRecipienterror30The 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.
MissingAttributeerror13When there are signed attributes, certain attributes are mandatory. This error happens when a mandatory attribute is missing.
NoAlgorithmerror20It is not possible to get a signing algorithm which is supported.
NoCertificateerror6There was a problem when attempting to find the certificate used for signing.
NoDataerror8Programming error. The complete data to be signed has not been passed to the signer for verification.
NoMoreObjectswarning25Requesting a sequence of objects has reached the end of the list.
NoOriginatorKeyerror32When attempting to decrypt an enveloped (encrypted) message which is using key agreement, the originator's key is not available or is not understood.
NoRecipientKeyerror26The Recipient Info in a enveloped message refers to a private key which is not locally available.
NoSecurityEnvwarning15The verification cannot proceed as there is no local security environment which can be used to verify certificates. Configure a security environment
NoSignerCerterror19It was not possible to get the signer's certificate.
NotSupportederror24The CMS object contains a data object which is not supported
NotYetImplementederror29A feature is awaiting implementation.
OriginatorKeyMismatcherror33The supplied originator key does not correspond with the key agreement algorithm.
RecipientKeyMismatcherror34The referenced recipient key does not correspond with the key agreement algorithm.
SignerStateerror18The signer is not in the correct state to generate the signer information for the message.
SigningFailederror21There was an error forming the signature.
UnknownAlgorithmerror7An unknown or unsupported algorithm was found in the S/MIME message.
UnknownContentInfoerror2The type of data within the ContentInfo is either not known or not currently supported.
UnsupportedCertificatewarning4The CertificateSet in a CMS object contained a certificate which is ignored in the processing of that object.
UnsupportedOperationerror3The type of data within the ContentInfo is either not known or not currently supported.
UnwrapFailederror28The procedure for unwrapping a key failed for an unknown reason.
VerifyFailederror17The signature verification failed.

DecodeError

Message Text
  • Failed to decode %1, %2
Parameters
  1. item for which the decode failed
  2. 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
  1. 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
  1. 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
  1. 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
  1. Detail for the problem
Description
There was a problem when handling a certificate.
Action

NoCertificate

Message Text
  • Problem finding signing certificate: %1
Parameters
  1. 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
  1. 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
  1. 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
  1. item for which the encode failed
  2. 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
  1. 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
  1. oid from content-type in signed attributes
  2. 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
  1. 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
  1. Detail for the problem
Description
There was a problem when handling a CRL.
Action

NotSupported

Message Text
  • Object type not supported: %1
Parameters
  1. 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
  1. 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
  1. Feature which is awaiting implementation.
Description
A feature is awaiting implementation.
Action

InvalidRecipient

Message Text
  • URI %1 is not valid for Recipient Info
Parameters
  1. 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
  1. Either the object identifier for the key algorithm or the type of the originator key.
  2. 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
  1. Either the object identifier for the key algorithm or the type of the originator key.
  2. The expected algorithm type for key agreement.
Description
The referenced recipient key does not correspond with the key agreement algorithm.
Action

All rights reserved © 2002 - 2024 Isode Ltd.