1. 21506fd Update documentation regarding metatest by Harry Ramsey · 6 months ago
  2. 1494a09 test_suite_ssl: require GCM or ChaChaPoly in handshake_serialization() by Valerio Setti · 6 months ago
  3. 592f682 test_suite_ssl: update description for conf_curve and conf_gruop tests by Valerio Setti · 7 months ago
  4. 8638603 test_suite_ssl: remove tests specific for DHE-RSA by Valerio Setti · 7 months ago
  5. b8ef2a4 test_suite_ssl: adapt handshake_fragmentation() to use ECDHE-RSA by Valerio Setti · 7 months ago
  6. 5b7bfd8 test_suite_ssl: adapt DHE-RSA tests to ECDHE-RSA by Valerio Setti · 7 months ago
  7. 7e1154c Merge pull request #9906 from mpg/rm-conf-curves by Manuel Pégourié-Gonnard · 6 months ago
  8. c4e768a Fix incorrect test function by Manuel Pégourié-Gonnard · 7 months ago
  9. 6487da1 tests: remove usage of mbedtls_x509write_crt_set_serial by Valerio Setti · 7 months ago
  10. 4c3134a Remove useless dependency from test function by Manuel Pégourié-Gonnard · 7 months ago
  11. 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 7 months ago
  12. bc7c523 Remove uses of secp244k1 by Gilles Peskine · 7 months ago
  13. ce3c2dd Merge pull request #9806 from ronald-cron-arm/finalize-split-preparation-1 by Ronald Cron · 8 months ago
  14. 6924564 Move back timing.c to mbedtls by Ronald Cron · 9 months ago
  15. 4f7f132 test-data: Adjusted check-feature test to seek `MBEDTLS_TIMING_C`. by Minos Galanakis · 9 months ago
  16. 4c58e89 Merge pull request #9613 from gilles-peskine-arm/remove-rsa-psk-key-exchange by Gilles Peskine · 9 months ago
  17. ae5353b Move new test suite to the tf-psa-crypto directory by Gilles Peskine · 9 months ago
  18. 7dfe7c9 Remove RSA-PSK test cases by Gilles Peskine · 11 months ago
  19. f121019 Don't use Unicode in .function file by Gilles Peskine · 9 months ago
  20. dc7d787 More explanation of what we do and do not test by Gilles Peskine · 9 months ago
  21. 091941e Basic statistical tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  22. 77587ce Unit tests for mbedtls_psa_ecp_generate_key() by Gilles Peskine · 9 months ago
  23. 8ed4d94 Merge pull request #9614 from gilles-peskine-arm/use_psa_crypto-always_on by Gilles Peskine · 9 months ago
  24. f8d13d8 Merge pull request #9721 from paul-elliott-arm/fix_new_coverity_issues by David Horstmann · 9 months ago
  25. 5f6e69d Merge pull request #9693 from Harry-Ramsey/split-revert-error-development by Ronald Cron · 9 months ago
  26. 9a209b8 Pair inits with declarations by Paul Elliott · 9 months ago
  27. 7c66860 Fix tests where tests were done prior to init by Paul Elliott · 10 months ago
  28. 8fd2117 Remove !MBEDTLS_USE_PSA_CRYPTO test cases that have a USE_PSA alternate by Gilles Peskine · 11 months ago
  29. b791a88 Fix test case dependency by Harry Ramsey · 10 months ago
  30. bd77a35 Move tests for error.c from tf-psa-crypto to Mbed TLS by Harry Ramsey · 10 months ago
  31. f5025e2 Merge remote-tracking branch 'development' into test-cases-not-executed-enforce-development by Gilles Peskine · 10 months ago
  32. ed6feae Use MBEDTLS_ERROR_ADD instead of explicit addition: simple cases by Gilles Peskine · 11 months ago
  33. e3c64c3 Fix typo in dependency by Gilles Peskine · 11 months ago
  34. f7e7acc Move version tests from tf-psa-crypto/test/suite to test/suites by Harry Ramsey · 10 months ago
  35. 7d5419b Move test_suite_constant_time_hmac back to mbedtls by Ronald Cron · 1 year ago
  36. b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
  37. 94c3065 Fix x509 parse syntax typo by Harry Ramsey · 11 months ago
  38. 2bb3f4d Move mbedtls_oid_from_numeric_string unit tests to test_suite_x509write by Sam Berry · 1 year, 1 month ago
  39. 4aee6a2 Move mbedtls_oid_get_numeric_string unit tests to test_suite_x509parse by Sam Berry · 1 year, 1 month ago
  40. b430eee Bring back some dependencies by Elena Uziunaite · 11 months ago
  41. 96867b6 Address review comments: remove dependencies by Elena Uziunaite · 11 months ago
  42. 8d8620b Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  43. bed21b5 Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
  44. 39c7d5d Replace MBEDTLS_PK_CAN_ECDSA_SIGN with PSA_HAVE_ALG_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  45. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
  46. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  47. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  48. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  49. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  50. da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
  51. b8457ff Merge pull request #9353 from eleuzi01/replace-ecp-have-secp384r1 by Gilles Peskine · 12 months ago
  52. 0858fdc Merge pull request #9189 from misch7/fix-v3.6-issues-9186-and-9188 by Gilles Peskine · 12 months ago
  53. f828f04 Fix Uncrustify errors in modified tests/suites to satisfy check_code_style test by Michael Schuster · 1 year, 2 months ago
  54. a3cc463 Use correct test case conditionals for helper functions in tests/suites by Michael Schuster · 1 year, 2 months ago
  55. bd89b79 Adjust spacing in tests/suites function sources by Michael Schuster · 1 year, 2 months ago
  56. 54300d4 Fix missing-prototype errors in tests/suites by Michael Schuster · 1 year, 2 months ago
  57. 6b4cd48 Replace MBEDTLS_ECP_HAVE_SECP384R1 with PSA_WANT_ECC_SECP_R1_384 by Elena Uziunaite · 1 year, 1 month ago
  58. e1171bd Merge pull request #9361 from eleuzi01/replace-key-aria by Gilles Peskine · 12 months ago
  59. 9e54a4f Merge pull request #9369 from eleuzi01/replace-ecc-keys by Gilles Peskine · 12 months ago
  60. 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
  61. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  62. c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
  63. be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 1 year ago
  64. 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 1 year ago
  65. 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
  66. 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
  67. 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING by Elena Uziunaite · 1 year, 1 month ago
  68. 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
  69. 417d05f Replace MBEDTLS_ECP_HAVE_SECP256R1 with PSA_WANT_ECC_SECP_R1_256 by Elena Uziunaite · 1 year, 1 month ago
  70. 701b88c Move crypto test suites by Ronald Cron · 1 year, 1 month ago
  71. e7fdfdb Merge pull request #9123 from eleuzi01/replace-mbedtls-md-can-md5 by Bence Szépkúti · 1 year, 1 month ago
  72. b449476 Merge pull request #9354 from eleuzi01/replace-ecp-have-secp512r1 by Paul Elliott · 1 year, 1 month ago
  73. df772da Merge pull request #9358 from eleuzi01/replace-curve by Paul Elliott · 1 year, 1 month ago
  74. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  75. 9a75ddd Merge pull request #9350 from eleuzi01/replace-ecp-have-secp224r1 by Gilles Peskine · 1 year, 1 month ago
  76. b8d1087 Replace MBEDTLS_ECP_HAVE_BP*R1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  77. 24e24f2 Replace MBEDTLS_ECP_HAVE_SECP521R1 with PSA_WANT_ECC_SECP_R1_521 by Elena Uziunaite · 1 year, 1 month ago
  78. eaa0cf0 Replace MBEDTLS_ECP_HAVE_SECP224R1 with PSA_WANT_ECC_SECP_R1_224 by Elena Uziunaite · 1 year, 1 month ago
  79. cb854d5 Merge pull request #9356 from eleuzi01/replace-ecp-have-secp-k1 by Gilles Peskine · 1 year, 1 month ago
  80. 9e85c9f Replace MBEDTLS_ECP_HAVE_SECP*K1 with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  81. a363286 Replace MBEDTLS_ECP_HAVE_SECP192R1 with PSA_WANT_ECC_SECP_R1_192 by Elena Uziunaite · 1 year, 1 month ago
  82. f974bff Merge pull request #9259 from tom-daubney-arm/remove_aes-like_alt_interface by Bence Szépkúti · 1 year, 1 month ago
  83. b4914cf Remove MBEDTLS_CCM_ALT by Thomas Daubney · 1 year, 2 months ago
  84. db0421c Replace MBEDTLS_MD_CAN_SHA3_384 with PSA_WANT_ALG_SHA3_384 by Elena Uziunaite · 1 year, 2 months ago
  85. 1e96705 Replace MBEDTLS_MD_CAN_SHA3_224 with PSA_WANT_ALG_SHA3_224 by Elena Uziunaite · 1 year, 2 months ago
  86. 0b5d48e Replace MBEDTLS_ECP_HAVE_CURVE* with PSA_WANT counterparts by Elena Uziunaite · 1 year, 1 month ago
  87. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  88. fe3ad99 Merge pull request #9249 from davidhorstmann-arm/move-test-data-files-to-framework by Ronald Cron · 1 year, 1 month ago gh-readonly-queue/development/pr-9249-1d256267b0182390f42085f6943ba540a41018e4
  89. 441b66c Correct redundant framework/../framework paths by David Horstmann · 1 year, 1 month ago
  90. dcf18dd Update paths pointing to tests/data_files by David Horstmann · 1 year, 2 months ago
  91. f47b66e Remove MBEDTLS_RSA_ALT by Thomas Daubney · 1 year, 2 months ago
  92. 2fbe012 Replace MBEDTLS_MD_CAN_SHA3_256 with PSA_WANT_ALG_SHA3_256 by Elena Uziunaite · 1 year, 2 months ago
  93. c971d80 Merge pull request #9315 from gilles-peskine-arm/psa_cipher_decrypt-ccm_star-iv_length_enforcement by Gilles Peskine · 1 year, 1 month ago
  94. cd90695 Merge pull request #9214 from eleuzi01/replace-mbedtls-md-can-sha3-512 by Ronald Cron · 1 year, 1 month ago
  95. e8cd45c Replace MBEDTLS_MD_CAN_SHA3_512 with PSA_WANT_ALG_SHA3_512 by Elena Uziunaite · 1 year, 2 months ago
  96. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  97. 97e0028 Merge pull request #9345 from valeriosetti/fix-coverity by Tom Cosgrove · 1 year, 1 month ago
  98. 45aa4d5 Merge pull request #9125 from eleuzi01/replace-mbedtls-md-can-ripemd160 by Ronald Cron · 1 year, 1 month ago
  99. 3a994b7 tests_suite_debug: fix psa initialization by Valerio Setti · 1 year, 1 month ago
  100. 4a17523 Merge pull request #9170 from eleuzi01/replace-mbedtls-md-can-sha224 by Gilles Peskine · 1 year, 1 month ago