1. 94bf033 Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  2. 3ec7f57 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
  3. ceb9990 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  4. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  5. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  6. 9c74224 HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  7. 55e120b mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  8. b9cfe58 DRBG documentation: Relate f_entropy arguments to the entropy module by Gilles Peskine · 6 years ago
  9. d891730 HMAC_DRBG documentation improvements by Gilles Peskine · 6 years ago
  10. eb99c10 CTR_DRBG: explain the security strength and the entropy input length by Gilles Peskine · 6 years ago
  11. 8fd9156 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  12. 0559c66 Include configuration file to headers by Ron Eldor · 7 years ago
  13. 4d23757 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  14. df9b93e Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  15. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  16. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  17. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  18. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  19. 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  20. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  21. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  22. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  23. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/hmac_drbg.h]
  24. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  25. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  26. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  27. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  28. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  29. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  30. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  31. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  32. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  33. 9a6e93e Reserve -1 as an error code (used in programs) by Manuel Pégourié-Gonnard · 11 years ago
  34. b05db2a Save memory by not storing the HMAC key by Manuel Pégourié-Gonnard · 11 years ago
  35. cf38367 Fix HMAC_DRBG and RIPEMD160 error codes by Manuel Pégourié-Gonnard · 11 years ago
  36. f6a17d0 Fix some doc comments by Manuel Pégourié-Gonnard · 12 years ago
  37. 48bc3e8 Add hmac_drbg_{write,update}_seed_file() by Manuel Pégourié-Gonnard · 12 years ago
  38. 0520b60 Make options configurable for HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
  39. efc8d80 Use safer names for macros by Manuel Pégourié-Gonnard · 12 years ago
  40. 658dbed Add automatic periodic reseeding by Manuel Pégourié-Gonnard · 12 years ago
  41. af786ff Add hmac_drbg_set_prediction_resistance() by Manuel Pégourié-Gonnard · 12 years ago
  42. 8fc484d Add hmac_drbg_reseed() by Manuel Pégourié-Gonnard · 12 years ago
  43. 4e669c6 Add hmac_drbg_set_entropy_len() by Manuel Pégourié-Gonnard · 12 years ago
  44. fe34a5f Add entropy callbacks to HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
  45. 8208d16 Add hmac_random_with_add() by Manuel Pégourié-Gonnard · 12 years ago
  46. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago