1. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  2. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  3. 66954e1 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  4. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  5. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  6. 7fb29b1 Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  7. 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
  8. c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
  9. d4a872e Rename internal MBEDTLS_ENTROPY_HAVE_STRONG to ENTROPY_HAVE_STRONG by Hanno Becker · 8 years ago
  10. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  11. 47deec4 Move flag indicating presence of strong entropy to test code by Hanno Becker · 8 years ago
  12. c6deafc Omit RSA key generation test if no strong entropy is present by Hanno Becker · 8 years ago
  13. b2b063f Add comment in entropy.c by Andres Amaya Garcia · 8 years ago
  14. 6512193 Zeroize tmp buffer in entropy_update() by Andres Amaya Garcia · 8 years ago
  15. af0b31d Correctly set buf size in entropy_update_nv_seed() by Andres Amaya Garcia · 8 years ago
  16. 95869c4 Do not start md accumulator in mbedtls_entropy_init by Andres Amaya Garcia · 8 years ago
  17. a7559cb Fix entropy module to work with hw accelerator by Andres Amaya Garcia · 8 years ago
  18. 207cea5 Change entropy to use new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  19. 1adcd95 Zeroize tmp bufs in entropy.c functions by Andres Amaya Garcia · 8 years ago
  20. 669c635 Fix unused variable warnings for null entropy config by Simon Butcher · 9 years ago
  21. a928e67 Documentation and entropy self test changes (#610) by Andres Amaya Garcia · 9 years ago
  22. e7723ec Make entropy bias self test poll multiple times by Andres AG · 9 years ago
  23. b34e42e Add a new self test to entropy module by Andres AG · 9 years ago
  24. 217efbc Allow compilation without MBEDTLS_SELF_TEST enabled by Paul Bakker · 9 years ago
  25. 1ceab6e Adds a check and warning for the null entropy option by Simon Butcher · 9 years ago
  26. 4157b60 Renames null entropy source function for clarity by Simon Butcher · 9 years ago
  27. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  28. fc9c7c8 Initial entropy run should be context specific by Paul Bakker · 9 years ago
  29. d5c9f6d Automatically update NV seed on initial entropy run by Paul Bakker · 9 years ago
  30. 9988d6b Introduce mbedtls_nv_seed_poll() entropy polling function by Paul Bakker · 9 years ago
  31. 53de784 Add entropy safety switch. by Janos Follath · 9 years ago
  32. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  33. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  34. fc2ccfe Fix missing comma with ENTROPY_HARDWARE_ALT by Manuel Pégourié-Gonnard · 10 years ago
  35. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 10 years ago
  36. 3f77dfb Add MBEDTLS_ENTROPY_HARDWARE_ALT by Manuel Pégourié-Gonnard · 10 years ago
  37. bf82ff0 Fix entropy thresholds by Manuel Pégourié-Gonnard · 10 years ago
  38. 0574bb0 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  39. 638fa0b Serious bug fix in entropy.c by ptahpeteh · 10 years ago
  40. e94bfe6 Improve entropy selftest: check default sources by Manuel Pégourié-Gonnard · 10 years ago
  41. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  42. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  43. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  44. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  45. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  46. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  47. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  48. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  49. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  50. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  51. 5b11d02 Fix dependencies and includes without FS_IO and PLATFORM_C by Paul Bakker · 11 years ago
  52. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  53. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  54. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  55. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  56. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  57. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  58. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  59. ddd427a Fixed spacing in entropy_gather() by Paul Bakker · 11 years ago
  60. b13d3ff Provide no info from entropy_func() on future entropy by Paul Bakker · 11 years ago
  61. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  62. 47703a0 More entropy functions made thread-safe (add_source, update_manual, gather) by Paul Bakker · 11 years ago
  63. f4e7dc5 entropy_func() threading support by Paul Bakker · 12 years ago
  64. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  65. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  66. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  67. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  68. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  69. 28c7e7f - Added HAVEGE as a default entropy source by Paul Bakker · 14 years ago
  70. bd4a9d0 - Changed entropy accumulator to have per-source thresholds by Paul Bakker · 14 years ago
  71. 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