1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #8434 from valeriosetti/issue8407

[G2] Make TLS work without Cipher
This commit is contained in:
Gilles Peskine
2023-11-04 15:05:00 +00:00
committed by GitHub
8 changed files with 608 additions and 444 deletions

View File

@ -1559,8 +1559,6 @@ common_test_full_no_cipher_with_psa_crypto () {
scripts/config.py unset MBEDTLS_NIST_KW_C
scripts/config.py unset MBEDTLS_PKCS12_C
scripts/config.py unset MBEDTLS_PKCS5_C
scripts/config.py unset MBEDTLS_SSL_TLS_C
scripts/config.py unset MBEDTLS_SSL_TICKET_C
make