1. dbddb00 Ensure mbedtls_sha3_finish zeroizes the context by Dave Rodgman · 1 year, 11 months ago
  2. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  3. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years ago
  4. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
  5. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
  6. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years ago
  7. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  8. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  9. a8af4f4 Fix test dependency by Dave Rodgman · 2 years, 2 months ago
  10. 2468ad1 Add tests for invalid paramters by Dave Rodgman · 2 years, 2 months ago
  11. b3b220c Correct style. by Pol Henarejos · 2 years, 6 months ago
  12. 4e74733 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 6 months ago
  13. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  14. 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
  15. 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
  16. c9754c3 Merge branch 'Mbed-TLS:development' into sha3 by Pol Henarejos · 2 years, 10 months ago
  17. 61f1372 Remove unused variables from shax.function by Tuvshinzaya Erdenekhuu · 3 years ago
  18. ca6fde2 Enable invalid param test in sha512 by Tuvshinzaya Erdenekhuu · 3 years ago
  19. 1db192b Enable invalid param test in sha256 by Tuvshinzaya Erdenekhuu · 3 years ago
  20. 90f803c Add sha3 streaming and reuse tests. by Pol Henarejos · 3 years, 2 months ago
  21. 7dbd5d1 Add self tests (taken from #1549). by Pol Henarejos · 3 years, 2 months ago
  22. f645705 Add test vectors (from NIST) for SHA-3. by Pol Henarejos · 3 years, 3 months ago
  23. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  24. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  25. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  26. c6d94ab Fix remaining SHA384 dependencies and ifdef blocks. by Mateusz Starzyk · 4 years, 3 months ago
  27. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
  28. ac6ae35 tests: suites: Remove `hex` in name of variables of type data_t by Ronald Cron · 5 years ago
  29. 2dbba99 tests: Reformating due to hexcmp() renaming by Ronald Cron · 5 years ago
  30. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  31. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  32. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  33. d30ca13 Combine hex parameters in a struct by Azim Khan · 8 years ago
  34. f1aaec9 Intermediate hexify out change by Azim Khan · 8 years ago
  35. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  36. b71b630 Change test suites to use new MD API with ret code by Andres Amaya Garcia · 8 years ago
  37. 93012e8 Set selftest verbose flag to boost coverage by Andres AG · 9 years ago
  38. 41b9c2b Remove individual mdX_file() and shaX_file() by Manuel Pégourié-Gonnard · 10 years ago
  39. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  40. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  41. ce2f237 change test function includes to use one convention by Rich Evans · 10 years ago
  42. 2014016 Fix a few selftest typos by Manuel Pégourié-Gonnard · 12 years ago
  43. 387a211 Fix some dependencies in tests by Manuel Pégourié-Gonnard · 12 years ago
  44. 428b9ba Moved POLARSSL_FS_IO check to .function from .data by Paul Bakker · 12 years ago
  45. 68a4fce Added missing dependencies on functions and tests by Paul Bakker · 12 years ago
  46. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  47. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  48. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  49. 69998dd - Made code compliant with ISO99 (no-declaration-after-statement) by Paul Bakker · 16 years ago
  50. f3eedce - Added shax_file tests and data files - Added tests for shax self_test() by Paul Bakker · 16 years ago
  51. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago