1. 406b917 Merge pull request #7044 from minosgalanakis/bignum/6342_add_named_moduli_setup by Janos Follath · 2 years, 6 months ago
  2. ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  3. 48c591c Fix warning with GCC 12 by Paul Elliott · 2 years, 6 months ago
  4. 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
  5. e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
  6. a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  7. 716163e Improve allocation bounds in testing by Dave Rodgman · 2 years, 6 months ago
  8. 5b5a0b6 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  9. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  10. 36f7c0e test_suite_ecp: Added .data for `ecp_setup_test()` by Minos Galanakis · 2 years, 6 months ago
  11. 9a1d02d test_suite_ecp: Added test for `mbedtls_ecp_modulus_setup()` by Minos Galanakis · 2 years, 6 months ago
  12. ec718af Merge pull request #7051 from gabor-mezei-arm/6376_Secp521r1_fast_reduction by Janos Follath · 2 years, 6 months ago
  13. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  14. f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
  15. d652dce Add failing test case (invalid signature) for zero-length data by Dave Rodgman · 2 years, 6 months ago
  16. c5874db Add test-case for signature over zero-length data by Dave Rodgman · 2 years, 6 months ago
  17. 0af1b53 Remove some abbrevations from test descriptions. by Paul Elliott · 2 years, 6 months ago
  18. 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
  19. f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
  20. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  21. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  22. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  23. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  24. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  25. b830b35 Shorten test descriptions. by Paul Elliott · 2 years, 6 months ago
  26. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  27. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  28. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  29. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  30. 0e9d6bd Replace MBEDTLS_ECP_DP_SECP384R1_ENABLED by Paul Elliott · 2 years, 6 months ago
  31. 813f9cd Non ECDSA algorithms should return not supported by Paul Elliott · 2 years, 6 months ago
  32. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  33. cb23311 Fix incorrect test dependencies part 2 by Paul Elliott · 2 years, 6 months ago
  34. c4e2be8 Fix incorrect test dependancies by Paul Elliott · 2 years, 6 months ago
  35. 62dfb95 Fix broken negative test by Paul Elliott · 2 years, 6 months ago
  36. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 7 months ago
  37. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  38. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  39. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  40. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  41. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  42. 4cec2f6 Add interruptible to psa_op_fail tests by Paul Elliott · 2 years, 8 months ago
  43. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  44. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago
  45. 555b1f7 Add check for test by Gabor Mezei · 2 years, 6 months ago
  46. cf22870 Restrict input parameter size for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  47. b62ad5d Rename function to follow naming convention by Gabor Mezei · 2 years, 6 months ago
  48. d8f67b9 Add test generation for ecp_mod_p521_raw by Gabor Mezei · 2 years, 6 months ago
  49. e2a9f86 Merge pull request #6971 from gabor-mezei-arm/6026_Secp192r1_fast_reduction by Gilles Peskine · 2 years, 6 months ago
  50. 895eb7c Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
  51. f01de14 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
  52. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  53. 570a0f8 Move to DER certificates for new x509 tests by Andrzej Kurek · 2 years, 6 months ago
  54. 319a567 Merge pull request #7084 from daverodgman/sizemax-uintmax by Dave Rodgman · 2 years, 6 months ago
  55. 4077372 Fix SHA requirement for SAN URI tests by Andrzej Kurek · 2 years, 7 months ago
  56. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  57. 1b08d42 test: fix: replace CAN_ECDSA_SOME with CAN_ECDSA_SIGN+CAN_ECDSA_VERIFY when both are needed by Valerio Setti · 2 years, 6 months ago
  58. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  59. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  60. ed02bb1 test_suite_debug: replace ECDSA_C with new ECDSA macros by Valerio Setti · 2 years, 6 months ago
  61. 5dc6867 test: don't skip debug and ssl suites in test parity for driver only ECDSA by Valerio Setti · 2 years, 6 months ago
  62. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  63. 23d4b8b Add check for test by Gabor Mezei · 2 years, 6 months ago
  64. a9d82dd Keep the description in one place, just refer it by Gabor Mezei · 2 years, 6 months ago
  65. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  66. a119cb6 test: remove redundant ECDSA_C dependencies from test_suite_x509parse.data by Valerio Setti · 2 years, 6 months ago
  67. daa6595 Merge pull request #7046 from mpg/cleanup-md-tests by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  68. 1e4abae Merge pull request #7048 from KloolK/record-size-limit/extend-test-framework by Janos Follath · 2 years, 6 months ago
  69. 641288b Restore test guards by Dave Rodgman · 2 years, 6 months ago
  70. 91e8321 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  71. a476363 Restore more test guards by Dave Rodgman · 2 years, 6 months ago
  72. d26d744 Restore guards on a couple of tests by Dave Rodgman · 2 years, 6 months ago
  73. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  74. 25fd51f test: add missing include in test_suite_x509parse by Valerio Setti · 2 years, 6 months ago
  75. 3196ceb Merge pull request #7052 from yanrayw/7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
  76. b009559 Merge pull request #7049 from KloolK/typos by Gilles Peskine · 2 years, 6 months ago
  77. b8531c4 Merge pull request #6882 from AndrzejKurek/x509_san_parsing_testing-dev by Gilles Peskine · 2 years, 6 months ago
  78. a22749e Merge pull request #6816 from nick-child-ibm/pkcs7_coverage by Dave Rodgman · 2 years, 6 months ago
  79. 834e65d Merge pull request #6499 from xkqian/tls13_write_end_of_early_data by Ronald Cron · 2 years, 6 months ago
  80. 2189fda Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  81. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  82. 4f70b3c Fix pylint warning by Dave Rodgman · 2 years, 6 months ago
  83. c7c94df pkcs7/test: Format generate test script by Nick Child · 2 years, 6 months ago
  84. 00a6c6f test: fix for using proper sign/verify macros by Valerio Setti · 2 years, 6 months ago
  85. 40df835 all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa by Valerio Setti · 2 years, 6 months ago
  86. fcc6933 test: fix disparities in x509parse and x509write suites by Valerio Setti · 2 years, 6 months ago
  87. b9dc251 test: add SHA1 to the supported algs in accelerated ECDSA by Valerio Setti · 2 years, 6 months ago
  88. c8801b7 test: x509: remove disparities in driver only testing for ECDSA by Valerio Setti · 2 years, 6 months ago
  89. 9cb1aa2 Merge pull request #6970 from valeriosetti/issue6857 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  90. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  91. 3038297 compat.sh: simplify code of iterating on VERIFY for PSK tests by Yanray Wang · 2 years, 6 months ago
  92. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
  93. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  94. 94dd1dd Update test case to indicate parsing of end of early data by Xiaokang Qian · 2 years, 8 months ago
  95. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
  96. 3dafc6c pkcs7: Drop support for signature in contentInfo of signed data by Nick Child · 2 years, 6 months ago
  97. 7dcdc13 Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 tests by Andrzej Kurek · 2 years, 7 months ago
  98. 5d82c3b X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  99. db305ff X.509: Improve negative testing for SubjectAltName parsing by Hanno Becker · 6 years ago
  100. a0c806a Merge pull request #7003 from lpy4105/issue/do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago