1. 484a9e1 Remove `delay milliseconds` test by Jerry Yu · 2 years, 3 months ago
  2. e3d98fc Add pkwrite tests for X25519/X448 DER by Jethro Beekman · 2 years, 3 months ago
  3. abbba5e Add derive public test for X25519/X448 by Jethro Beekman · 2 years, 3 months ago
  4. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 4 months ago
  5. e4072c0 Merge pull request #7548 from jethrogb/jb/mbedtls_pem_write_buffer by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  6. b643283 Merge pull request #7490 from paul-elliott-arm/test_ecp_mod_p448 by Paul Elliott · 2 years, 3 months ago
  7. 2eff33c Merge pull request #6716 from gilles-peskine-arm/test-argument-types-union by Gilles Peskine · 2 years, 3 months ago
  8. 2593ec4 Use TEST_EQUAL instead of TEST_ASSERT by Jethro Beekman · 2 years, 3 months ago
  9. 3477a67 Fix cross-platform compilation issue by Jethro Beekman · 2 years, 3 months ago
  10. 746df88 mbedtls_pem_write_buffer: Correctly report needed buffer size for all possible line lengths and counts by Jethro Beekman · 2 years, 3 months ago
  11. f57273c Merge pull request #7496 from valeriosetti/issue7480 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  12. d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
  13. c70d9ea Merge pull request #7412 from silabs-Kusumit/PBKDF2_implementation by Gilles Peskine · 2 years, 3 months ago
  14. 9a855f2 test: check for exact length of returned pub key by Valerio Setti · 2 years, 3 months ago
  15. f545171 test: optimize code for pk_write_public_from_private() by Valerio Setti · 2 years, 3 months ago
  16. 84554e9 test: use better naming for the newly introduced test function by Valerio Setti · 2 years, 3 months ago
  17. d860a79 test: fix wrong private key file by Valerio Setti · 2 years, 3 months ago
  18. 1751341 test: add test function for public key derivation starting from private one by Valerio Setti · 2 years, 3 months ago
  19. f317df9 Merge pull request #7461 from valeriosetti/issue7460-part1 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  20. d60dfc0 Add test for parse_binary_string by Kusumit Ghoderao · 2 years, 3 months ago
  21. 14d6b11 Merge pull request #7419 from yuhaoth/test/random-time-test-fail by Gilles Peskine · 2 years, 3 months ago
  22. 7c0f91b test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
  23. 00a256f test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
  24. 0f2f996 change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  25. e93c90e Merge pull request #7433 from oberon-microsystems/fix-psa-aead-chacha20-test-dependency by Dave Rodgman · 2 years, 3 months ago
  26. b6ad682 Update tests/suites/test_suite_psa_crypto.function by Kusumit-Silabs · 2 years, 3 months ago
  27. af0225e change binary_string_parser for big-endian input by Kusumit Ghoderao · 2 years, 3 months ago
  28. c6fdf1b Add tests with INPUT_INTEGER as key_type_arg by Kusumit Ghoderao · 2 years, 3 months ago
  29. 12e0b4b Use key_type_arg for determining input method by Kusumit Ghoderao · 2 years, 3 months ago
  30. 16648be Add Curve 448 tests by Paul Elliott · 2 years, 3 months ago
  31. 5786133 Add test cases with a question mark by Gilles Peskine · 2 years, 3 months ago
  32. 9a75131 Fix wrong comment by Gilles Peskine · 2 years, 5 months ago
  33. 5472242 Explain the format argument expected by the test functions by Gilles Peskine · 2 years, 5 months ago
  34. fa83a7e Fix typos in test descriptions by Gilles Peskine · 2 years, 5 months ago
  35. 7768a8e Remove string hack for mbedtls_mpi_mod_int testing by Gilles Peskine · 2 years, 8 months ago
  36. 6f5082b Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
  37. 872948c Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  38. 4ea4ad0 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
  39. b3c2eaf Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  40. 5226eb5 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
  41. a994695 Exercise string parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
  42. 1a24895 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
  43. bc3db2e printf testing: exercise integer parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
  44. 1879326 Remove stdint.h substitute for older MSVC by Gilles Peskine · 2 years, 8 months ago
  45. 6c607e5 Remove declarations of the nonstandard function strcasecmp by Gilles Peskine · 2 years, 8 months ago
  46. 017f0b7 Stop supporting non-canonical case in mpi_write_string test data by Gilles Peskine · 2 years, 8 months ago
  47. 91a6183 Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test_cases by Janos Follath · 2 years, 3 months ago
  48. 10f4091 Merge pull request #7462 from daverodgman/clz_size_opt by Tom Cosgrove · 2 years, 3 months ago
  49. 4f30a6a Remove undesirable test by Dave Rodgman · 2 years, 3 months ago
  50. 2e863ec Remove unnecessary if to save 16 bytes by Dave Rodgman · 2 years, 3 months ago
  51. d14e04e Use ASSERT_COMPARE for comapring buffers by Przemek Stekiel · 2 years, 3 months ago
  52. 4dfed0a test_suite_ecp: Refactored `ecp_mod_p256k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  53. 9c2c81f ecp_curves: Renamed `ecp_mod_p256k1` -> `mbedtls_ecp_mod_p256k1` by Minos Galanakis · 2 years, 4 months ago
  54. d6751dc ecp_curves: Added unit-tests for `secp256k1` by Minos Galanakis · 2 years, 4 months ago
  55. 14bfdbf test: update guards also for pkwrite and pkparse by Valerio Setti · 2 years, 3 months ago
  56. 8bb93bb test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
  57. e50831c test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
  58. 32f2ac9 test: proper positioning of USE_PSA_INIT + added missing exit labels by valerio · 2 years, 4 months ago
  59. 285dae8 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
  60. 569c171 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
  61. b79f7db test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
  62. 0281d76 Merge pull request #7449 from valeriosetti/issue7446 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  63. bf974b9 test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
  64. 547b3a4 fix typos by Valerio Setti · 2 years, 3 months ago
  65. 7bacaf8 fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
  66. 935a987 Merge pull request #7436 from AndrzejKurek/x509-verify-san-ip by Gilles Peskine · 2 years, 4 months ago
  67. bbf8810 Document undefined case. Clarify test code. by Dave Rodgman · 2 years, 4 months ago
  68. 678e630 Remove test-case for all-zero by Dave Rodgman · 2 years, 4 months ago
  69. ad2091d fix grammar issues by Jerry Yu · 2 years, 4 months ago
  70. d54cb83 Fix tests by Dave Rodgman · 2 years, 4 months ago
  71. fe8a8cd Size/perf optimisation for mbedtls_mpi_core_clz by Dave Rodgman · 2 years, 4 months ago
  72. 7415539 Fix code style by Kusumit Ghoderao · 2 years, 4 months ago
  73. 3b27a7f Fix hex_string converter by Kusumit Ghoderao · 2 years, 4 months ago
  74. a14ae5a Fix input_integer testing by Kusumit Ghoderao · 2 years, 4 months ago
  75. d3c7d53 Improve comments about the time_delay test. by Jerry Yu · 2 years, 4 months ago
  76. 357b9e1 test_suite_ecp: Refactored `ecp_mod_p224k1` to alignt with `ecp_mod_p192k1` by Minos Galanakis · 2 years, 4 months ago
  77. e5dab97 ecp_curves: Added unit-tests for `secp224k1` by Minos Galanakis · 2 years, 4 months ago
  78. af04f63 Add an IPv4 mapped IPv6 test by Andrzej Kurek · 2 years, 4 months ago
  79. 3c3b94a Merge pull request #7424 from gabor-mezei-arm/7256_unit_tests_for_p192k1 by Janos Follath · 2 years, 4 months ago
  80. 2280895 test: properly check written PEM buffer len by Valerio Setti · 2 years, 4 months ago
  81. 232a006 test: fix extension in DER test files by Valerio Setti · 2 years, 4 months ago
  82. 15cac17 test: fix dependencies in DER and PEM tests by Valerio Setti · 2 years, 4 months ago
  83. c9cb532 test: specify input file type through enum by Valerio Setti · 2 years, 4 months ago
  84. ed9b9a7 Add warning to reserve the reason by Jerry Yu · 2 years, 4 months ago
  85. d1190a5 Update comments and remove delay seconds test by Jerry Yu · 2 years, 4 months ago
  86. 3401b30 test: use proper macros for checks by Valerio Setti · 2 years, 4 months ago
  87. 4852bb8 remove time delay tests by Jerry Yu · 2 years, 4 months ago
  88. 28567ab test: add DER file format for pkwrite tests by Valerio Setti · 2 years, 4 months ago
  89. c60bc5e test: add support for DER format in pkwrite tests by Valerio Setti · 2 years, 4 months ago
  90. 8959095 test: memory footprint optimization for pkwrite tests by Valerio Setti · 2 years, 4 months ago
  91. 4359bad Merge pull request #7331 from mprse/ec-jpake-fix2 by Paul Elliott · 2 years, 4 months ago
  92. 2f1e85f fix comments issues by Jerry Yu · 2 years, 4 months ago
  93. 6942cc3 Merge pull request #7410 from valeriosetti/issue7390 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  94. f33c7e3 Code style by Dave Rodgman · 2 years, 4 months ago
  95. 9145dc4 Ensure variables initialised by Dave Rodgman · 2 years, 4 months ago
  96. c07df36 More fixes for big-endian by Dave Rodgman · 2 years, 4 months ago
  97. fe05081 Introduce an additional test for IPV4 parsing by Andrzej Kurek · 2 years, 4 months ago
  98. e404612 Replace old macro in test_suite_x509parse by Andrzej Kurek · 2 years, 4 months ago
  99. b169671 Tidy-up by Dave Rodgman · 2 years, 4 months ago
  100. df2d5b1 Fix compile error by Dave Rodgman · 2 years, 4 months ago