Lines Matching refs:ciphersuites
36 * Drop support for RC4 TLS ciphersuites.
37 * Drop support for single-DES ciphersuites.
221 ciphersuites per version, which are no longer relevant. This removes the
231 * Remove all the 3DES ciphersuites:
375 * Fix a regression introduced in 2.24.0 which broke (D)TLS CBC ciphersuites
791 * In (D)TLS record decryption, when using a CBC ciphersuites without the
1400 * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
1555 attack. In TLS, this affects servers that accept ciphersuites based on
1556 RSA decryption (i.e. ciphersuites whose name contains RSA but not
1614 implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2,
1657 padded records in case of CBC ciphersuites using Encrypt-then-MAC.
1762 mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites,
1763 or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914.
1785 * Fix a vulnerability in TLS ciphersuites based on CBC and using SHA-384,
1798 * Fix a vulnerability in TLS ciphersuites based on CBC, in (D)TLS 1.0 to
1808 * Add a counter-measure against a vulnerability in TLS ciphersuites based
1821 * Add support for CHACHA20-POLY1305 ciphersuites from RFC 7905.
1913 * Add support for ARIA cipher (RFC 5794) and associated TLS ciphersuites
2050 HMAC functions with non-HMAC ciphersuites. Independently contributed
2119 * Log correct number of ciphersuites used in Client Hello message. #918
3252 * A specific error is now returned when there are ciphersuites in common
3310 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
3316 * Support for CCM and CCM_8 ciphersuites
3322 * Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites
3327 ciphersuites to use and save some memory if the list is small.
3352 use with some ciphersuites and versions (RC4 in all versions, CBC with
3355 rejected with CBC-based ciphersuites and TLS >= 1.1
3357 to 32 bytes with CBC-based ciphersuites and TLS >= 1.1
3399 ciphersuites, for full SSL frames of data.
3547 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
3585 * Support for Camellia-GCM mode and ciphersuites
3606 * Support for Brainpool curves and TLS ciphersuites (RFC 7027)
3607 * Support for ECDHE-PSK key-exchange and ciphersuites
3608 * Support for RSA-PSK key-exchange and ciphersuites
3631 (ECDHE-based ciphersuites)
3633 (ECDSA-based ciphersuites)
3634 * Ability to specify allowed ciphersuites based on the protocol version.
3635 * PSK and DHE-PSK based ciphersuites added
3665 * Client and server now filter sent and accepted ciphersuites on minimum
3799 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
3908 * Ability to specify allowed ciphersuites based on the protocol version.
4001 ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by
4044 * Renamed ciphersuites naming scheme to IANA reserved names
4346 of ssl_session have been renamed to ciphersuites and
4354 SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
4497 * Added support for ciphersuites: SSL_RSA_CAMELLIA_128_SHA,