- Proper sequence of ciphersuites

This commit is contained in:
Paul Bakker 2009-03-28 18:43:23 +00:00
parent 1ace1fdd4c
commit ef75f25be7

View file

@ -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