1. dd365a5 test_suite_bignum: Updated `mpi_mod_setup()` test by Minos Galanakis · 2 years, 10 months ago
  2. 9603dad Merge pull request #6230 from tom-cosgrove-arm/issue-6223-core-add by Gilles Peskine · 2 years, 9 months ago
  3. c9176a0 Merge pull request #6410 from gilles-peskine-arm/psa-pkparse-pkwrite-3.2 by Ronald Cron · 2 years, 9 months ago
  4. d4d080b Merge pull request #6407 from minosgalanakis/minos/6017_add_montgomery_constant_squared by Gilles Peskine · 2 years, 9 months ago
  5. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  6. 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  7. 93003d8 Split out testing of core_add and core_add_if per Janos' request by Tom Cosgrove · 2 years, 10 months ago
  8. 37ca3a9 Moved tests from test_suite_bignum to test_suite_bignum_core by Minos Galanakis · 2 years, 10 months ago
  9. eee0d6c Extend the unit tests for mbedtls_mpi_core_add_if() to also test mbedtls_mpi_core_add() by Tom Cosgrove · 2 years, 10 months ago
  10. a081c51 Renamed mpi_core_get_mont_R2_unsafe_neg -> mpi_core_get_mont_r2_unsafe_neg by Minos Galanakis · 2 years, 10 months ago
  11. ae4fb67 mbedtls_mpi_core_get_mont_R2_unsafe: Removed NULL input checking by Minos Galanakis · 2 years, 10 months ago
  12. e1913a8 test_suite_bignum: Updated test cases for mbedtls_mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  13. b9243ef test_suite_bignum: Fixed whitespace issues by Minos Galanakis · 2 years, 10 months ago
  14. 4f43f61 Renamed mbedtls_mpi_get_montgomery_constant_unsafe to mpi_core_get_mont_R2_unsafe by Minos Galanakis · 2 years, 10 months ago
  15. 1a1b175 test_suite_bignum: Added tests for `mpi_get_montgomery_constant_unsafe()` by Minos Galanakis · 2 years, 10 months ago
  16. 383b0bb Merge pull request #6461 from tom-cosgrove-arm/fix-mbedtls_mpi_mod_modulus_init-calls-in-tests by Gilles Peskine · 2 years, 10 months ago
  17. e5a715e Merge pull request #6449 from gilles-peskine-arm/bignum-core-shift_r by Gilles Peskine · 2 years, 10 months ago
  18. af8ea3f Merge pull request #6468 from gilles-peskine-arm/bignum-test-suite-names by Gilles Peskine · 2 years, 10 months ago
  19. 2012361 Merge pull request #6448 from ronald-cron-arm/tls13-kex-build-options by Ronald Cron · 2 years, 10 months ago
  20. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  21. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  22. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  23. ba970be Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  24. a020d53 Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  25. ce22066 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  26. ed05279 Comment fix by Andrzej Kurek · 2 years, 10 months ago
  27. d066c79 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  28. 8f26c8a Fix a typo in test_suite_cipher by Andrzej Kurek · 2 years, 10 months ago
  29. 81cd7ab tests: ssl: Add missing dependency on MBEDTLS_X509_CRT_PARSE_C by Ronald Cron · 2 years, 10 months ago
  30. f64cc03 tests: ssl: Add missing dependencies on certificate based handshake by Ronald Cron · 2 years, 10 months ago
  31. 457fb7a tests: ssl: Fix ciphersuite identifier by Ronald Cron · 2 years, 10 months ago
  32. 0e7e471 Merge pull request #6447 from mprse/driver-only-hash-gap by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  33. 45c6792 Merge pull request #6385 from AndrzejKurek/depends-py-reloaded by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  34. be17655 mbedtls_mpi_mod_modulus_init() must be called before any 'goto exit' in tests by Tom Cosgrove · 2 years, 10 months ago
  35. 560805d Fix mbedtls_mpi_core_add_if test aliasing by Janos Follath · 2 years, 10 months ago
  36. b0ee577 Bignum core: test shift_r by Gilles Peskine · 2 years, 11 months ago
  37. ba516f7 mpi_core_add_if test: Remove dependency on old API by Janos Follath · 2 years, 10 months ago
  38. e153a71 mpi_core_add_if: simplify tests by Janos Follath · 2 years, 10 months ago
  39. 2bb9c8a Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  40. 01dd548 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  41. f1c24f0 Add missing include by Werner Lewis · 2 years, 10 months ago
  42. bd3ddaf Move tests added in #6289 by Werner Lewis · 2 years, 10 months ago
  43. 6baf12b Move legacy mod functions back to test_suite_mpi by Werner Lewis · 2 years, 10 months ago
  44. ffe4478 Move mpi_core_bitlen tests to bignum_core files by Werner Lewis · 2 years, 10 months ago
  45. 0c6ea12 Move bignum_mod tests into separate files by Werner Lewis · 2 years, 10 months ago
  46. c9b6a0a Move bignum_mod_raw tests into separate files by Werner Lewis · 2 years, 10 months ago
  47. c6004a2 Move bignum_core tests into separate files by Werner Lewis · 2 years, 10 months ago
  48. db29963 Merge pull request #6289 from gabor-mezei-arm/6237_Add_conditional_assign_and_swap_for_bignum by Gilles Peskine · 2 years, 10 months ago
  49. b50754a Switch from x509_CRT_PARSE to KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  50. a2a9688 Fix the memory allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  51. 658442f Remove unnecessary ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  52. e5a5cc1 Remove the dependency of tls1_3 key evolution tests on curve25519 by Andrzej Kurek · 2 years, 10 months ago
  53. daf43fb Move the location of MBEDTLS_ECP_C dependencies by Andrzej Kurek · 2 years, 10 months ago
  54. 2d637c4 Fix unchecked allocation in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  55. e64bd43 Add missing ECP and ECDH dependencies in ssl test suites by Andrzej Kurek · 2 years, 10 months ago
  56. 8e44139 Add missing CURVE25519 requirements to TLS 1.3 tests by Andrzej Kurek · 2 years, 10 months ago
  57. 84f30f2 Add missing SHA256 dependency by Andrzej Kurek · 2 years, 10 months ago
  58. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  59. 90e8204 Add missing SHA256 and ECDSA_C dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 10 months ago
  60. 0abebeb Refactor ssl test suite to use pointers more by Andrzej Kurek · 2 years, 10 months ago
  61. f502bcb Fix missing AES dependencies by Andrzej Kurek · 2 years, 10 months ago
  62. e40b921 Fix missing padding dependencies by Andrzej Kurek · 2 years, 10 months ago
  63. 252283f Fix missing cipher mode dependencies by Andrzej Kurek · 2 years, 10 months ago
  64. 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  65. deef905 Update is_builtin_calling_md() for PKCS#1 v2.1 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  66. 98b91d4 RSA PKCS#1 v1.5 no longer depends on MD by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  67. 4dceede Fix overly replacement in the documentation by Gabor Mezei · 2 years, 10 months ago
  68. 98b1af4 test_suite_debug: adapt dependenies so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  69. 3cd6758 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  70. d0e3d45 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  71. 47da7bf Merge pull request #6434 from gilles-peskine-arm/lmots_import_export_test-memory_leak by Gilles Peskine · 2 years, 10 months ago
  72. 0c74e08 Fix condition by Gabor Mezei · 2 years, 10 months ago
  73. 503d09b Fix memory leak if unit test fails by Gilles Peskine · 2 years, 10 months ago
  74. 6c6f04b Merge pull request #6419 from mpg/fix-assert-alloc-usage by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  75. 8874cd5 Merge pull request #4826 from RcColes/development by Gilles Peskine · 2 years, 10 months ago
  76. ffb4aa0 Rename variables to have unambiguous names by Gabor Mezei · 2 years, 10 months ago
  77. 8bcd7cc Use count instead of bytes in ASSERT_ALLOC argument by Gabor Mezei · 2 years, 10 months ago
  78. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  79. 47b8de8 Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  80. 31c2dcb Fix file names in reproduction instructions in test data by Gilles Peskine · 2 years, 10 months ago
  81. 2875aa7 Fix instructions and test data for pyhsslms interop tests by Gilles Peskine · 2 years, 10 months ago
  82. 8bccc99 Don't mention error type in LMS test comments by Raef Coles · 2 years, 10 months ago
  83. 6d7d94a Use correct export length in LMS export tests by Raef Coles · 2 years, 10 months ago
  84. aa9d52b Rename LMS private key files to match library name by Raef Coles · 2 years, 10 months ago
  85. f8bfe27 Remove bad character from LMS test case by Raef Coles · 2 years, 10 months ago
  86. d543697 Fix minor type in LMS test description by Raef Coles · 2 years, 10 months ago
  87. a2514f6 Update pyhsslms test instructions with script by Raef Coles · 2 years, 10 months ago
  88. ce18e52 Rename LMS private key files by Raef Coles · 2 years, 10 months ago
  89. e4d96b8 Update LMS and LMOTS test comments by Raef Coles · 2 years, 10 months ago
  90. 493724e Check correct output size in LMOTS export test by Raef Coles · 2 years, 10 months ago
  91. ed0e459 Add output length test for LMS export too-big test by Raef Coles · 2 years, 10 months ago
  92. 33f7d66 Add output check to export too-big buffer tests by Raef Coles · 2 years, 10 months ago
  93. 1d88ea8 Remove unneeded NULL pointer checks in LMS tests by Raef Coles · 2 years, 10 months ago
  94. a216711 Remove `sudo pip3` in LM(OT)S tests instructions by Raef Coles · 2 years, 10 months ago
  95. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  96. 6b2c573 And export buffer too large test to LMS and LMOTS by Raef Coles · 2 years, 10 months ago
  97. 534f66f Fix assert arguments in LMS and LMOTS export tests by Raef Coles · 2 years, 10 months ago
  98. d1c2a80 Remove duplicated assert from LMOTS tests by Raef Coles · 2 years, 10 months ago
  99. 20d2e06 Add cleanup frees in LMS and LMOTS tests by Raef Coles · 2 years, 10 months ago
  100. 781f7be Properly mark LMOTS leak test as failed by Raef Coles · 2 years, 10 months ago