From 4adb907371925d48ff3cd42cedbd644080b064c2 Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Mon, 15 Oct 2007 17:37:06 +0000
Subject: [PATCH] no issue CryptoManager Add a single-byte version number prefix to the ciphertext prologue to allow for configurable options (e.g., signed hash in the backup stream). The current version produced and accepted is 0x01.

---
 opends/src/messages/messages/core.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index fff9ae0..1465f59 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1724,7 +1724,7 @@
  failed to write the stream prologue:  %s
 MILD_ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_KEY_IDENTIFIER_683=CryptoManager \
  failed to decrypt the supplied data because it could not read the symmetric \
- key identifier in the data prologue
+ key identifier in the data prologue:  %s
 MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_KEY_IDENTIFIER_684=CryptoManager failed to \
  decrypt the supplied data because the symmetric key identifier in the data \
  prologue does not match any known key entries
@@ -1755,3 +1755,9 @@
 SEVERE_ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED_694=CryptoManager \
  cipher transformation specification "%s" is invalid: it must be of the form \
  "algorithm/mode/padding"
+MILD_ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_PROLOGUE_VERSION_695=CryptoManager \
+ failed to decrypt the supplied data because it could not read the version \
+ number in the data prologue:  %s
+MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION_696=CryptoManager failed to \
+ decrypt the supplied data because the version "%d" in the data prologue is \
+ unknown

--
Gitblit v1.10.0