1. 275598d Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  2. 6e2cf25 Document mutex invariant for CTR_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. 4c575c0 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  7. b729e1b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  8. dff3682 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  9. 2abefef mbedtls_ctr_drbg_seed: correct maximum for len by Gilles Peskine · 6 years ago
  10. f0b3dcb CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  11. b9cfe58 DRBG documentation: Relate f_entropy arguments to the entropy module by Gilles Peskine · 6 years ago
  12. eb99c10 CTR_DRBG: explain the security strength and the entropy input length by Gilles Peskine · 6 years ago
  13. 25e1945 CTR_DRBG documentation improvements by Gilles Peskine · 6 years ago
  14. 0559c66 Include configuration file to headers by Ron Eldor · 7 years ago
  15. 9ce2972 CTR_DRBG: add mbedtls_ctr_drbg_update_ret by Gilles Peskine · 7 years ago
  16. df9b93e Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  17. 2f8163d Improve CTR-DRBG documentation by Rose Zadik · 8 years ago
  18. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  19. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  20. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  21. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  22. 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  23. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  24. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  25. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ctr_drbg.h]
  26. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  27. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  28. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  29. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  30. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  31. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  32. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  33. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  34. 5cb4b31 Fix missing bound check by Manuel Pégourié-Gonnard · 11 years ago
  35. fff0366 Add ctr_drbg_free() by Paul Bakker · 11 years ago
  36. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  37. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  38. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  39. 766a5d0 Updated documentation for seed functions w.r.t. return values by Paul Bakker · 11 years ago
  40. 2ceda57 Ability to force the Entropy module to use SHA-256 as its basis by Paul Bakker · 11 years ago
  41. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  42. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  43. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  44. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  45. 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
  46. 5cb9db4 - Seed-size now matches required entropy for key + IV by Paul Bakker · 14 years ago
  47. fc754a9 - Addedd writing and updating of seedfiles as functions to CTR_DRBG by Paul Bakker · 14 years ago
  48. 1bc9efc - Fixed const correctness by Paul Bakker · 14 years ago
  49. 2bc7cf1 - Cleaned up and further documented CTR_DRBG code by Paul Bakker · 14 years ago
  50. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago