1. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 4 years, 7 months ago
  2. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 4 years, 8 months ago
  3. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 4 years, 8 months ago
  4. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  5. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  6. 46c9b1f Fix test functions and data after moving hexify/unhexify out by Azim Khan · 8 years ago
  7. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  8. 99b257c Fix memory leak in test_suite_md.function by Andres AG · 8 years ago
  9. 5c57e02 Fix style issues in test_suite_md.function by Paul Bakker · 9 years ago
  10. 97c53c2 Add coverage testing of mbedtls_md_clone() (and wraps) by Paul Bakker · 9 years ago
  11. e35afa2 Update *_multi tests in test_suite_md to do more than 1 step by Paul Bakker · 9 years ago
  12. ac5361f Fix small issues in tests found by Coverity by Manuel Pégourié-Gonnard · 10 years ago
  13. bfffa90 Implement md_file in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  14. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  15. 19d644b Add more tests for MD utility functions by Manuel Pégourié-Gonnard · 10 years ago
  16. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  17. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  18. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  19. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  20. bd51b26 Add 'exit' label and variable initialization to relevant test suite functions by Paul Bakker · 11 years ago
  21. d2a2d61 Adapt programs / test suites by Paul Bakker · 11 years ago
  22. b25f816 Add test for bad arguments to MD functions by Manuel Pégourié-Gonnard · 11 years ago
  23. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  24. 94b916c Split assignment and assert check into seperate lines in tests by Paul Bakker · 11 years ago
  25. dd0aae9 Replaced strcpy() with strncpy() in tests suites by Paul Bakker · 11 years ago
  26. edb242f Minimally test md_process and associated wrappers by Manuel Pégourié-Gonnard · 11 years ago
  27. f301383 Tests for MD info functions by Manuel Pégourié-Gonnard · 11 years ago
  28. 59ba4e9 Test generic md_hmac_reset() by Manuel Pégourié-Gonnard · 11 years ago
  29. e4d47a6 Add RIPEMD-160 to the generic MD layer by Manuel Pégourié-Gonnard · 11 years ago
  30. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 11 years ago
  31. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 11 years ago
  32. dbd443d Adapted .function files and .data files to new test framework by Paul Bakker · 11 years ago
  33. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  34. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  35. 579923c - The config header file is now always included in all tests by Paul Bakker · 14 years ago
  36. 562535d - Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use. by Paul Bakker · 14 years ago
  37. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 14 years ago