From 9299391814e620ae9ddaf187e05c2b6dd54340a7 Mon Sep 17 00:00:00 2001
From: david_page <david_page@localhost>
Date: Thu, 18 Oct 2007 05:07:12 +0000
Subject: [PATCH] no issue CryptoManager 1. remove shared secret key wrapping transformation (ds-cfg-key-wrapping-transformation) from configuration 2. other miscellaneous cleanup, including adding TODOs with issue numbers for some recently opened issues.
---
opends/src/server/org/opends/server/extensions/ExtensionsConstants.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java b/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
index f087d3e..93a9e3e 100644
--- a/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
+++ b/opends/src/server/org/opends/server/extensions/ExtensionsConstants.java
@@ -146,6 +146,8 @@
/**
* The cipher transformation that should be used when performing RC4
* encryption/decription.
+ *
+ * TODO: https://opends.dev.java.net/issues/show_bug.cgi?id=2471
*/
public static final String CIPHER_TRANSFORMATION_RC4 = "RC4/NONE/NoPadding";
@@ -162,6 +164,7 @@
/**
* The key size (in bits) that should be used for the encryption key when
* using the AES cipher.
+ * TODO: https://opends.dev.java.net/issues/show_bug.cgi?id=2475
*/
public static final int KEY_SIZE_AES = 128;
@@ -170,6 +173,7 @@
/**
* The key size (in bits) that should be used for the encryption key when
* using the Blowfish cipher.
+ * TODO: https://opends.dev.java.net/issues/show_bug.cgi?id=2475
*/
public static final int KEY_SIZE_BLOWFISH = 128;
@@ -178,6 +182,7 @@
/**
* The key size (in bits) that should be used for the encryption key when
* using the RC4 cipher.
+ * TODO: https://opends.dev.java.net/issues/show_bug.cgi?id=2475
*/
public static final int KEY_SIZE_RC4 = 128;
--
Gitblit v1.10.0