mbedtls/tests
Hanno Becker e4875e015f Initialize RSA context in RSA test suite before first potentially failing operation
The function `mbedtls_rsa_gen_key` from `test_suite_rsa.function` initialized a stack allocated RSA context only after
seeding the CTR DRBG. If the latter operation failed, the cleanup code tried to free the uninitialized RSA context,
potentially resulting in a segmentation fault. Fixes one aspect of #1023.
2017-09-08 09:13:38 +01:00
..
data_files Fix typo 2017-07-28 12:20:48 +01:00
scripts Merge remote-tracking branch 'gilles/iotssl-1223/mbedtls-2.1' into mbedtls-2.1 2017-06-06 20:12:51 +02:00
suites Initialize RSA context in RSA test suite before first potentially failing operation 2017-09-08 09:13:38 +01:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Remove need for elevated command line in Windows 2017-02-20 21:47:29 +00:00
compat.sh Fix bug in backport from SHA-1 blacklisting 2017-06-06 19:35:34 +02:00
Descriptions.txt
Makefile Cosmetics in Makefiles 2015-07-08 22:12:06 +01:00
ssl-opt.sh Remove the check in ssl-opt.sh for MAX_INTERMEDIATE_CA 2017-07-28 13:02:33 +01:00