1. cc21ad4 Add SHA-3 support to libtestdriver1 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  2. 44243e1 Remove obsolete header inclusions by Gilles Peskine · 2 years, 3 months ago
  3. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  4. ecbc9c7 test_driver_extension: manage public and private keys the same way by Valerio Setti · 2 years, 2 months ago
  5. 92214c7 crypto_config_test_driver_extension: remove leftover comment by Valerio Setti · 2 years, 2 months ago
  6. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  7. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  8. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  9. c49163e Adapt test driver configuration for FFDH by Przemek Stekiel · 2 years, 3 months ago
  10. 2488afc Add FFDH alg to test driver extensions by Przemek Stekiel · 2 years, 3 months ago
  11. 66300d6 Force SHA-256 for entropy in libtestdriver1 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  12. d8fb0af crypto_config_test_driver_extension: small reshape of guard symbols by Valerio Setti · 2 years, 5 months ago
  13. 6097616 libtestdriver: add EC support when only ECJPAKE is accelarated by Valerio Setti · 2 years, 5 months ago
  14. 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
  15. 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
  16. d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 5 months ago
  17. 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 5 months ago
  18. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
  19. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
  20. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  21. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
  22. 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
  23. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  24. 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
  25. 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
  26. 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
  27. d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
  28. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  29. c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
  30. 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
  31. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  32. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  33. 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
  34. 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
  35. cfb441d Fix spacing and formatting by Aditya Deshpande · 2 years, 10 months ago
  36. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  37. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  38. c1ceae4 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  39. b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
  40. e829cd6 Driver Wrapper CodeGen Rev 1.1 by Archana · 3 years, 7 months ago
  41. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  42. d9e1287 crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  43. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  44. f8614a0 asymmetric_encryption.h: trim trailing spaces by Przemek Stekiel · 3 years, 5 months ago
  45. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  46. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  47. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  48. 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  49. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  50. 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
  51. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  52. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  53. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  54. 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
  55. fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  56. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  57. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  58. 72b25da tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  59. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  60. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  61. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  62. 9a37ff6 tests: psa: aead: Fix operation type in entry point prototypes by Ronald Cron · 3 years, 8 months ago
  63. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  64. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  65. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  66. 449608b Code style improvements by Archana · 4 years ago
  67. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  68. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  69. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  70. fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago
  71. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  72. 7f0a180 Fix missed drivers header by Paul Elliott · 4 years, 3 months ago
  73. a218ceb Merge upstream test driver changes locally by Paul Elliott · 4 years, 3 months ago
  74. 4bbe82b Add transparent driver tests for M-AEAD by Paul Elliott · 4 years, 3 months ago
  75. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  76. ae3ec52 Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  77. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  78. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  79. 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  80. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  81. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  82. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  83. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  84. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 5 months ago
  85. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  86. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  87. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  88. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  89. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  90. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  91. 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
  92. 4993c13 tests: psa: Change test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  93. 84a3fa1 tests: psa: Change key management test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  94. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  95. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  96. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  97. c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
  98. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  99. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
  100. badd89f Added specific key size values for a test driver by John Durkop · 4 years, 10 months ago