mbedtls/tests
Andrzej Kurek a2a9688501 Fix the memory allocation in test_suite_ssl
ASSERT_ALLOC calculates the size itself, and the parameter indicates number of elements.
```
mbedtls_calloc( sizeof( *( pointer ) ),  ( length ) );  
```
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
2022-10-19 08:35:09 -04:00
..
.jenkins
configs
data_files Rename LMS private key files to match library name 2022-10-13 17:53:40 +01:00
docker/bionic
git-scripts
include Merge pull request #6383 from mprse/aead_driver_test 2022-10-14 11:11:01 +02:00
opt-testcases fix wrong typo 2022-10-11 18:07:19 +08:00
scripts Remove pre-1_2 TLS dependencies from depends.py 2022-10-19 08:35:09 -04:00
src Merge pull request #6383 from mprse/aead_driver_test 2022-10-14 11:11:01 +02:00
suites Fix the memory allocation in test_suite_ssl 2022-10-19 08:35:09 -04:00
.gitignore
CMakeLists.txt Fix directory mixup with generated data files 2022-09-18 23:08:38 +02:00
compat-in-docker.sh
compat.sh
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile More precise name for test data generation 2022-09-17 10:38:58 +02:00
ssl-opt-in-docker.sh
ssl-opt.sh Refine code base on comments 2022-10-12 11:06:51 +00:00