1. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  2. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  3. 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  4. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  5. 8d60574 Merge pull request #6500 from yanrayw/split-TLS-connection-func-into-ssl_helpers by Gilles Peskine · 2 years, 5 months ago
  6. af727a2 ssl_helpers.c: improve code readability by Yanray Wang · 2 years, 5 months ago
  7. 3463435 ssl_helpers.c: fix review comments and improve code readability by Yanray Wang · 2 years, 6 months ago
  8. a8f445e Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
  9. e64b405 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  10. b458b8c Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago
  11. 1fca4de ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 6 months ago
  12. 4d07d1c Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 9 months ago
  13. e6afd91 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 9 months ago
  14. 47907a4 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  15. d51b1c5 Remove duplicate test macros by Dave Rodgman · 2 years, 5 months ago
  16. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  17. 30fc999 Merge pull request #7164 from oberon-microsystems/fix-test-exported-length-edwards by Gilles Peskine · 2 years, 5 months ago
  18. 6eb7311 Fix codestyle with uncrustify. by Stephan Koch · 2 years, 5 months ago
  19. 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
  20. d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 6 months ago
  21. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
  22. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  23. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  24. a48cf50 mbedtls_test_transparent_pake_abort: call driver/build-in impl even when status is forced by Przemek Stekiel · 2 years, 6 months ago
  25. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  26. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  27. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  28. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  29. 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
  30. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  31. 6d50173 Handle Edwards curves similar to Montgomery curves wrt key export length. by oberon-sk · 2 years, 6 months ago
  32. 16f02e0 test: adjust include after PK_CAN_ECDSA_SOME was moved by Valerio Setti · 2 years, 6 months ago
  33. d928aeb test_suite_ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  34. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  35. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  36. 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago
  37. 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
  38. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  39. 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
  40. 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  41. 8cc1470 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  42. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  43. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  44. 0b7e079 Forbid empty mpi_core in test data by Gilles Peskine · 2 years, 9 months ago
  45. 98061a7 Add default return case to mbedtls_test_transparent_key_agreement() by Aditya Deshpande · 2 years, 9 months ago
  46. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  47. 5567c66 Fix formatting and code comments by Aditya Deshpande · 2 years, 9 months ago
  48. 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
  49. 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
  50. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  51. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  52. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  53. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  54. 99a82dc Readability improvement by Gilles Peskine · 2 years, 10 months ago
  55. bd99a02 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  56. 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
  57. bdc7b8b Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  58. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  59. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  60. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  61. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  62. dc3f3bb Initilize variable by Gabor Mezei · 3 years, 1 month ago
  63. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  64. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  65. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  66. d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  67. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  68. b29d814 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
  69. 5eef11a Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
  70. f96e977 No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  71. aa3449d exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  72. d586b82 exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  73. 7acb198 Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  74. bbf452c exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  75. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  76. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  77. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  78. 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  79. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  80. dbd4882 test_driver_rsa.c: Fix comment by Przemyslaw Stekiel · 3 years, 6 months ago
  81. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  82. 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  83. 2ce7c9c test_driver_rsa.c: fix include file name by Przemyslaw Stekiel · 3 years, 7 months ago
  84. 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
  85. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  86. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  87. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  88. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  89. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  90. 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  91. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  92. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  93. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  94. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  95. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  96. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  97. 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  98. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  99. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  100. c7a40bc tests: psa: driver: cipher: Remove unnecessary check by Ronald Cron · 3 years, 8 months ago