1. 4011eb4 Fix entropy-related feature macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  2. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  4. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  5. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  6. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  7. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  8. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  9. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  10. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  11. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  12. f305d92 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  13. da290f9 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  14. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  15. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  16. a15c713 ctr_drbg: Clarify reseed_counter values before seeding by Jaeden Amero · 6 years ago
  17. bd326f9 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  18. 6997166 CTR_DRBG: define a constant for the default entropy nonce length by Gilles Peskine · 6 years ago
  19. e9a3454 CTR_DRBG: grab a nonce from the entropy source if needed by Gilles Peskine · 6 years ago
  20. 9be5098 CTR_DRBG: add the possibility of grabbing entropy for a nonce by Gilles Peskine · 6 years ago
  21. c0ace35 mbedtls_ctr_drbg_context: minor documentation improvements by Gilles Peskine · 6 years ago
  22. 460988a fixup! CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  23. 50ed86b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  24. dddda81 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  25. d0c64c8 CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  26. 2884ba3 CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  27. 017778e CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  28. 217b815 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  29. 2d8f069 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  30. 10f16ac Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  31. ec51dd1 More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  32. 6fdf0b3 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  33. 223deea CTR_DRBG: Document the security strength and SP 800-90A compliance by Gilles Peskine · 6 years ago
  34. 944bc58 CTR_DRBG: Document the maximum size of some parameters by Gilles Peskine · 6 years ago
  35. 08875d4 CTR_DRBG documentation clarifications by Gilles Peskine · 6 years ago
  36. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  37. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  38. 43e4ff0 Make definitions easier to understand by Nir Sonnenschein · 7 years ago
  39. b7ebbca compile time warning of 128bit ctr_drbg keys and standardized warnings by Nir Sonnenschein · 7 years ago
  40. ce266e4 use single define for 128bit key for ctr_drbg and update test dependencies by Nir Sonnenschein · 7 years ago
  41. 954f987 change warning about 128bit keys to print by Nir Sonnenschein · 7 years ago
  42. eb73f7a fix trailing white spaces by Nir Sonnenschein · 7 years ago
  43. a4588d4 enable the use of variable size keys in ctr_drbg (was hard-coded 256bit before) by Nir Sonnenschein · 7 years ago
  44. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  45. 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
  46. f25eb6e Update ctr_drbg.h by Rose Zadik · 7 years ago
  47. c9474eb Update ctr_drbg.h by Rose Zadik · 7 years ago
  48. 2f8163d Improve CTR-DRBG documentation by Rose Zadik · 8 years ago
  49. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  50. 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 10 years ago
  51. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  52. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  53. 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  54. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  55. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  56. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ctr_drbg.h]
  57. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  58. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  59. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  60. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  61. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  62. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  63. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  64. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  65. 5cb4b31 Fix missing bound check by Manuel Pégourié-Gonnard · 11 years ago
  66. fff0366 Add ctr_drbg_free() by Paul Bakker · 11 years ago
  67. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  68. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  69. 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
  70. 766a5d0 Updated documentation for seed functions w.r.t. return values by Paul Bakker · 11 years ago
  71. 2ceda57 Ability to force the Entropy module to use SHA-256 as its basis by Paul Bakker · 11 years ago
  72. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  73. fb08fd2 Entropy collector and CTR-DRBG now also work on SHA-256 if SHA-512 not available by Paul Bakker · 12 years ago
  74. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  75. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  76. 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
  77. 5cb9db4 - Seed-size now matches required entropy for key + IV by Paul Bakker · 14 years ago
  78. fc754a9 - Addedd writing and updating of seedfiles as functions to CTR_DRBG by Paul Bakker · 14 years ago
  79. 1bc9efc - Fixed const correctness by Paul Bakker · 14 years ago
  80. 2bc7cf1 - Cleaned up and further documented CTR_DRBG code by Paul Bakker · 14 years ago
  81. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago