mbedtls/tests
Andres AG b34e42e69e Add a new self test to entropy module
The self test is a quick way to check at startup whether the entropy
sources are functioning correctly. The self test only polls 8 bytes
from the default entropy source and performs the following checks:

- The bytes are not all 0x00 or 0xFF.
- The hardware does not return an error when polled.
- The entropy does not provide data in a patter. Only check pattern
  at byte, word and long word sizes.
2016-08-30 16:50:48 +01:00
..
data_files Merge branch 'iotssl-629-der-trailing-bytes' 2016-03-12 23:28:26 +00:00
scripts Removed running selftest program from basic-build-test.sh 2016-08-25 16:36:35 +01:00
suites Add a new self test to entropy module 2016-08-30 16:50:48 +01:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Add new timing test suite that runs the timing self test 2016-08-25 16:36:35 +01:00
compat.sh Update interop tests to default configuration 2016-03-09 19:32:11 +00:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile Remove stale Makefile lines for old test suite 2016-08-25 16:36:35 +01:00
ssl-opt.sh Adds check for valgrind to ssl-opt.sh (#488) 2016-05-23 14:29:33 +01:00