1. b2bdb78 Adapt libtestdriver1 build by Ronald Cron · 1 year, 1 month ago
  2. 1451a76 Adapt libtestdriver1 build by Ronald Cron · 1 year, 2 months ago
  3. 4c81c34 Fix copy-pasta in top-of-file comment by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  4. ebdca79 Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
  5. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  6. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  7. 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
  8. 62b6f10 test_driver_asymmetric_encryption: implement opaque [en/de]cryption functions by Valerio Setti · 1 year, 7 months ago
  9. 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
  10. 1f67363 Merge pull request #8616 from lpy4105/issue/8553/test-driver-only-rsa by Manuel Pégourié-Gonnard · 1 year, 8 months ago gh-readonly-queue/development/pr-8616-001fb731311e7814c12f9f53e1ef61f341b64148
  11. f1cacad Correctly use asymmetric encrypt/decrypt driver by Pengyu Lv · 1 year, 8 months ago
  12. 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
  13. 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
  14. 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 8 months ago
  15. 45337a8 test_suite_psa_crypto_driver_wrappers: add counter for cipher_update() by Valerio Setti · 1 year, 9 months ago
  16. 6ef82ae test_suite_psa_crypto_driver_wrappers: improving driver access counters by Valerio Setti · 1 year, 9 months ago
  17. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  18. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  19. 33e1f42 Fix use of mbedtls_psa_safer_memcmp in test code by Dave Rodgman · 2 years ago
  20. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  21. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  22. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  23. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  24. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  25. 4c0174d psa: replace remaining ECC_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  26. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
  27. ff7f861 tests: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  28. 6ff271e pake: fixed warning for casting between different types by Valerio Setti · 2 years, 2 months ago
  29. 152bb46 Adapt function names by Przemek Stekiel · 2 years, 2 months ago
  30. 33c91eb Add driver support for DH import key and export public key by Przemek Stekiel · 2 years, 2 months ago
  31. c4019fa Fix peer vs our key missmatch in ffdh key agreement transparent driver by Przemek Stekiel · 2 years, 3 months ago
  32. bfba51d Add FFDH support for transparent drivers(generate, export public key) by Przemek Stekiel · 2 years, 3 months ago
  33. 1702d5a test driver: add support for FFDH key agreement by Przemek Stekiel · 2 years, 8 months ago
  34. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 7 months ago
  35. 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
  36. d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 5 months ago
  37. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
  38. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  39. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  40. a48cf50 mbedtls_test_transparent_pake_abort: call driver/build-in impl even when status is forced by Przemek Stekiel · 2 years, 6 months ago
  41. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  42. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  43. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  44. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  45. 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
  46. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  47. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  48. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  49. 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
  50. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  51. 98061a7 Add default return case to mbedtls_test_transparent_key_agreement() by Aditya Deshpande · 2 years, 9 months ago
  52. 5567c66 Fix formatting and code comments by Aditya Deshpande · 2 years, 9 months ago
  53. 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
  54. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  55. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  56. bd99a02 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  57. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  58. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  59. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  60. 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  61. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  62. dbd4882 test_driver_rsa.c: Fix comment by Przemyslaw Stekiel · 3 years, 6 months ago
  63. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  64. 2ce7c9c test_driver_rsa.c: fix include file name by Przemyslaw Stekiel · 3 years, 7 months ago
  65. 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
  66. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  67. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  68. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  69. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  70. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  71. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  72. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  73. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  74. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  75. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  76. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  77. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  78. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  79. c7a40bc tests: psa: driver: cipher: Remove unnecessary check by Ronald Cron · 3 years, 8 months ago
  80. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  81. e9a45fc test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  82. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  83. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  84. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  85. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  86. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  87. 449608b Code style improvements by Archana · 4 years ago
  88. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  89. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  90. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  91. 0a6a569 Add missing include to PSA test driver by Paul Elliott · 4 years ago
  92. 26f4aef Remove aead_verify call from test driver by Paul Elliott · 4 years ago
  93. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  94. fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago
  95. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  96. b4a0129 Add test/helpers include to test drivers. Remove config.h include. by Mateusz Starzyk · 4 years, 2 months ago
  97. f2b11a9 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to tests drivers by Mateusz Starzyk · 4 years, 3 months ago
  98. 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  99. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  100. a218ceb Merge upstream test driver changes locally by Paul Elliott · 4 years, 3 months ago