Summary: Isode components write to logging streams when events occur.
Facility ICrypto
Isode Crypto API
Name | Severity | ID | Description | Action |
---|---|---|---|---|
BadKeyData | fatal | 18 | ||
BadKeyType | fatal | 13 | ||
BadKeyUsage | fatal | 15 | ||
BadKeyWrapAlg | fatal | 21 | ||
BadPaddingType | fatal | 19 | ||
BufferTooSmall | fatal | 12 | ||
DataLocked | fatal | 9 | ||
DBerror | fatal | 100 | An error occurred accessing the ICrypto database. | |
Decode | error | 5 | ||
DifferentProviders | fatal | 16 | ||
FIPS140Enabled | notice | 200 | FIPS 140-2 mode enabled | |
FIPS140Failed | fatal | 201 | FIPS 140-2 mode could not be enabled for the reported reason | |
Internal | fatal | 3 | ||
InvalidEncryptedValue | fatal | 102 | An encrypted value was incorrect. | |
InvalidPassphrase | fatal | 8 | ||
InvalidURI | error | 7 | ||
IVTooSmall | fatal | 14 | ||
KeyUnwrapError | fatal | 22 | ||
MissingKey | fatal | 17 | ||
NotImplemented | fatal | 2 | ||
NotInitialized | fatal | 1 | ||
NoUKM | fatal | 20 | ||
PassMismatch | fatal | 11 | ||
PathError | error | 10 | ||
PKCS12error | error | 101 | A PKCS#12 file could not be parsed. | |
SSLActivationError | error | 54 | TLS | |
SSLcertverify | error | 51 | A certificate in the path failed verification for the reason stated. | |
SSLDHfile | error | 52 | A problem was found reading the Diffie-Hellman parameter file. | |
SSLDHparam | error | 53 | There is a problem with a Diffie-Hellman parameter read from the parameter file. | |
SSLECGroupsfile | warning | 55 | A problem was found reading the EC groups file, so defaults will be used. | |
SSLECGroupsname | warning | 56 | There is a problem with an EC group name in the file so defaults will be used. | |
SSLerror | error | 50 | There was an error in an SSL/TLS function. | |
UnknownKeyType | error | 6 | ||
UnknownProvider | fatal | 4 |
NotInitialized
- Message Text
- Security environment not initialized
- Description
- Action
NotImplemented
- Message Text
- %1 not implemented in cryptographic provider %2
- Parameters
- Text describing operation being performed.
- The name of the backend cryptographic provider.
- Description
- Action
Internal
- Message Text
- Internal error in ICrypto library: %1
- Parameters
- Detail for problem.
- Description
- Action
UnknownProvider
- Message Text
- Unknown cryptographic provider in %1
- Parameters
- The URI containing the unknown provider.
- Description
- Action
Decode
- Message Text
- Error decoding %1
- Parameters
- Type of object being decoded.
- Description
- Action
UnknownKeyType
- Message Text
- Unknown key type %1
- Parameters
- Internal key type.
- Description
- Action
InvalidURI
- Message Text
- Invalid search URI '%1'
- Parameters
- 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
- 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
- Size of provided buffer
- Required size of buffer
- Description
- Action
BadKeyType
- Message Text
- Key type %1 is invalid or not supported
- Parameters
- Type of key requested
- Description
- Action
IVTooSmall
- Message Text
- Initial vector size %1 too small, %2 bytes required
- Parameters
- Size of provided vector
- Required size of IV
- Description
- Action
BadKeyUsage
- Message Text
- Key %1 (%2) does not support usage %3
- Parameters
- URI of key
- Type of key
- Operation requested
- Description
- Action
DifferentProviders
- Message Text
- Object %1 in different crypto provider from %2
- Parameters
- URI of first object
- URI of second object
- Description
- Action
MissingKey
- Message Text
- Missing key for %1
- Parameters
- operation being attempted
- Description
- Action
BadKeyData
- Message Text
- Bad key for %1
- Parameters
- URI for key
- Description
- Action
BadPaddingType
- Message Text
- Bad padding type %1 for %2
- Parameters
- Padding type
- 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
- Key type of content key
- 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
- Context for error
- 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
- Error number
- Error description
- Depth in chain
- 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
- 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
- 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
- Context for error
- Specific information
- Description
- TLS
- Action
SSLECGroupsfile
- Message Text
- Problem reading EC groups file %1
- Parameters
- 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
- 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
- Text describing operation being performed.
- Text describing error.
- Description
- An error occurred accessing the ICrypto database.
- Action
PKCS12error
- Message Text
- Error parsing PKCS#12 file %1
- Parameters
- 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
- 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
- Reason for failure
- Description
- FIPS 140-2 mode could not be enabled for the reported reason
- Action