- Proper sequence of ciphersuites
This commit is contained in:
parent
1ace1fdd4c
commit
ef75f25be7
1 changed files with 6 additions and 2 deletions
|
@ -1825,13 +1825,17 @@ int ssl_default_ciphers[] =
|
|||
#endif
|
||||
|
||||
#if defined(POLARSSL_AES_C)
|
||||
SSL_RSA_AES_128_SHA,
|
||||
SSL_RSA_AES_256_SHA,
|
||||
#endif
|
||||
#if defined(POLARSSL_CAMELLIA_C)
|
||||
SSL_RSA_CAMELLIA_128_SHA,
|
||||
SSL_RSA_CAMELLIA_256_SHA,
|
||||
#endif
|
||||
#if defined(POLARSSL_AES_C)
|
||||
SSL_RSA_AES_128_SHA,
|
||||
#endif
|
||||
#if defined(POLARSSL_CAMELLIA_C)
|
||||
SSL_RSA_CAMELLIA_128_SHA,
|
||||
#endif
|
||||
#if defined(POLARSSL_DES_C)
|
||||
SSL_RSA_DES_168_SHA,
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue