mbedtls/tests
David Horstmann db73d3b149 Add mbedtls_x509_get_name memory leak unit test
Introduce a unit test to test mbedtls_x509_get_name() and add a testcase
with a corrupt DER-encoded name that causes mbedtls_x509_get_name() to
have to cleanup things it is allocated. If it fails to do this, a memory
leak is detected under Asan builds.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2022-10-05 13:09:57 +01:00
..
.jenkins
configs Remove use_psa_crypto in test scripts 2022-03-22 15:13:35 +08:00
data_files Finalize client side code for psk 2022-09-23 01:48:26 +00:00
docker/bionic Jinja2 prerequisite set up on the docker 2021-12-18 13:29:10 +05:30
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:44:01 +01:00
include Correct copyright and license in crypto_spe.h 2022-09-12 17:57:32 +01:00
opt-testcases Fix the description of psk client cases 2022-09-28 07:50:13 +00:00
scripts Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 2022-09-28 09:47:32 +02:00
src Make legacy_or_psa.h public. 2022-09-16 12:02:48 +02:00
suites Add mbedtls_x509_get_name memory leak unit test 2022-10-05 13:09:57 +01:00
.gitignore tests: Add build of a PSA test driver library 2021-12-06 07:50:27 +01:00
CMakeLists.txt Add test_generation.py dependency in builds 2022-08-25 16:18:22 +01:00
compat-in-docker.sh
compat.sh Add comment in compat.sh about callers 2022-04-14 09:21:56 +02:00
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile Add test_generation.py dependency in builds 2022-08-25 16:18:22 +01:00
ssl-opt-in-docker.sh
ssl-opt.sh Merge pull request #6194 from xkqian/tls13_add_psk_client_cases 2022-09-28 17:08:06 +02:00