mbedtls/programs
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
..
aes Fix warning on implicit casting in aescrypt.c (#584) 2016-08-30 14:25:24 +01:00
hash
pkey Adds stdlib.h header to dh_genprime sample app 2016-08-24 20:24:21 +03:00
random
ssl Remove redundant definitions of exit codes 2016-08-24 20:24:20 +03:00
test Add a new self test to entropy module 2016-08-30 16:50:48 +01:00
util
x509
.gitignore
CMakeLists.txt
Makefile
wince_main.c