mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-07 11:05:46 +00:00
8181439: Test the jdk.tls.namedGroups System Property
Reviewed-by: valeriep
This commit is contained in:
parent
3190094e38
commit
a4ea77938f
@ -33,6 +33,11 @@
|
||||
* @library /javax/net/ssl/templates
|
||||
* @summary Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
|
||||
* @run main/othervm UseStrongDHSizes 2048
|
||||
* @run main/othervm -Djdk.tls.namedGroups=ffdhe2048 UseStrongDHSizes 2048
|
||||
* @run main/othervm -Djdk.tls.namedGroups=ffdhe3072 UseStrongDHSizes 2048
|
||||
* @run main/othervm -Djdk.tls.namedGroups=ffdhe4096 UseStrongDHSizes 2048
|
||||
* @run main/othervm -Djdk.tls.namedGroups=ffdhe6144 UseStrongDHSizes 2048
|
||||
* @run main/othervm -Djdk.tls.namedGroups=ffdhe8192 UseStrongDHSizes 2048
|
||||
*/
|
||||
|
||||
import java.io.InputStream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user