-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b17
The java.security.spec.PSSParameterSpec(int) constructor uses SHA-1 as the default hash algorithm. Although SHA-1 is the default algorithm as specified by RFC 8017, SHA-1 is weak and not recommended anymore. Using this constructor without understanding the security risks or that SHA-1 is the default is not recommended. Thus, this constructor should be deprecated with an appropriate warning.
- csr for
-
JDK-8283650 Deprecate the PSSParameterSpec(int) constructor and DEFAULT static field
-
- Closed
-