mbedtls/tests
Manuel Pégourié-Gonnard 4fd0b256a8 Fix dual use of buffer in test
x509_get_name() does not make defensive copies of strings in its input (which
is OK as usually the caller will have made a copy already), so we shouldn't
reuse its input buffer as an output while "parsed" is still alive.
2015-06-26 14:15:48 +02:00
..
data_files Add parsing/printing for new X.509 keyUsage flags 2015-06-23 13:09:10 +02:00
scripts Cosmetics 2015-06-25 10:59:57 +02:00
suites Fix dual use of buffer in test 2015-06-26 14:15:48 +02:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
compat.sh Fix default of openssl s_server 2015-06-22 14:40:55 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Fix mistaken changes in Makefile's clean target 2015-06-25 14:19:25 +02:00
ssl-opt.sh Add tests for mbedtls_set_hs_ca_chain() 2015-06-22 17:30:18 +02:00