1. 29fe76b Fix tests where tests were done prior to init by Paul Elliott · 10 months ago
  2. b1e33fb Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  3. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  4. bda577b Fix confusing comment in ctr drbg thread test by Paul Elliott · 1 year, 6 months ago
  5. ae73034 Add tests for mbedtls_ctr_increment_counter by Dave Rodgman · 1 year, 7 months ago
  6. 3dce232 Use new thread abstraction for ctr_drbg tests by Paul Elliott · 1 year, 8 months ago
  7. 22dbaf0 Add AES_PSA_INIT() to thread test case by Paul Elliott · 1 year, 8 months ago
  8. 445af3c Move test dependancies to function file by Paul Elliott · 1 year, 8 months ago
  9. 40f0ec2 Remove requirement for SHA512 from ctr_drbg test by Paul Elliott · 1 year, 8 months ago
  10. bb0e48f Make number of threads a test argument by Paul Elliott · 1 year, 8 months ago
  11. fed410f Increase entropy buffer sizes by Paul Elliott · 1 year, 8 months ago
  12. 6a997c9 Fix code style by Paul Elliott · 1 year, 8 months ago
  13. bda25dd Add re-seeding option to test by Paul Elliott · 1 year, 9 months ago
  14. 20b2efa Fix missing include by Paul Elliott · 1 year, 9 months ago
  15. 178bf3e Fix failing multi-threaded unit test by Janos Follath · 1 year, 10 months ago
  16. a16ee6b Add multi-threaded unit test by Janos Follath · 1 year, 10 months ago
  17. dc32ac2 test_suite_[ctr_drbg/random]: initialize/close PSA in tests by Valerio Setti · 1 year, 9 months ago
  18. 21e46b3 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
  19. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  20. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  21. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  22. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  23. 6c5bd7f tests: Reformating due to rnd_* renaming by Ronald Cron · 5 years ago
  24. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  25. 6997166 CTR_DRBG: define a constant for the default entropy nonce length by Gilles Peskine · 6 years ago
  26. e9a3454 CTR_DRBG: grab a nonce from the entropy source if needed by Gilles Peskine · 6 years ago
  27. 0ed378a CTR_DRBG: explicitly set entropy_nonce_len=0 when desired by Gilles Peskine · 6 years ago
  28. c949de0 Test mbedtls_ctr_drbg_set_nonce_len by Gilles Peskine · 6 years ago
  29. 58b56ce CTR_DRBG entropy usage: test the exact amount of consumed entropy by Gilles Peskine · 6 years ago
  30. 50ed86b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  31. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  32. acedc91 Fix build issue on clang by Nir Sonnenschein · 7 years ago
  33. 85fcb58 Refactor test code for CTR DRBG to clarify test functions by Nir Sonnenschein · 7 years ago
  34. 6275be3 Re-factor test functions and add support for data_t parameters by Nir Sonnenschein · 7 years ago
  35. 5ef5a9a ctr_drbg tests: unify validate functions by Gilles Peskine · 7 years ago
  36. 4c78665 ctr_drbg tests: new validation function that doesn't reseed by Gilles Peskine · 7 years ago
  37. ef0624f ctr_drbg tests: make input sizes flexible by Gilles Peskine · 7 years ago
  38. ed7da59 ctr_drbg: add comments relating the code with the NIST specification by Gilles Peskine · 7 years ago
  39. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  40. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  41. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  42. 67735d5 Fix name conflict and implicit use of functions from string.h by Mohammad Azim Khan · 8 years ago
  43. e278b36 Change mbedtls_entropy_func in tests to mbedtls_test_entropy_func by Reut Caspi · 8 years ago
  44. 6a54336 Fix integer overflows in buffer bound checks by Andres Amaya Garcia · 9 years ago
  45. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  46. 185ccf7 Add coverage for CTR-DRBG corner case function behaviours by Paul Bakker · 9 years ago
  47. 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
  48. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  49. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  50. ce2f237 change test function includes to use one convention by Rich Evans · 11 years ago
  51. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 11 years ago
  52. f5f25b3 Add test for ctr_drbg_update() input sanitizing by Manuel Pégourié-Gonnard · 11 years ago
  53. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  54. a317a98 Adapt programs / test suites by Paul Bakker · 11 years ago
  55. 7575daa Expand CTR_DRBG test coverage by Manuel Pégourié-Gonnard · 12 years ago
  56. b3b205e Clean up details in ctr_drbg_selftest() by Manuel Pégourié-Gonnard · 12 years ago
  57. 3ddfa66 Renamed test_offset to prevent clash with one in ctr_drbg.c by Paul Bakker · 12 years ago
  58. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  59. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  60. 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
  61. 18d3291 - Added internal ctr_drbg_init_entropy_len() to allow NIST determined entropy tests to work by Paul Bakker · 14 years ago
  62. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago