1. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 10 months ago
  2. 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
  3. bf4016e Merge pull request #6567 from mprse/ecjpake-driver-dispatch by Dave Rodgman · 2 years, 5 months ago
  4. a16ce9f Remove driver entry points for {get|set}_max_ops(). by Paul Elliott · 2 years, 5 months ago
  5. 6b64862 Documentation fixes and code adaptation by Przemek Stekiel · 2 years, 5 months ago
  6. 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 5 months ago
  7. b09c487 Combine core pake computation stage(step,sequence,state) into single driver step by Przemek Stekiel · 2 years, 7 months ago
  8. e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 7 months ago
  9. 51eac53 Divide pake operation into two phases collecting inputs and computation. by Przemek Stekiel · 2 years, 8 months ago
  10. 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
  11. 2e73649 Add pake psa crypto driver wrappers implementation by Przemek Stekiel · 2 years, 8 months ago
  12. 7da8c56 Add PSA PAKE wrappers by Neil Armstrong · 3 years, 2 months ago
  13. 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
  14. 2d24792 Initial empty driver wrapper implementation by Paul Elliott · 2 years, 8 months ago
  15. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  16. cfb441d Fix spacing and formatting by Aditya Deshpande · 2 years, 10 months ago
  17. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  18. 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
  19. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  20. f881601 Detect invalid tag lengths in psa_aead_setup by Andrzej Kurek · 3 years, 7 months ago
  21. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  22. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  23. 68eb2ac Deleted psa_crypto_driver_wrappers.c by Archana · 3 years, 9 months ago
  24. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  25. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  26. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  27. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  28. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  29. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  30. 449608b Code style improvements by Archana · 3 years, 11 months ago
  31. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  32. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  33. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  34. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  35. 302ff6b Implement multipart AEAD PSA interface by Paul Elliott · 4 years, 3 months ago
  36. 6504aa6 First pass addition of driver wrappers by Paul Elliott · 4 years, 3 months ago
  37. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  38. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 4 months ago
  39. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 5 months ago
  40. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  41. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  42. 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
  43. a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
  44. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  45. 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 4 years, 5 months ago
  46. 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 4 years, 8 months ago
  47. 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
  48. 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 4 years, 8 months ago
  49. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  50. 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
  51. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 8 months ago
  52. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  53. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  54. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  55. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  56. 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
  57. 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
  58. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  59. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago