1. db041cc Merge pull request #7665 from AndrzejKurek/optimize-error-translation-code-size by Tom Cosgrove · 2 years, 1 month ago
  2. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  3. ecbc9c7 test_driver_extension: manage public and private keys the same way by Valerio Setti · 2 years, 2 months ago
  4. 92214c7 crypto_config_test_driver_extension: remove leftover comment by Valerio Setti · 2 years, 2 months ago
  5. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  6. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  7. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  8. f1b659e Move an include by Andrzej Kurek · 2 years, 2 months ago
  9. b22b977 Move the ARRAY_LENGTH definition to common.h by Andrzej Kurek · 2 years, 2 months ago
  10. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  11. 0b68784 Merge pull request #7577 from mprse/ffdh_drivers by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  12. cc207bc Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  13. c49163e Adapt test driver configuration for FFDH by Przemek Stekiel · 2 years, 3 months ago
  14. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  15. 2488afc Add FFDH alg to test driver extensions by Przemek Stekiel · 2 years, 3 months ago
  16. 872948c Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
  17. b3c2eaf Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
  18. 02c52a0 Merge pull request #7287 from yanrayw/7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
  19. 43263c0 tests: ssl: Extend move to handshake state tests by Ronald Cron · 2 years, 5 months ago
  20. 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  21. 66300d6 Force SHA-256 for entropy in libtestdriver1 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  22. 161dca6 Fix typos & improve wording in comments by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  23. fa99afa PK: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  24. ffcda56 Make MD_PSA_INIT/DONE available to all suites by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  25. 0d957d3 Merge pull request #7275 from valeriosetti/issue7255 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  26. 9f132b7 Clarify real/dummy def of PSA_INIT/DONE by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. 7dc8b95 Fix failures in builds without PSA_CRYPTO_C by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  28. f56181a ssl_helpers.c: add mbedtls_test prefix for tweak_tls13_certificate* by Yanray Wang · 2 years, 5 months ago
  29. b088bfc ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  30. 5f86a42 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  31. 5e22a92 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  32. 25b766f ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
  33. d19894f ssl_helpers.c: unify code format between source file and header file by Yanray Wang · 2 years, 5 months ago
  34. 8d60574 Merge pull request #6500 from yanrayw/split-TLS-connection-func-into-ssl_helpers by Gilles Peskine · 2 years, 5 months ago
  35. d8fb0af crypto_config_test_driver_extension: small reshape of guard symbols by Valerio Setti · 2 years, 5 months ago
  36. af727a2 ssl_helpers.c: improve code readability by Yanray Wang · 2 years, 5 months ago
  37. 6097616 libtestdriver: add EC support when only ECJPAKE is accelarated by Valerio Setti · 2 years, 5 months ago
  38. 5ba709c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
  39. 09a6f7e Move TEST_AVAILABLE_ECC into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
  40. 1db628f Move ECJPAKE_TEST_SET_PASSWORD into ssl_helpers.h by Yanray Wang · 2 years, 6 months ago
  41. e64b405 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  42. 1fca4de ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 6 months ago
  43. 4d07d1c Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 9 months ago
  44. 55a6619 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
  45. 47907a4 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  46. d51b1c5 Remove duplicate test macros by Dave Rodgman · 2 years, 5 months ago
  47. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  48. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  49. 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
  50. df6e84a Test the PSA alternative header configuration macros by Gilles Peskine · 2 years, 5 months ago
  51. d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 6 months ago
  52. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
  53. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  54. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  55. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  56. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  57. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  58. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  59. 0c78180 mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer by Przemek Stekiel · 2 years, 8 months ago
  60. 061a016 Add ALG_TLS12_PRF, TLS12_PSK_TO_MS, LG_TLS12_ECJPAKE_TO_PMS support to test driver extensions by Przemek Stekiel · 2 years, 9 months ago
  61. 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
  62. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  63. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  64. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  65. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  66. c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
  67. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  68. 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago
  69. 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
  70. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  71. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  72. 0c67160 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  73. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  74. 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  75. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  76. 23875ce Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  77. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  78. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  79. 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
  80. 3f1606a Refactor call hierarchy for ECDH so that it goes through the driver wrapper in a similar fashion to ECDSA. by Aditya Deshpande · 2 years, 9 months ago
  81. 2c95a56 Remove KNOWN_MBEDTLS_SUPPORTED_HASH_ALG as it is now not used anywhere by Przemek Stekiel · 2 years, 10 months ago
  82. cfb441d Fix spacing and formatting by Aditya Deshpande · 2 years, 10 months ago
  83. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  84. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  85. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  86. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  87. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  88. c1ceae4 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  89. 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
  90. 571576f Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  91. 97483b0 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  92. b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
  93. e829cd6 Driver Wrapper CodeGen Rev 1.1 by Archana · 3 years, 8 months ago
  94. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  95. 53a18f2 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  96. 7a32072 Setup / deinitialize PSA in pk tests only if no MD is used by Andrzej Kurek · 3 years ago
  97. a57267c Add a possibility to call PSA_INIT without MBEDTLS_PSA_CRYPTO_C by Andrzej Kurek · 3 years ago
  98. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  99. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  100. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago