Home
last modified time | relevance | path

Searched refs:ciphersuites (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_server.c903 const int *ciphersuites; in ssl_parse_client_hello() local
1577 ciphersuites = ssl->conf->ciphersuite_list; in ssl_parse_client_hello()
1582 for (i = 0; ciphersuites[i] != 0; i++) { in ssl_parse_client_hello()
1583 if (MBEDTLS_GET_UINT16_BE(p, 0) != ciphersuites[i]) { in ssl_parse_client_hello()
1589 if ((ret = ssl_ciphersuite_match(ssl, ciphersuites[i], in ssl_parse_client_hello()
1600 for (i = 0; ciphersuites[i] != 0; i++) { in ssl_parse_client_hello()
1602 if (MBEDTLS_GET_UINT16_BE(p, 0) != ciphersuites[i]) { in ssl_parse_client_hello()
1608 if ((ret = ssl_ciphersuite_match(ssl, ciphersuites[i], in ssl_parse_client_hello()
1636 ssl->session_negotiate->ciphersuite = ciphersuites[i]; in ssl_parse_client_hello()
H A Dssl_tls13_server.c522 const unsigned char *ciphersuites, in ssl_tls13_parse_pre_shared_key_ext() argument
647 ssl_tls13_select_ciphersuite(ssl, ciphersuites, ciphersuites_end, in ssl_tls13_parse_pre_shared_key_ext()
H A Dssl_tls.c1787 const int *ciphersuites) in mbedtls_ssl_conf_ciphersuites() argument
1789 conf->ciphersuite_list = ciphersuites; in mbedtls_ssl_conf_ciphersuites()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1874 * Drop support for RC4 TLS ciphersuites.
1875 * Drop support for single-DES ciphersuites.
2059 ciphersuites per version, which are no longer relevant. This removes the
2069 * Remove all the 3DES ciphersuites:
2214 * Fix a regression introduced in 2.24.0 which broke (D)TLS CBC ciphersuites
2630 * In (D)TLS record decryption, when using a CBC ciphersuites without the
3239 * Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
3394 attack. In TLS, this affects servers that accept ciphersuites based on
3395 RSA decryption (i.e. ciphersuites whose name contains RSA but not
3453 implemented client-side, for ECDHE-ECDSA ciphersuites in TLS 1.2,
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h3475 const int *ciphersuites);