1. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  2. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  3. 005239e Merge remote-tracking branch 'upstream-public/pr/1294' into development by Jaeden Amero · 7 years ago
  4. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  5. 95869c4 Do not start md accumulator in mbedtls_entropy_init by Andres Amaya Garcia · 8 years ago
  6. a928e67 Documentation and entropy self test changes (#610) by Andres Amaya Garcia · 9 years ago
  7. e7723ec Make entropy bias self test poll multiple times by Andres AG · 9 years ago
  8. b34e42e Add a new self test to entropy module by Andres AG · 9 years ago
  9. 9602923 Initial entropy run should be context specific by Paul Bakker · 9 years ago
  10. 7da3071 Automatically update NV seed on initial entropy run by Paul Bakker · 9 years ago
  11. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  12. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  13. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 10 years ago
  14. bf82ff0 Fix entropy thresholds by Manuel Pégourié-Gonnard · 10 years ago
  15. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  16. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/entropy.h]
  17. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  18. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  19. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  20. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  21. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  22. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  23. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago
  24. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 10 years ago
  25. c7c56b2 Add more tests for the entropy module by Manuel Pégourié-Gonnard · 11 years ago
  26. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  27. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  28. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  29. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  30. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  31. e442111 Fix typo which broke ENTROPY_FORCE_SHA256 by Manuel Pégourié-Gonnard · 11 years ago
  32. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  33. 2ceda57 Ability to force the Entropy module to use SHA-256 as its basis by Paul Bakker · 11 years ago
  34. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 11 years ago
  35. a36d23e Fixed documentation issues found by clang by Paul Bakker · 12 years ago
  36. f4e7dc5 entropy_func() threading support by Paul Bakker · 12 years ago
  37. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  38. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  39. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  40. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  41. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  42. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  43. 28c7e7f - Added HAVEGE as a default entropy source by Paul Bakker · 14 years ago
  44. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  45. bd4a9d0 - Changed entropy accumulator to have per-source thresholds by Paul Bakker · 14 years ago
  46. 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