mbedtls/library
Michael Schuster 7e39028628 Fix build of v3.6 with unset MBEDTLS_DHM_C but MBEDTLS_USE_PSA_CRYPTO set (fixes #9188)
Avoid compiler warning about size comparison (like in commit 7910cdd):

Clang builds fail, warning about comparing uint8_t to a size that may be >255.

Signed-off-by: Michael Schuster <michael@schuster.ms>
2024-08-09 10:27:44 +01:00
..
.gitignore Move crypto modules 2024-07-10 08:07:34 +02:00
CMakeLists.txt Adjust build systems 2024-07-10 08:10:40 +02:00
common.h
debug_internal.h
debug.c
Makefile Adapt make build system 2024-07-19 10:07:27 +02:00
mps_common.h
mps_error.h
mps_reader.c
mps_reader.h
mps_trace.c
mps_trace.h
net_sockets.c
pkcs7.c
ssl_cache.c
ssl_ciphersuites_internal.h
ssl_ciphersuites.c Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM 2024-08-05 15:40:00 +01:00
ssl_client.c
ssl_client.h
ssl_cookie.c Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 2024-07-11 11:13:35 +03:00
ssl_debug_helpers.h
ssl_misc.h Fix server mode only build of v3.6 with MBEDTLS_SSL_CLI_C unset (fixes #9186) 2024-08-09 10:27:44 +01:00
ssl_msg.c
ssl_ticket.c
ssl_tls12_client.c
ssl_tls12_server.c Fix build of v3.6 with unset MBEDTLS_DHM_C but MBEDTLS_USE_PSA_CRYPTO set (fixes #9188) 2024-08-09 10:27:44 +01:00
ssl_tls13_client.c
ssl_tls13_generic.c
ssl_tls13_invasive.h
ssl_tls13_keys.c
ssl_tls13_keys.h
ssl_tls13_server.c
ssl_tls.c Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM 2024-08-05 15:40:00 +01:00
x509_create.c
x509_crl.c
x509_crt.c
x509_csr.c
x509_internal.h
x509.c Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 2024-07-18 14:31:59 +03:00
x509write_crt.c
x509write_csr.c
x509write.c