From efacb7cf7744c04dbb2ac68d8bdcd333db106a15 Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Wed, 10 Oct 2007 03:02:31 +0000 Subject: [PATCH] issue 466 (partial) CryptoManger comment, todo cleanup --- opends/src/messages/messages/core.properties | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index d5eaf50..c128d32 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1737,12 +1737,15 @@ SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE_687=CryptoManager \ failed to import the symmetric key entry "%s" because it could not obtain a \ symmetric key attribute value that can be decoded by this instance -SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_688=CryptoManager failed \ +SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH_688=CryptoManager \ + detected a field mismatch between the key entry to be imported and an entry \ + in the key cache that share the key identifier "%s" +SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER_689=CryptoManager failed \ to import the symmetric key entry "%s": %s -MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM_689=CryptoManager failed \ - to instantiate a KeyGenerator for algorithm "%s": %s -SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_690=CryptoManager failed \ - to add locally produced symmetric key entry "%s": %s -SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_691=CryptoManager \ +SEVERE_ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY_690=CryptoManager \ failed to import the symmetric key entry "%s" because it could not add \ a symmetric key attribute value that can be decoded by this instance +MILD_ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM_691=CryptoManager failed \ + to instantiate a KeyGenerator for algorithm "%s": %s +SEVERE_ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED_692=CryptoManager failed \ + to add locally produced symmetric key entry "%s": %s -- Gitblit v1.10.0