1. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  2. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  3. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  4. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  5. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  6. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  7. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  8. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  9. ddd427a Fixed spacing in entropy_gather() by Paul Bakker · 11 years ago
  10. b13d3ff Provide no info from entropy_func() on future entropy by Paul Bakker · 11 years ago
  11. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  12. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 11 years ago
  13. f4e7dc5 entropy_func() threading support by Paul Bakker · 12 years ago
  14. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  15. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  16. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  17. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  18. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  19. 28c7e7f - Added HAVEGE as a default entropy source by Paul Bakker · 14 years ago
  20. bd4a9d0 - Changed entropy accumulator to have per-source thresholds by Paul Bakker · 14 years ago
  21. 6083fd2 - Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources by Paul Bakker · 14 years ago