test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java
changeset 53621 8b3d33bfb407
parent 53549 ad3438957ff5
parent 53608 6c377af36a5c
child 54430 fb25cd198a10
equal deleted inserted replaced
53607:9c84d2865c2d 53621:8b3d33bfb407
   115         "TLS_DHE_RSA_WITH_AES_128_CBC_SHA",
   115         "TLS_DHE_RSA_WITH_AES_128_CBC_SHA",
   116         "TLS_DHE_DSS_WITH_AES_128_CBC_SHA",
   116         "TLS_DHE_DSS_WITH_AES_128_CBC_SHA",
   117         "TLS_EMPTY_RENEGOTIATION_INFO_SCSV"
   117         "TLS_EMPTY_RENEGOTIATION_INFO_SCSV"
   118     };
   118     };
   119 
   119 
   120     // List of enabled cipher suites when the "crypto.policy" security
   120     // List of supported cipher suites when the "crypto.policy" security
   121     // property is set to "unlimited" (the default value).
   121     // property is set to "unlimited" (the default value).
   122     private final static String[] SUPPORTED_DEFAULT = {
   122     private final static String[] SUPPORTED_DEFAULT = {
   123         "TLS_AES_128_GCM_SHA256",
   123         "TLS_AES_128_GCM_SHA256",
   124         "TLS_AES_256_GCM_SHA384",
   124         "TLS_AES_256_GCM_SHA384",
   125         "TLS_CHACHA20_POLY1305_SHA256",
   125         "TLS_CHACHA20_POLY1305_SHA256",