Merge pull request #5111 from mprse/aps_mem_leak

ssl_client2, ssl_server2: add check for psa memory leaks
This commit is contained in:
paul-elliott-arm 2021-11-17 11:54:44 +00:00 committed by GitHub
commit 61f797adfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 88 additions and 49 deletions

View file

@ -29,6 +29,7 @@
#include <psa/crypto.h>
#include <test/asn1_helpers.h>
#include <psa_crypto_slot_management.h>
#include <test/psa_crypto_helpers.h>
#if defined(MBEDTLS_PSA_CRYPTO_SE_C)