1. 889de8e Merge branch 'pr_1276' into mbedtls-2.1-proposed by Gilles Peskine · 7 years ago
  2. 31b37f6 Use free + init to reset accumulator in entropy module by Hanno Becker · 8 years ago
  3. 1cc67a0 Add missing calls to sha{256/512}_{init/free} in entropy module by Hanno Becker · 8 years ago
  4. 1854a0e Merge branch 'mbedtls-2.1' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  5. 336b7de Merge remote-tracking branch 'upstream-restricted/pr/386' into mbedtls-2.1-restricted by Gilles Peskine · 8 years ago
  6. 66580d2 Add internal macro ENTROPY_HAVE_STRONG indicating strong entropy by Hanno Becker · 8 years ago
  7. 6ad82d7 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  8. bab1edc Zeroize tmp buffer in entropy_update() by Andres Amaya Garcia · 8 years ago
  9. 81284ad Zeroize tmp bufs in entropy.c functions by Andres Amaya Garcia · 8 years ago
  10. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  11. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  12. fc2ccfe Fix missing comma with ENTROPY_HARDWARE_ALT 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. 3f77dfb Add MBEDTLS_ENTROPY_HARDWARE_ALT by Manuel Pégourié-Gonnard · 10 years ago
  15. bf82ff0 Fix entropy thresholds by Manuel Pégourié-Gonnard · 10 years ago
  16. 0574bb0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  17. 638fa0b Serious bug fix in entropy.c by ptahpeteh · 10 years ago
  18. e94bfe6 Improve entropy selftest: check default sources by Manuel Pégourié-Gonnard · 10 years ago
  19. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  20. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  21. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  22. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  23. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  24. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  25. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  26. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  27. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  28. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  29. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  30. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  31. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  32. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  33. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  34. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  35. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  36. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  37. ddd427a Fixed spacing in entropy_gather() by Paul Bakker · 11 years ago
  38. b13d3ff Provide no info from entropy_func() on future entropy by Paul Bakker · 11 years ago
  39. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  40. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 11 years ago
  41. f4e7dc5 entropy_func() threading support by Paul Bakker · 12 years ago
  42. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  43. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  44. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  45. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  46. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  47. 28c7e7f - Added HAVEGE as a default entropy source by Paul Bakker · 14 years ago
  48. bd4a9d0 - Changed entropy accumulator to have per-source thresholds by Paul Bakker · 14 years ago
  49. 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