1. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  2. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  3. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  4. 7a9899f Merge pull request #284 from gilles-peskine-arm/bk-warning-fixes-crypto by Gilles Peskine · 6 years ago
  5. 8f7921e HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  6. 006c1b5 Prefer initializing ret to error values by Gilles Peskine · 6 years ago
  7. 7edad28 Fixed possibly undefined variable warnings by initializing variables to 0. by Benjamin Kier · 6 years ago
  8. a823d4c HMAC DRBG: Split entropy-gathering requests to reduce request sizes by Hanno Becker · 6 years ago
  9. 8220466 Streamline mbedtls_xxx_drbg_update_seed_file by Gilles Peskine · 7 years ago
  10. b7f71c8 HMAC_DRBG: report all errors from HMAC functions by Gilles Peskine · 7 years ago
  11. e0e9c57 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  12. afa8037 HMAC_DRBG: clean stack buffers by Gilles Peskine · 7 years ago
  13. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  14. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  15. 3fee759 Zeroize tmp bufs in hmac_drbg.c functions by Andres Amaya Garcia · 8 years ago
  16. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  17. d1004f0 Fix printed output of some selftests by Manuel Pégourié-Gonnard · 10 years ago
  18. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  19. ccc3026 Fix bug introduced when splitting init functions by Manuel Pégourié-Gonnard · 10 years ago
  20. 0a4fb09 Make xxx_drbg_random() thread-safe 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. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  24. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  25. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  26. 9658391 Fix use of deprecated function in the library by Manuel Pégourié-Gonnard · 10 years ago
  27. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  28. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  29. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  30. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  31. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  32. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  33. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  34. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  35. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  36. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  37. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  38. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  39. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  40. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  41. 4c284c9 Removed LCOV directives from code by Paul Bakker · 11 years ago
  42. 9592485 Fix some MSVC12 conversion warnings by Manuel Pégourié-Gonnard · 11 years ago
  43. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  44. b05db2a Save memory by not storing the HMAC key by Manuel Pégourié-Gonnard · 11 years ago
  45. 446ee66 Add LCOV_EXCLUDE_LINE on some IO errors by Manuel Pégourié-Gonnard · 11 years ago
  46. 79afaa0 Add hmac_drbg_selftest() by Manuel Pégourié-Gonnard · 11 years ago
  47. 48bc3e8 Add hmac_drbg_{write,update}_seed_file() by Manuel Pégourié-Gonnard · 12 years ago
  48. efc8d80 Use safer names for macros by Manuel Pégourié-Gonnard · 12 years ago
  49. 6e897c2 Add more checks and references by Manuel Pégourié-Gonnard · 12 years ago
  50. d742a03 Use md_hmac_reset() when possible by Manuel Pégourié-Gonnard · 12 years ago
  51. 658dbed Add automatic periodic reseeding by Manuel Pégourié-Gonnard · 12 years ago
  52. af786ff Add hmac_drbg_set_prediction_resistance() by Manuel Pégourié-Gonnard · 12 years ago
  53. 8fc484d Add hmac_drbg_reseed() by Manuel Pégourié-Gonnard · 12 years ago
  54. 4e669c6 Add hmac_drbg_set_entropy_len() by Manuel Pégourié-Gonnard · 12 years ago
  55. fe34a5f Add entropy callbacks to HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
  56. 8208d16 Add hmac_random_with_add() by Manuel Pégourié-Gonnard · 12 years ago
  57. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago