1. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  2. 4c0174d psa: replace remaining ECC_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  3. 5dad705 psa_crypto_ecp: fix wrong comment in #endif by Valerio Setti · 2 years, 1 month ago
  4. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 1 month ago
  5. bfeaf5b library: replace ECC_KEY_PAIR_LEGACY with GENERATE by Valerio Setti · 2 years, 1 month ago
  6. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  7. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  8. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  9. 2c9843f Make mbedtls_sa_ecp_load_public_part return psa_status_t by Paul Elliott · 2 years, 6 months ago
  10. eefe472 Move loading of public part of ECP into function by Paul Elliott · 2 years, 6 months ago
  11. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  12. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  13. 5567c66 Fix formatting and code comments by Aditya Deshpande · 2 years, 9 months ago
  14. 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
  15. e9b5592 Remove useless platform macro redefinitions: automatic part by Gilles Peskine · 2 years, 11 months ago
  16. d82a9ed Rm now-duplicate helper function by Manuel Pégourié-Gonnard · 3 years ago
  17. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  18. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  19. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  20. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  21. 5f88e77 Move mbedtls_md_info_from_psa into the mbedtls hash driver by Steven Cooreman · 4 years, 5 months ago
  22. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
  23. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
  24. b5399a8 psa: Rework ECDSA sign/verify support in the transparent test driver by Ronald Cron · 4 years, 8 months ago
  25. 072722c psa: Move ECDSA sign/verify to PSA ECP specific file by Ronald Cron · 4 years, 8 months ago
  26. 9539126 psa: ecp: Improve pre-processor condition and its comment by Ronald Cron · 4 years, 6 months ago
  27. bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 4 years, 8 months ago
  28. 7023db5 Move ECP key generation code to the PSA ECP specific C file by Ronald Cron · 4 years, 8 months ago
  29. d88ccae Update the documentation of mbedtls_psa_ecp_load_representation by Gilles Peskine · 4 years, 6 months ago
  30. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  31. 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 4 years, 8 months ago
  32. d6ec303 psa: Move ECP key import to psa_crypto_ecp.c by Ronald Cron · 4 years, 8 months ago
  33. f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 months ago
  34. e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 4 years, 8 months ago
  35. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago