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

Facility ICrypto

Isode Crypto API

NameSeverityIDDescriptionAction
BadKeyDatafatal18
BadKeyTypefatal13
BadKeyUsagefatal15
BadKeyWrapAlgfatal21
BadPaddingTypefatal19
BufferTooSmallfatal12
DataLockedfatal9
DBerrorfatal100An error occurred accessing the ICrypto database.
Decodeerror5
DifferentProvidersfatal16
FIPS140Enablednotice200FIPS 140-2 mode enabled
FIPS140Failedfatal201FIPS 140-2 mode could not be enabled for the reported reason
Internalfatal3
InvalidEncryptedValuefatal102An encrypted value was incorrect.
InvalidPassphrasefatal8
InvalidURIerror7
IVTooSmallfatal14
KeyUnwrapErrorfatal22
MissingKeyfatal17
NotImplementedfatal2
NotInitializedfatal1
NoUKMfatal20
PassMismatchfatal11
PathErrorerror10
PKCS12errorerror101A PKCS#12 file could not be parsed.
SSLActivationErrorerror54TLS
SSLcertverifyerror51A certificate in the path failed verification for the reason stated.
SSLDHfileerror52A problem was found reading the Diffie-Hellman parameter file.
SSLDHparamerror53There is a problem with a Diffie-Hellman parameter read from the parameter file.
SSLECGroupsfilewarning55A problem was found reading the EC groups file, so defaults will be used.
SSLECGroupsnamewarning56There is a problem with an EC group name in the file so defaults will be used.
SSLerrorerror50There was an error in an SSL/TLS function.
UnknownKeyTypeerror6
UnknownProviderfatal4

NotInitialized

Message Text
  • Security environment not initialized
Description
Action

NotImplemented

Message Text
  • %1 not implemented in cryptographic provider %2
Parameters
  1. Text describing operation being performed.
  2. The name of the backend cryptographic provider.
Description
Action

Internal

Message Text
  • Internal error in ICrypto library: %1
Parameters
  1. Detail for problem.
Description
Action

UnknownProvider

Message Text
  • Unknown cryptographic provider in %1
Parameters
  1. The URI containing the unknown provider.
Description
Action

Decode

Message Text
  • Error decoding %1
Parameters
  1. Type of object being decoded.
Description
Action

UnknownKeyType

Message Text
  • Unknown key type %1
Parameters
  1. Internal key type.
Description
Action

InvalidURI

Message Text
  • Invalid search URI '%1'
Parameters
  1. The erroneous URI
Description
Action

InvalidPassphrase

Message Text
  • Invalid passphrase for security environment
Description
Action

DataLocked

Message Text
  • Need to unlock database to obtain encrypted data.
Description
Action

PathError

Message Text
  • Failed to construct path for certificate: %1
Parameters
  1. Detail for error
Description
Action

PassMismatch

Message Text
  • Passphrase and check do not match
Description
Action

BufferTooSmall

Message Text
  • Buffer size %1 too small, %2 bytes required
Parameters
  1. Size of provided buffer
  2. Required size of buffer
Description
Action

BadKeyType

Message Text
  • Key type %1 is invalid or not supported
Parameters
  1. Type of key requested
Description
Action

IVTooSmall

Message Text
  • Initial vector size %1 too small, %2 bytes required
Parameters
  1. Size of provided vector
  2. Required size of IV
Description
Action

BadKeyUsage

Message Text
  • Key %1 (%2) does not support usage %3
Parameters
  1. URI of key
  2. Type of key
  3. Operation requested
Description
Action

DifferentProviders

Message Text
  • Object %1 in different crypto provider from %2
Parameters
  1. URI of first object
  2. URI of second object
Description
Action

MissingKey

Message Text
  • Missing key for %1
Parameters
  1. operation being attempted
Description
Action

BadKeyData

Message Text
  • Bad key for %1
Parameters
  1. URI for key
Description
Action

BadPaddingType

Message Text
  • Bad padding type %1 for %2
Parameters
  1. Padding type
  2. Context for padding
Description
Action

NoUKM

Message Text
  • No user keying material for static-static key agreement
Description
Action

BadKeyWrapAlg

Message Text
  • Cannot wrap key of type %1 using %2
Parameters
  1. Key type of content key
  2. Key type of wrapping key
Description
Action

KeyUnwrapError

Message Text
  • Key unwrapping failed
Description
Action

SSLerror

Message Text
  • SSL/TLS problem with %1: %2
Parameters
  1. Context for error
  2. Specific information
Description
There was an error in an SSL/TLS function.
Action

SSLcertverify

Message Text
  • SSL/TLS certificate verify error (%1) %2, depth=%3 issuer=%4
Parameters
  1. Error number
  2. Error description
  3. Depth in chain
  4. Certificate issuer
Description
A certificate in the path failed verification for the reason stated.
Action

SSLDHfile

Message Text
  • Problem reading DH parameter file %1
Parameters
  1. name of file
Description
A problem was found reading the Diffie-Hellman parameter file.
Action

SSLDHparam

Message Text
  • Problem with DH parameter in file: %1
Parameters
  1. error detail
Description
There is a problem with a Diffie-Hellman parameter read from the parameter file.
Action

SSLActivationError

Message Text
  • SSL/TLS activation problem with %1: %2
Parameters
  1. Context for error
  2. Specific information
Description
TLS
Action

SSLECGroupsfile

Message Text
  • Problem reading EC groups file %1
Parameters
  1. name of file
Description
A problem was found reading the EC groups file, so defaults will be used.
Action

SSLECGroupsname

Message Text
  • Problem with EC group name in file: %1
Parameters
  1. error detail
Description
There is a problem with an EC group name in the file so defaults will be used.
Action

DBerror

Message Text
  • DB error %1: %2
Parameters
  1. Text describing operation being performed.
  2. Text describing error.
Description
An error occurred accessing the ICrypto database.
Action

PKCS12error

Message Text
  • Error parsing PKCS#12 file %1
Parameters
  1. Name of PKCS#12 file
Description
A PKCS#12 file could not be parsed.
Action

InvalidEncryptedValue

Message Text
  • Error in encrypted value for %1
Parameters
  1. Key for value
Description
An encrypted value was incorrect.
Action

FIPS140Enabled

Message Text
  • FIPS 140-2 mode enabled
Description
FIPS 140-2 mode enabled
Action

FIPS140Failed

Message Text
  • Failed to enable FIPS 140-2 mode, %1
Parameters
  1. Reason for failure
Description
FIPS 140-2 mode could not be enabled for the reported reason
Action

All rights reserved © 2002 - 2024 Isode Ltd.