- efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 10 months ago
- e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 7 months ago
- bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
- a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 5 months ago
- 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 5 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 5 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, 7 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
- 2e73649 Add pake psa crypto driver wrappers implementation by Przemek Stekiel · 2 years, 8 months ago
- 7da8c56 Add PSA PAKE wrappers by Neil Armstrong · 3 years, 2 months ago
- 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
- 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- cfb441d Fix spacing and formatting 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
- 8a05a64 Remove psa_driver_get_tag_len() and use PSA_ALG_AEAD_GET_TAG_LENGTH macro instead by Przemek Stekiel · 2 years, 10 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 7 months ago
- 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
- b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
- 68eb2ac Deleted psa_crypto_driver_wrappers.c by Archana · 3 years, 9 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
- 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 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, 10 months ago
- 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
- 449608b Code style improvements by Archana · 3 years, 11 months ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
- a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
- b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
- 302ff6b Implement multipart AEAD PSA interface by Paul Elliott · 4 years, 3 months ago
- 6504aa6 First pass addition of driver wrappers by Paul Elliott · 4 years, 3 months ago
- 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
- d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 4 months ago
- 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 5 months ago
- de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
- 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
- 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
- a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
- dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
- 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 4 years, 5 months ago
- 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 4 years, 8 months ago
- 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
- 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 4 years, 8 months ago
- 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
- 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
- 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 8 months ago
- b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
- 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
- fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
- 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
- 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
- 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
- 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
- cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago