1. fff0366 Add ctr_drbg_free() by Paul Bakker · 11 years ago
  2. c7ea99a Add _init() and _free() for cipher modules by Paul Bakker · 11 years ago
  3. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  4. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  5. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  6. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  7. 4c284c9 Removed LCOV directives from code by Paul Bakker · 11 years ago
  8. 9592485 Fix some MSVC12 conversion warnings by Manuel Pégourié-Gonnard · 11 years ago
  9. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 12 years ago
  10. 446ee66 Add LCOV_EXCLUDE_LINE on some IO errors by Manuel Pégourié-Gonnard · 12 years ago
  11. b3b205e Clean up details in ctr_drbg_selftest() by Manuel Pégourié-Gonnard · 12 years ago
  12. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  13. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  14. 18f0341 Typo in comments in ctr_drbg.c by Paul Bakker · 12 years ago
  15. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  16. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  17. c72d3f7 Possible resource leak on FILE* removed in CTR_DRBG by Paul Bakker · 12 years ago
  18. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  19. 369e14b - Small code rewrite by Paul Bakker · 13 years ago
  20. e88186d - Fixed selftest for CTR_DRBG by Paul Bakker · 14 years ago
  21. 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
  22. 18d3291 - Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work by Paul Bakker · 14 years ago
  23. fc754a9 - Addedd writing and updating of seedfiles as functions to CTR_DRBG by Paul Bakker · 14 years ago
  24. 1bc9efc - Fixed const correctness by Paul Bakker · 14 years ago
  25. 23fd5ea - Fixed a potential loop bug by Paul Bakker · 14 years ago
  26. 2bc7cf1 - Cleaned up and further documented CTR_DRBG code by Paul Bakker · 14 years ago
  27. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago