1. bef1f63 Fix llvm error: variables may be used uninitialized by Sergey · 2 years, 5 months ago
  2. 228a30d Merge pull request #7120 from mpg/md-light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  3. 4693fd9 Merge pull request #7173 from daverodgman/zeroize-platform by Dave Rodgman · 2 years, 5 months ago
  4. 45cef61 Merge branch 'development' into md-light by Dave Rodgman · 2 years, 5 months ago
  5. 1f39a62 Merge pull request #7151 from gilles-peskine-arm/psa-headers-alt by Dave Rodgman · 2 years, 5 months ago
  6. e11c1ce Merge pull request #7200 from paul-elliott-arm/interruptible_sign_hash_fail_tests by Dave Rodgman · 2 years, 5 months ago
  7. 05b80a4 Merge pull request #6201 from gilles-peskine-arm/tls13_only-renegotiation by Dave Rodgman · 2 years, 5 months ago
  8. e965c3c Merge pull request #7197 from daverodgman/armclang-sha-warning by Dave Rodgman · 2 years, 5 months ago
  9. ddbc6ed Enable all keys for interruptible op fail tests by Paul Elliott · 2 years, 5 months ago
  10. 0fddf82 Add more detailed comment by Dave Rodgman · 2 years, 5 months ago
  11. 57897b8 Merge pull request #6493 from AndrzejKurek/pymod by Gilles Peskine · 2 years, 5 months ago
  12. 1c232a8 Enable -Werror for armclang by Dave Rodgman · 2 years, 5 months ago
  13. 2f386c5 Disable MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT for armclang by Dave Rodgman · 2 years, 5 months ago
  14. 136d25c Explicitly disable all DTLS options in tls13-only.h by Gilles Peskine · 3 years ago
  15. 7d3186d Disable MBEDTLS_SSL_RENEGOTIATION in tls13-only configuration by Gilles Peskine · 3 years ago
  16. f4385fa Merge pull request #7188 from paul-elliott-arm/interruptible_sign_hash_complete_after_start_fail by Dave Rodgman · 2 years, 5 months ago
  17. 42585f6 Merge pull request #7176 from paul-elliott-arm/interruptible_sign_hash_verify_test_improvements by Paul Elliott · 2 years, 5 months ago
  18. ebf2e38 Merge pull request #7177 from paul-elliott-arm/interruptible_sign_hash_improve_num_ops_testing by Paul Elliott · 2 years, 5 months ago
  19. de7c31e Improve comment wording by Paul Elliott · 2 years, 5 months ago
  20. 1eae115 Merge pull request #6949 from bensze01/replace_pkcs7_fuzzer_tests by Gilles Peskine · 2 years, 5 months ago
  21. 7c17308 Add num_ops tests to sign and verify interruptible hash by Paul Elliott · 2 years, 5 months ago
  22. 8359c14 Add hash corruption test to interruptible verify test by Paul Elliott · 2 years, 5 months ago
  23. c1e0400 Add test to check not calling get_num_ops() by Paul Elliott · 2 years, 5 months ago
  24. 9e8819f Move 'change max_ops' test into ops tests by Paul Elliott · 2 years, 5 months ago
  25. 5770224 Rename max ops tests to ops tests by Paul Elliott · 2 years, 5 months ago
  26. 7e677fa Merge pull request #6389 from gilles-peskine-arm/ecdsa-use-psa-without-pkwrite by Gilles Peskine · 2 years, 5 months ago
  27. b52b788 Merge pull request #6895 from yuhaoth/pr/add-aes-with-armv8-crypto-extension by Gilles Peskine · 2 years, 5 months ago
  28. 587e780 Test calling complete() after {sign|verify}_hash_start fails by Paul Elliott · 2 years, 5 months ago
  29. e461683 Merge pull request #7137 from lpy4105/issue/1785/ssl-test-script-fail by Gilles Peskine · 2 years, 5 months ago
  30. 17152df Merge pull request #7175 from paul-elliott-arm/interruptible_sign_hash_test_comments by Dave Rodgman · 2 years, 5 months ago
  31. ebb6342 Merge pull request #7124 from oberon-microsystems/fix-test-output-length-on-success-only by Gilles Peskine · 2 years, 5 months ago
  32. 35d674a Replace usage of echo -e in pkcs7 data Makefile by Bence Szépkúti · 2 years, 5 months ago
  33. ffb4dc3 Merge pull request #7183 from paul-elliott-arm/interruptible_sign_hash_test_max_ops_0 by Dave Rodgman · 2 years, 5 months ago
  34. 4a2fff6 Fix expected error code by Bence Szépkúti · 2 years, 5 months ago
  35. ac2251d Merge pull request #7076 from mprse/parse_RFC822_name by Paul Elliott · 2 years, 5 months ago
  36. cd7e8bc Change max_ops=min tests to use zero by Paul Elliott · 2 years, 5 months ago
  37. 5819d2c Feedback from Arm: guarantee that output_length <= output_size even on error, to reduce the risk that a missing error check by Stephan Koch · 2 years, 6 months ago
  38. 10c0f77 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
  39. c203350 Give edge case tests a better name by Paul Elliott · 2 years, 5 months ago
  40. c7f6882 Add comments to each test case to show intent by Paul Elliott · 2 years, 5 months ago
  41. 21dfce7 Add tests by Dave Rodgman · 2 years, 5 months ago
  42. 2489713 Replace fuzzer-generated PKCS7 regression tests by Bence Szépkúti · 2 years, 7 months ago
  43. 623c73b Remove config.py call on now-internal option by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  44. df6e84a Test the PSA alternative header configuration macros by Gilles Peskine · 2 years, 5 months ago
  45. 0d41521 Make MBEDTLS_MD_LIGHT private for now. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  46. 9e7bb2a Update some comments by Pengyu Lv · 2 years, 5 months ago
  47. 406b917 Merge pull request #7044 from minosgalanakis/bignum/6342_add_named_moduli_setup by Janos Follath · 2 years, 6 months ago
  48. 07d5085 Skip ECDH ciphersuites for O->m pair by Pengyu Lv · 2 years, 6 months ago
  49. a64c277 compat.sh: Skip all *ECDH_* ciphersuites by Pengyu Lv · 2 years, 6 months ago
  50. ffb92b0 Merge pull request #7105 from davidhorstmann-arm/fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
  51. 48c591c Fix warning with GCC 12 by Paul Elliott · 2 years, 6 months ago
  52. 250a5ac Merge pull request #7095 from paul-elliott-arm/interruptible_sign_hash_codestyle by Gilles Peskine · 2 years, 6 months ago
  53. a006f8c Adapt dependencies for parsing rfc822Name test by Przemek Stekiel · 2 years, 6 months ago
  54. e42cedf Merge pull request #7077 from daverodgman/pkcs7-fixes-dm-rebased by Dave Rodgman · 2 years, 6 months ago
  55. 5e780df Only use standard cipher name by Pengyu Lv · 2 years, 6 months ago
  56. a4fad2b Correct error code in test_suite_x509parse.data by David Horstmann · 2 years, 6 months ago
  57. 716163e Improve allocation bounds in testing by Dave Rodgman · 2 years, 6 months ago
  58. 5b5a0b6 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
  59. 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 6 months ago
  60. 608e3ef Add test for parsing SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  61. a30afe2 ecp_curves: Minor refactoring. by Minos Galanakis · 2 years, 6 months ago
  62. 36f7c0e test_suite_ecp: Added .data for `ecp_setup_test()` by Minos Galanakis · 2 years, 6 months ago
  63. 9a1d02d test_suite_ecp: Added test for `mbedtls_ecp_modulus_setup()` by Minos Galanakis · 2 years, 6 months ago
  64. ec718af Merge pull request #7051 from gabor-mezei-arm/6376_Secp521r1_fast_reduction by Janos Follath · 2 years, 6 months ago
  65. 9e04b5b Disable MD-light in accel_hash_use_psa by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  66. 718eb4f Merge pull request #7025 from AndrzejKurek/uri_san by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  67. 1c0e4c0 compat.sh: skip static ECDH cases if unsupported in openssl by Pengyu Lv · 2 years, 6 months ago
  68. f8e5b56 Fix get_num_ops internal code. by Paul Elliott · 2 years, 6 months ago
  69. b9b630d Define "light" subset of MD by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  70. ba2412f Remove internal function md_process() by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  71. d652dce Add failing test case (invalid signature) for zero-length data by Dave Rodgman · 2 years, 6 months ago
  72. c5874db Add test-case for signature over zero-length data by Dave Rodgman · 2 years, 6 months ago
  73. 0af1b53 Remove some abbrevations from test descriptions. by Paul Elliott · 2 years, 6 months ago
  74. 96b89b2 Add comment to indicate non-PSA spec assertion. by Paul Elliott · 2 years, 6 months ago
  75. f1743e2 Add verify call to max ops tests by Paul Elliott · 2 years, 6 months ago
  76. c86d45e Remove spurious incorrect comment by Paul Elliott · 2 years, 6 months ago
  77. efebad0 Run extra complete in failure tests regardless. by Paul Elliott · 2 years, 6 months ago
  78. 01885fa Fix include guards on auxiliary test function. by Paul Elliott · 2 years, 6 months ago
  79. a4cb909 Add max ops tests by Paul Elliott · 2 years, 6 months ago
  80. 76d671a Split state tests into two functions by Paul Elliott · 2 years, 6 months ago
  81. b830b35 Shorten test descriptions. by Paul Elliott · 2 years, 6 months ago
  82. 1243f93 Fix build fails with non ECDSA / restartable builds by Paul Elliott · 2 years, 6 months ago
  83. 6f60037 Move {min|max}_complete choice logic into function by Paul Elliott · 2 years, 6 months ago
  84. c977441 Ensure that operation is put into error state if error occurs by Paul Elliott · 2 years, 6 months ago
  85. f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
  86. 0e9d6bd Replace MBEDTLS_ECP_DP_SECP384R1_ENABLED by Paul Elliott · 2 years, 6 months ago
  87. 813f9cd Non ECDSA algorithms should return not supported by Paul Elliott · 2 years, 6 months ago
  88. ab7c5c8 Change incorrect define for MAX_OPS_UNLIMITED by Paul Elliott · 2 years, 6 months ago
  89. cb23311 Fix incorrect test dependencies part 2 by Paul Elliott · 2 years, 6 months ago
  90. c4e2be8 Fix incorrect test dependancies by Paul Elliott · 2 years, 6 months ago
  91. 62dfb95 Fix broken negative test by Paul Elliott · 2 years, 6 months ago
  92. 97ac7d9 Calculate min/max completes rather than passing in to test by Paul Elliott · 2 years, 7 months ago
  93. 334d726 Ensure ops are tested on successful 'fail' tests by Paul Elliott · 2 years, 7 months ago
  94. edfc883 Change test loops over to do...while by Paul Elliott · 2 years, 7 months ago
  95. 59ad945 Add {sign/verify}_hash_abort_internal by Paul Elliott · 2 years, 8 months ago
  96. 20a3606 Add State tests by Paul Elliott · 2 years, 8 months ago
  97. 0c68335 Convert tests to configurable max_ops by Paul Elliott · 2 years, 8 months ago
  98. 4cec2f6 Add interruptible to psa_op_fail tests by Paul Elliott · 2 years, 8 months ago
  99. 9100797 Negative tests by Paul Elliott · 2 years, 8 months ago
  100. 712d512 Basic tests by Paul Elliott · 2 years, 8 months ago