mbedtls/tests/scripts
Manuel Pégourié-Gonnard bcf13bab5d Fix issue with MemSan and entropy
Due to the recent change about entropy sources strength, it is no longer
acceptable to just disable the platform source. So, instead "fix" it so that
it is clear to MemSan that memory is initialized.

I tried __attribute__((no_sanitize_memory)) and MemSan's blacklist file, but
couldn't seem to get them to work.
2015-06-22 18:25:41 +02:00
..
all.sh Fix issue with MemSan and entropy 2015-06-22 18:25:41 +02:00
check-doxy-blocks.pl Move test scripts to tests/scripts 2015-04-10 11:34:22 +02:00
check-generated-files.sh New test script for generated files 2015-02-13 14:53:53 +00:00
check-names.sh Catch a few more likely typos 2015-05-28 17:28:38 +02:00
curves.pl The Great Renaming 2015-04-08 13:25:31 +02:00
gen_ctr_drbg.pl - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator 2011-11-27 14:46:59 +00:00
gen_gcm_decrypt.pl Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
gen_gcm_encrypt.pl Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
gen_pkcs1_v21_sign_verify.pl The Great Renaming 2015-04-08 13:25:31 +02:00
generate_code.pl Merge branch 'mbedtls-1.3' into development 2015-04-17 20:39:50 +02:00
list-enum-consts.pl Add test script check-names.sh 2015-04-09 10:53:11 +02:00
list-identifiers.sh Add test script check-names.sh 2015-04-09 10:53:11 +02:00
list-macros.sh Add test script check-names.sh 2015-04-09 10:53:11 +02:00
list-symbols.sh Adapt error messages in tests/scripts/list-* 2015-04-09 10:15:10 +02:00
recursion.pl Move test scripts to tests/scripts 2015-04-10 11:34:22 +02:00
test-ref-configs.pl Remove small configuration based on RC4 2015-03-20 17:46:40 +00:00