mbedtls/tests
Gilles Peskine 3c22596d9b New macro ASSERT_COMPARE to compare two buffers
ASSERT_COMPARE tests that the two buffers have the same size and
content. The intended use is to replace TEST_ASSERT( size1 == size2 )
followed by memcmp on the content. Keep using memcmp when comparing
two buffers that have the same size by construction.
2018-09-27 13:56:31 +02:00
..
data_files
git-scripts
scripts all.sh: Test the Mbed Crypto exporter 2018-09-12 16:50:07 +03:00
suites New macro ASSERT_COMPARE to compare two buffers 2018-09-27 13:56:31 +02:00
.gitignore
CMakeLists.txt add psa_crypto to test suites 2018-09-05 12:41:49 +03:00
compat.sh
Descriptions.txt
Makefile
ssl-opt.sh