1. a7aa80c Include platform.h unconditionally: second automatic part by Gilles Peskine · 2 years, 11 months ago
  2. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  3. 9ac6b28 ctr_drbg: remove mbedtls_aes_init call from mbedtls_ctr_drbg_seed by kXuan · 3 years ago
  4. 11e9310 ctr_drbg: fix free uninitialized aes context by kXuan · 3 years ago
  5. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
  6. da0913b Call setbuf when reading or writing files: library by Gilles Peskine · 3 years, 1 month ago
  7. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
  8. a5cb0d2 Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  9. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  10. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  11. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  12. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  13. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  14. da290f9 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  15. f4b3429 Fix mutex leak in CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
  16. d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  17. 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
  18. df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago
  19. a0deec0 Extended test vectors to accomodate addition of nonce to test input array and updated results. by ENT\stroej1 · 4 years, 7 months ago
  20. 1446211 Update self-test vectors to include nonce and test it as part of reseeding. by ENT\stroej1 · 4 years, 7 months ago
  21. 4b91986 Fixed seed variable concatenation pointer. by ENT\stroej1 · 4 years, 7 months ago
  22. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  23. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  24. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  25. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  26. 180850a Merge pull request #291 from gilles-peskine-arm/ctr_drbg-test_aes_128 by Gilles Peskine · 6 years ago
  27. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  28. afaee1c Catch AES failure in mbedtls_ctr_drbg_random by Gilles Peskine · 6 years ago
  29. 02e79a4 MBEDTLS_CTR_DRBG_USE_128_BIT_KEY: add selftest data by Gilles Peskine · 6 years ago
  30. e9a3454 CTR_DRBG: grab a nonce from the entropy source if needed by Gilles Peskine · 6 years ago
  31. 0ed378a CTR_DRBG: explicitly set entropy_nonce_len=0 when desired by Gilles Peskine · 6 years ago
  32. 97f59ab CTR_DRBG: add the possibility of grabbing entropy for a nonce by Gilles Peskine · 6 years ago
  33. 9be5098 CTR_DRBG: add the possibility of grabbing entropy for a nonce by Gilles Peskine · 6 years ago
  34. dbd3f7c mbedtls_ctr_drbg_reseed: Minor readability improvement by Gilles Peskine · 6 years ago
  35. 379561f fixup! CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  36. 50ed86b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  37. 8bf5613 CTR_DRBG: Don't use functions before they're defined by Gilles Peskine · 6 years ago
  38. e6e2686 Merge remote-tracking branch 'origin/pr/2055' into development by Jaeden Amero · 7 years ago
  39. 8220466 Streamline mbedtls_xxx_drbg_update_seed_file by Gilles Peskine · 7 years ago
  40. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  41. d9aa84d CTR_DRBG: clean stack buffers by Gilles Peskine · 7 years ago
  42. a08651f Remove lines above 80 characters in library/ctr_drbg.c by Hanno Becker · 7 years ago
  43. ed7da59 ctr_drbg: add comments relating the code with the NIST specification by Gilles Peskine · 7 years ago
  44. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  45. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  46. 8d6d8c8 ctr_drbg: Typo fix in the file description comment. by Paul Sokolovsky · 7 years ago
  47. a03587b Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  48. 1b36499 Improve CTR_DRBG error handling and cleanup by Dvir Markovich · 8 years ago
  49. 4e2c07c Zeroize tmp buf in ctr_drbg_write_seed_file() by Andres Amaya Garcia · 8 years ago
  50. 13f41e1 Zeroize tmp bufs in ctr_drbg.c functions by Andres Amaya Garcia · 8 years ago
  51. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 9 years ago
  52. 71c7ac5 Corrects incorrectly named function in ctr_drbg.c comment by Simon Butcher · 9 years ago
  53. 295639b Fixes minor typos in comments in pk.h and ctr_drbg.c by Simon Butcher · 9 years ago
  54. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  55. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  56. ccc3026 Fix bug introduced when splitting init functions by Manuel Pégourié-Gonnard · 10 years ago
  57. 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
  58. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  59. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  60. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  61. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  62. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  63. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  64. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  65. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  66. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  67. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  68. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  69. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  70. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  71. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  72. 5cb4b31 Fix missing bound check by Manuel Pégourié-Gonnard · 11 years ago
  73. fff0366 Add ctr_drbg_free() by Paul Bakker · 11 years ago
  74. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  75. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  76. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  77. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  78. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  79. 4c284c9 Removed LCOV directives from code by Paul Bakker · 11 years ago
  80. 9592485 Fix some MSVC12 conversion warnings by Manuel Pégourié-Gonnard · 11 years ago
  81. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  82. 446ee66 Add LCOV_EXCLUDE_LINE on some IO errors by Manuel Pégourié-Gonnard · 12 years ago
  83. b3b205e Clean up details in ctr_drbg_selftest() by Manuel Pégourié-Gonnard · 12 years ago
  84. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  85. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  86. 18f0341 Typo in comments in ctr_drbg.c by Paul Bakker · 12 years ago
  87. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  88. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  89. c72d3f7 Possible resource leak on FILE* removed in CTR_DRBG by Paul Bakker · 12 years ago
  90. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  91. 369e14b - Small code rewrite by Paul Bakker · 13 years ago
  92. e88186d - Fixed selftest for CTR_DRBG by Paul Bakker · 14 years ago
  93. 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
  94. 18d3291 - Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work by Paul Bakker · 14 years ago
  95. fc754a9 - Addedd writing and updating of seedfiles as functions to CTR_DRBG by Paul Bakker · 14 years ago
  96. 1bc9efc - Fixed const correctness by Paul Bakker · 14 years ago
  97. 23fd5ea - Fixed a potential loop bug by Paul Bakker · 14 years ago
  98. 2bc7cf1 - Cleaned up and further documented CTR_DRBG code by Paul Bakker · 14 years ago
  99. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago