- 3bb89dc Fix failures in psa_cryto_driver_wrappers suite by Pengyu Lv · 1 year, 8 months ago
- 053b788 Ensure drivers have threading enabled if required by Paul Elliott · 1 year, 5 months ago
- 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
- 4f34b15 test_driver_key_management: keep mbedtls_test_opaque_wrap_key() private by Valerio Setti · 1 year, 7 months ago
- 1161b44 crypto_config_test_driver_extension: support accelaration of DH groups by Valerio Setti · 1 year, 7 months ago
- 66a827f test_driver_key_management: make opaque [un]wrapping functions public by Valerio Setti · 1 year, 7 months ago
- 302a487 test_driver_key_management: rename counter for export_public_key() hits by Valerio Setti · 1 year, 8 months ago
- 829ce0f test_driver_cipher: add forced return status for encrypt and set_iv by Valerio Setti · 1 year, 8 months ago
- 7ef35a9 test_suite_psa_crypto_driver_wrappers: add counter for failing psa_cipher_update() by Valerio Setti · 1 year, 8 months ago
- 45337a8 test_suite_psa_crypto_driver_wrappers: add counter for cipher_update() by Valerio Setti · 1 year, 9 months ago
- 6ef82ae test_suite_psa_crypto_driver_wrappers: improving driver access counters by Valerio Setti · 1 year, 9 months ago
- a765eaa test_driver_extension: fix acceleration support for CCM and CCM* by Valerio Setti · 1 year, 9 months ago
- b901538 test_driver_extension: use same def/undef pattern for all accelerated symbols by Valerio Setti · 1 year, 9 months ago
- e9f50bf Merge pull request #8443 from valeriosetti/issue8274 by Gilles Peskine · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 05c25cb test_driver_extension: manage curves' acceleration the same as other PSA_WANT symbols by Valerio Setti · 1 year, 9 months ago
- 221d8aa libtestdriver1: fix acceleration for ALG_STREAM_CIPHER/ALG_ECB_NO_PADDING by Valerio Setti · 1 year, 10 months ago
- af5003a CMAC: accelerate CMAC in accel_cipher by Yanray Wang · 1 year, 10 months ago
- cc21ad4 Add SHA-3 support to libtestdriver1 by Manuel Pégourié-Gonnard · 1 year, 11 months ago
- 44243e1 Remove obsolete header inclusions by Gilles Peskine · 2 years, 3 months ago
- 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
- ecbc9c7 test_driver_extension: manage public and private keys the same way by Valerio Setti · 2 years, 2 months ago
- 92214c7 crypto_config_test_driver_extension: remove leftover comment by Valerio Setti · 2 years, 2 months ago
- b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
- 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
- 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
- c49163e Adapt test driver configuration for FFDH by Przemek Stekiel · 2 years, 3 months ago
- 2488afc Add FFDH alg to test driver extensions by Przemek Stekiel · 2 years, 3 months ago
- 66300d6 Force SHA-256 for entropy in libtestdriver1 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- d8fb0af crypto_config_test_driver_extension: small reshape of guard symbols by Valerio Setti · 2 years, 5 months ago
- 6097616 libtestdriver: add EC support when only ECJPAKE is accelarated by Valerio Setti · 2 years, 5 months ago
- 4aa9940 Fix configuration for accelerated jpake by Przemek Stekiel · 2 years, 5 months ago
- 083745e Fix code style by Przemek Stekiel · 2 years, 5 months ago
- d59d2a4 Optimize pake tests by Przemek Stekiel · 2 years, 5 months ago
- 51a677b Remove support for pake opaque driver by Przemek Stekiel · 2 years, 6 months ago
- 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 6 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
- b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
- e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 8 months ago
- 95629ab Add forced status for pake setup by Przemek Stekiel · 2 years, 8 months ago
- 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
- 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
- 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
- 6a9785f Add pake.h to test driver header by Przemek Stekiel · 2 years, 9 months ago
- d3da040 Add test driver impl for pake by Przemek Stekiel · 2 years, 9 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- c963bb1 test: remove SHA224 from default test driver config by Valerio Setti · 2 years, 7 months ago
- 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
- 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
- d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
- 34c0946 Merge pull request #5396 from SiliconLabs/codegen_1.1 by Gilles Peskine · 2 years, 9 months ago
- 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
- cfb441d Fix spacing and formatting by Aditya Deshpande · 2 years, 10 months ago
- 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
- 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
- c1ceae4 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
- b549776 Merge branch 'Mbed-TLS:development' into codegen_1.1 by asfand-silabs · 2 years, 11 months ago
- e829cd6 Driver Wrapper CodeGen Rev 1.1 by Archana · 3 years, 7 months ago
- 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
- d9e1287 crypto_config_test_driver_extension.h add HKDF_EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- f8614a0 asymmetric_encryption.h: trim trailing spaces by Przemek Stekiel · 3 years, 5 months ago
- 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
- 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
- ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
- 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
- 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
- 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
- dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
- 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
- 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 27d4771 tests: psa: Remove MD2, MD4 and ARC4 related code by Ronald Cron · 3 years, 8 months ago
- fd25ddb psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
- 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
- 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
- 72b25da tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
- 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
- 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
- 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- 9a37ff6 tests: psa: aead: Fix operation type in entry point prototypes by Ronald Cron · 3 years, 8 months ago
- 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
- 449608b Code style improvements by Archana · 4 years ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago
- b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
- 7f0a180 Fix missed drivers header by Paul Elliott · 4 years, 3 months ago
- a218ceb Merge upstream test driver changes locally by Paul Elliott · 4 years, 3 months ago
- 4bbe82b Add transparent driver tests for M-AEAD by Paul Elliott · 4 years, 3 months ago
- 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
- ae3ec52 Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
- c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
- ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
- 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
- 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
- fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
- a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago