# HG changeset patch # User weijun # Date 1463967118 -28800 # Node ID 103f7a26d3f74a6e998066129740a6ccf4798b67 # Parent f521277035db003f1ca6abffe3fc50774fec49dc 8157526: 3KeyTDEA word left in DRBG after JDK-8156213 Reviewed-by: xuelei diff -r f521277035db -r 103f7a26d3f7 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 @@ *
* 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. *
* This implementation reads fresh entropy from the system default entropy * source determined by the security property {@code securerandom.source}.