From ad5de6c15c10fea2f44760815e76af48f1710c34 Mon Sep 17 00:00:00 2001 From: david_page <david_page@localhost> Date: Wed, 17 Oct 2007 20:23:36 +0000 Subject: [PATCH] no issue CryptoManager RC4 -> RC4/NONE/NoPadding --- opends/src/messages/messages/core.properties | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index 1465f59..747c36a 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1675,12 +1675,12 @@ SEVERE_WARN_GROUP_FILTER_NOT_INDEXED_660=The search filter "%s" used by group \ implementation %s is not indexed in backend %s. Backend initialization \ for this group implementation may take a very long time to complete -SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_DIGEST_661=CryptoManager cannot get \ - the preferred digest: %s -SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_MAC_ENGINE_662=CryptoManager cannot \ - get the preferred MAC engine: %s -SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_ENCRYPTION_CIPHER_663=CryptoManager \ - cannot get the preferred encryption cipher: %s +SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST_661=CryptoManager cannot get \ + the requested digest %s: %s +SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE_662=CryptoManager cannot \ + get the requested MAC engine %s: %s +SEVERE_ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER_663=CryptoManager \ + cannot get the requested encryption cipher %s: %s SEVERE_ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER_664=CryptoManager \ cannot get the preferred key wrapping cipher: %s SEVERE_ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION_665=CryptoManager \ -- Gitblit v1.10.0