mbedtls/tests
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
..
data_files Add tests for mbedtls_set_hs_ca_chain() 2015-06-22 17:30:18 +02:00
scripts Fix issue with MemSan and entropy 2015-06-22 18:25:41 +02:00
suites Add tests for snprintf 2015-06-22 14:42:04 +02:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Remove tests for xxx_hmac() 2015-03-25 21:37:15 +01:00
compat.sh Fix default of openssl s_server 2015-06-22 14:40:55 +02:00
Descriptions.txt
Makefile Merge branch 'mbedtls-1.3' into development 2015-04-02 12:44:00 +01:00
ssl-opt.sh Add tests for mbedtls_set_hs_ca_chain() 2015-06-22 17:30:18 +02:00