-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 13, 14
-
b24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8234523 | 11.0.6 | Martin Balao Alonso | P4 | Resolved | Fixed | b05 |
JDK-8234676 | openjdk8u252 | Martin Balao Alonso | P4 | Resolved | Fixed | b01 |
The goal of this enhancement is to introduce a system property to allow the user set the number of password-based encryption (PBE) iterations in JCEKS keystores.
Default value must be 200000, as previous to this enhancement. Values in the range 10000 to 5000000 are valid. If a value is out of the valid range or if there is an error while parsing the property value, the default must be used.
System property name: jdk.jceks.iterationCount
Note: JCEKS keystores are now obsolete and PKCS12 keystores are recommended instead.
Default value must be 200000, as previous to this enhancement. Values in the range 10000 to 5000000 are valid. If a value is out of the valid range or if there is an error while parsing the property value, the default must be used.
System property name: jdk.jceks.iterationCount
Note: JCEKS keystores are now obsolete and PKCS12 keystores are recommended instead.
- backported by
-
JDK-8234523 System property to set the number of PBE iterations in JCEKS keystores
- Resolved
-
JDK-8234676 System property to set the number of PBE iterations in JCEKS keystores
- Resolved
- csr for
-
JDK-8233405 System property to set the number of PBE iterations in JCEKS keystores
- Closed