From ae0c75bb38841fa3609aff621f51167447155292 Mon Sep 17 00:00:00 2001 From: Weijun Wang Date: Mon, 23 May 2016 09:31:58 +0800 Subject: [PATCH] 8157526: 3KeyTDEA word left in DRBG after JDK-8156213 Reviewed-by: xuelei --- .../share/classes/java/security/DrbgParameters.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jdk/src/java.base/share/classes/java/security/DrbgParameters.java b/jdk/src/java.base/share/classes/java/security/DrbgParameters.java index 50fa82e0313..ed62514bdf9 100644 --- a/jdk/src/java.base/share/classes/java/security/DrbgParameters.java +++ b/jdk/src/java.base/share/classes/java/security/DrbgParameters.java @@ -216,10 +216,9 @@ import java.util.Objects; *

* 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}.