From bef34ff8af56487e6c60462d1870ab6dff138d7a Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Mon, 10 Sep 2007 00:56:52 +0000 Subject: [PATCH] Add support for password storage schemes using AES, 3DES, RC4, and Blowfish. The AES, RC4, and Blowfish implementations all use 128-bit ciphers, and the 3DES implementation uses a 168-bit cipher. --- opendj-sdk/opends/src/messages/messages/extension.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/extension.properties b/opendj-sdk/opends/src/messages/messages/extension.properties index dece0b6..dfb31a3 100644 --- a/opendj-sdk/opends/src/messages/messages/extension.properties +++ b/opendj-sdk/opends/src/messages/messages/extension.properties @@ -1585,4 +1585,7 @@ SEVERE_ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558=An error occurred while \ attempting to send an account status notification message for notification \ type %s for user entry %s: %s - +SEVERE_ERR_PWSCHEME_CANNOT_ENCRYPT_559=An error occurred while trying to \ + encrypt a value using password storage scheme %s: %s +SEVERE_ERR_PWSCHEME_CANNOT_DECRYPT_560=An error occurred while trying to \ + decrypt a value using password storage scheme %s: %s -- Gitblit v1.10.0