jdk/test/javax/net/ssl/sanity/ciphersuites/CipherSuitesInOrder.java
changeset 31706 895170f33881
parent 27722 0fb5bf040fd0
equal deleted inserted replaced
31705:6fbc92f64425 31706:895170f33881
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    92         "TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA",
    92         "TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA",
    93         "TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA",
    93         "TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA",
    94         "SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA",
    94         "SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA",
    95         "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA",
    95         "SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA",
    96 
    96 
    97         "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA",
       
    98         "TLS_ECDHE_RSA_WITH_RC4_128_SHA",
       
    99         "SSL_RSA_WITH_RC4_128_SHA",
       
   100         "TLS_ECDH_ECDSA_WITH_RC4_128_SHA",
       
   101         "TLS_ECDH_RSA_WITH_RC4_128_SHA",
       
   102         "SSL_RSA_WITH_RC4_128_MD5",
       
   103 
       
   104         "TLS_EMPTY_RENEGOTIATION_INFO_SCSV",
    97         "TLS_EMPTY_RENEGOTIATION_INFO_SCSV",
   105 
    98 
   106         "TLS_DH_anon_WITH_AES_256_GCM_SHA384",
    99         "TLS_DH_anon_WITH_AES_256_GCM_SHA384",
   107         "TLS_DH_anon_WITH_AES_128_GCM_SHA256",
   100         "TLS_DH_anon_WITH_AES_128_GCM_SHA256",
   108 
   101 
   112         "TLS_DH_anon_WITH_AES_128_CBC_SHA256",
   105         "TLS_DH_anon_WITH_AES_128_CBC_SHA256",
   113         "TLS_ECDH_anon_WITH_AES_128_CBC_SHA",
   106         "TLS_ECDH_anon_WITH_AES_128_CBC_SHA",
   114         "TLS_DH_anon_WITH_AES_128_CBC_SHA",
   107         "TLS_DH_anon_WITH_AES_128_CBC_SHA",
   115         "TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA",
   108         "TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA",
   116         "SSL_DH_anon_WITH_3DES_EDE_CBC_SHA",
   109         "SSL_DH_anon_WITH_3DES_EDE_CBC_SHA",
       
   110 
       
   111         "TLS_ECDHE_ECDSA_WITH_RC4_128_SHA",
       
   112         "TLS_ECDHE_RSA_WITH_RC4_128_SHA",
       
   113         "SSL_RSA_WITH_RC4_128_SHA",
       
   114         "TLS_ECDH_ECDSA_WITH_RC4_128_SHA",
       
   115         "TLS_ECDH_RSA_WITH_RC4_128_SHA",
       
   116         "SSL_RSA_WITH_RC4_128_MD5",
   117         "TLS_ECDH_anon_WITH_RC4_128_SHA",
   117         "TLS_ECDH_anon_WITH_RC4_128_SHA",
   118         "SSL_DH_anon_WITH_RC4_128_MD5",
   118         "SSL_DH_anon_WITH_RC4_128_MD5",
   119 
   119 
   120         "SSL_RSA_WITH_DES_CBC_SHA",
   120         "SSL_RSA_WITH_DES_CBC_SHA",
   121         "SSL_DHE_RSA_WITH_DES_CBC_SHA",
   121         "SSL_DHE_RSA_WITH_DES_CBC_SHA",