Lines Matching refs:ciphersuites

1681    * Drop support for RC4 TLS ciphersuites.
1682 * Drop support for single-DES ciphersuites.
1866 ciphersuites per version, which are no longer relevant. This removes the
1876 * Remove all the 3DES ciphersuites:
2021 * Fix a regression introduced in 2.24.0 which broke (D)TLS CBC ciphersuites
2437 * In (D)TLS record decryption, when using a CBC ciphersuites without the
3046 * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
3201 attack. In TLS, this affects servers that accept ciphersuites based on
3202 RSA decryption (i.e. ciphersuites whose name contains RSA but not
3260 implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2,
3303 padded records in case of CBC ciphersuites using Encrypt-then-MAC.
3408 mbedtls_ssl_get_record_expansion() in case of ChachaPoly ciphersuites,
3409 or CBC ciphersuites in (D)TLS versions 1.1 or higher. Fixes #1913, #1914.
3431 * Fix a vulnerability in TLS ciphersuites based on CBC and using SHA-384,
3444 * Fix a vulnerability in TLS ciphersuites based on CBC, in (D)TLS 1.0 to
3454 * Add a counter-measure against a vulnerability in TLS ciphersuites based
3467 * Add support for CHACHA20-POLY1305 ciphersuites from RFC 7905.
3559 * Add support for ARIA cipher (RFC 5794) and associated TLS ciphersuites
3696 HMAC functions with non-HMAC ciphersuites. Independently contributed
3765 * Log correct number of ciphersuites used in Client Hello message. #918
4898 * A specific error is now returned when there are ciphersuites in common
4956 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
4962 * Support for CCM and CCM_8 ciphersuites
4968 * Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites
4973 ciphersuites to use and save some memory if the list is small.
4998 use with some ciphersuites and versions (RC4 in all versions, CBC with
5001 rejected with CBC-based ciphersuites and TLS >= 1.1
5003 to 32 bytes with CBC-based ciphersuites and TLS >= 1.1
5045 ciphersuites, for full SSL frames of data.
5193 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
5231 * Support for Camellia-GCM mode and ciphersuites
5252 * Support for Brainpool curves and TLS ciphersuites (RFC 7027)
5253 * Support for ECDHE-PSK key-exchange and ciphersuites
5254 * Support for RSA-PSK key-exchange and ciphersuites
5277 (ECDHE-based ciphersuites)
5279 (ECDSA-based ciphersuites)
5280 * Ability to specify allowed ciphersuites based on the protocol version.
5281 * PSK and DHE-PSK based ciphersuites added
5311 * Client and server now filter sent and accepted ciphersuites on minimum
5445 * Fix length checking for AEAD ciphersuites (found by Codenomicon).
5554 * Ability to specify allowed ciphersuites based on the protocol version.
5647 ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by
5690 * Renamed ciphersuites naming scheme to IANA reserved names
5992 of ssl_session have been renamed to ciphersuites and
6000 SSL_EDH_RSA_CAMELLIA_128_SHA ciphersuites
6143 * Added support for ciphersuites: SSL_RSA_CAMELLIA_128_SHA,