Lines Matching refs:ciphersuites
913 * Drop support for RC4 TLS ciphersuites.
914 * Drop support for single-DES ciphersuites.
1098 ciphersuites per version, which are no longer relevant. This removes the
1108 * Remove all the 3DES ciphersuites:
1253 * Fix a regression introduced in 2.24.0 which broke (D)TLS CBC ciphersuites
1669 * In (D)TLS record decryption, when using a CBC ciphersuites without the
2278 * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
2433 attack. In TLS, this affects servers that accept ciphersuites based on
2434 RSA decryption (i.e. ciphersuites whose name contains RSA but not
2492 implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2,
2535 padded records in case of CBC ciphersuites using Encrypt-then-MAC.
2640 mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites,
2641 or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914.
2663 * Fix a vulnerability in TLS ciphersuites based on CBC and using SHA-384,
2676 * Fix a vulnerability in TLS ciphersuites based on CBC, in (D)TLS 1.0 to
2686 * Add a counter-measure against a vulnerability in TLS ciphersuites based
2699 * Add support for CHACHA20-POLY1305 ciphersuites from RFC 7905.
2791 * Add support for ARIA cipher (RFC 5794) and associated TLS ciphersuites
2928 HMAC functions with non-HMAC ciphersuites. Independently contributed
2997 * Log correct number of ciphersuites used in Client Hello message. #918
4130 * A specific error is now returned when there are ciphersuites in common
4188 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
4194 * Support for CCM and CCM_8 ciphersuites
4200 * Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites
4205 ciphersuites to use and save some memory if the list is small.
4230 use with some ciphersuites and versions (RC4 in all versions, CBC with
4233 rejected with CBC-based ciphersuites and TLS >= 1.1
4235 to 32 bytes with CBC-based ciphersuites and TLS >= 1.1
4277 ciphersuites, for full SSL frames of data.
4425 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
4463 * Support for Camellia-GCM mode and ciphersuites
4484 * Support for Brainpool curves and TLS ciphersuites (RFC 7027)
4485 * Support for ECDHE-PSK key-exchange and ciphersuites
4486 * Support for RSA-PSK key-exchange and ciphersuites
4509 (ECDHE-based ciphersuites)
4511 (ECDSA-based ciphersuites)
4512 * Ability to specify allowed ciphersuites based on the protocol version.
4513 * PSK and DHE-PSK based ciphersuites added
4543 * Client and server now filter sent and accepted ciphersuites on minimum
4677 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
4786 * Ability to specify allowed ciphersuites based on the protocol version.
4879 ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by
4922 * Renamed ciphersuites naming scheme to IANA reserved names
5224 of ssl_session have been renamed to ciphersuites and
5232 SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
5375 * Added support for ciphersuites: SSL_RSA_CAMELLIA_128_SHA,