Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
P3
-
Resolution: Delivered
-
Affects Version/s: 9
-
Fix Version/s: 9
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Verification:Verified
Description
The following have been added to the security algorithm requirements for JDK implementations (keysize in parentheses):
1. `Signature`: SHA256withDSA
2. `KeyPairGenerator`: DSA (2048), DiffieHellman (2048, 4096), RSA (4096)
3. `AlgorithmParameterGenerator`: DSA (2048), DiffieHellman (2048)
4. `Cipher`: AES/GCM/NoPadding (128), AES/GCM/PKCS5Padding (128)
5. `SSLContext`: TLSv1.1, TLSv1.2
6. `TrustManagerFactory`: PKIX
1. `Signature`: SHA256withDSA
2. `KeyPairGenerator`: DSA (2048), DiffieHellman (2048, 4096), RSA (4096)
3. `AlgorithmParameterGenerator`: DSA (2048), DiffieHellman (2048)
4. `Cipher`: AES/GCM/NoPadding (128), AES/GCM/PKCS5Padding (128)
5. `SSLContext`: TLSv1.1, TLSv1.2
6. `TrustManagerFactory`: PKIX