8157526: 3KeyTDEA word left in DRBG after JDK-8156213
authorweijun
Mon, 23 May 2016 09:31:58 +0800
changeset 38461 103f7a26d3f7
parent 38460 f521277035db
child 38462 e3d8ddb3512c
8157526: 3KeyTDEA word left in DRBG after JDK-8156213 Reviewed-by: xuelei
jdk/src/java.base/share/classes/java/security/DrbgParameters.java
--- a/jdk/src/java.base/share/classes/java/security/DrbgParameters.java	Sun May 22 18:23:02 2016 -0700
+++ b/jdk/src/java.base/share/classes/java/security/DrbgParameters.java	Mon May 23 09:31:58 2016 +0800
@@ -216,10 +216,9 @@
  * <p>
  * If a DRBG is not instantiated with a {@link DrbgParameters.Instantiation}
  * object explicitly, this implementation instantiates it with a default
- * requested strength of 128 bits (112 bits for CTR_DRBG with 3KeyTDEA),
- * no prediction resistance request, and no personalization string.
- * These default instantiation parameters can also be customized with
- * the {@code securerandom.drbg.config} security property.
+ * requested strength of 128 bits, no prediction resistance request, and
+ * no personalization string. These default instantiation parameters can also
+ * be customized with the {@code securerandom.drbg.config} security property.
  * <p>
  * This implementation reads fresh entropy from the system default entropy
  * source determined by the security property {@code securerandom.source}.