Valerio Setti fb317afa9f library: ssl: rework macro to define known TLS ID <-> group name list
- let the macro be an initializer for the array of known TLS IDs, not
  a variable declarator;
- last item's group name is NULL, not an empty string
- change then name of the macro from MBEDTLS_TLS_ID_GROUP_NAME_TABLE to
  MBEDTLS_SSL_IANA_TLS_GROUPS_INFO
- define a new public structure "mbedtls_ssl_iana_tls_group_info_t" to
  hold each element of the table and that can be used the go over the
  list from user code.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2026-01-27 00:36:17 +01:00
..
.jenkins
configs Remove deprecated items 2025-08-01 11:45:14 +01:00
git-scripts Header updates 2023-11-03 12:21:36 +00:00
include initial remove of MBEDTLS_USE_PSA_CRYPTO 2025-07-30 07:55:13 +01:00
opt-testcases Switch to generated handshake tests 2025-03-03 16:13:19 +01:00
psa-client-server Add missing include of stdio.h 2025-09-26 16:30:36 +01:00
scripts tests: scripts: remove set_psa_test_dependencies.py 2026-01-14 13:34:32 +01:00
src initial remove of MBEDTLS_USE_PSA_CRYPTO 2025-07-30 07:55:13 +01:00
suites library: ssl: rework macro to define known TLS ID <-> group name list 2026-01-27 00:36:17 +01:00
.gitignore cmake: Generate test_keys.h and test_certs.h in the build tree 2025-03-26 21:19:28 +01:00
CMakeLists.txt cmake: Generate test_keys.h and test_certs.h in the build tree 2025-03-26 21:19:28 +01:00
compat-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
compat.sh Remove additional occurances of static ECDH symbols 2025-09-11 13:22:40 +01:00
context-info.sh Fix test and formatting in ssl_context_info 2025-04-29 22:02:24 +02:00
Descriptions.txt
make-in-docker.sh Header updates 2023-11-03 12:21:36 +00:00
Makefile Use the crypto makefile helpers in tf-psa-crypto 2026-01-08 14:57:50 +01:00
ssl-opt.sh Further updates to ssl-opt tests as wrapped keys now expose the underlying type 2026-01-12 08:19:07 +00:00