mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 16:32:57 +00:00
- Proper sequence of ciphersuites
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user