1. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  2. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  3. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years ago
  4. 76df8c1 psa: remove redundant GENPRIME when RSA_KEY_PAIR_GENERATE is defined by Valerio Setti · 2 years, 1 month ago
  5. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY 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. eb59204 Fix error status for PSA RSA-OAEP unknown hash by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  8. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  9. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  10. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  11. 733de59 psa_crypto_rsa: remove PK_WRITE_C in psa_rsa_export_key by Valerio Setti · 2 years, 5 months ago
  12. 73a2185 psa_crypto_rsa: add comment/explanation for residual PK_WRITE_C guard by Valerio Setti · 2 years, 5 months ago
  13. 4a5c9ee Remove redundant SIZE_MAX guards by Dave Rodgman · 2 years, 6 months ago
  14. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 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. 130fa4d Rm local helper now that a global one is available by Manuel Pégourié-Gonnard · 3 years ago
  18. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years ago
  19. 3f47789 Rm dependency on MD in psa_crypto_rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  20. 2ecfd57 psa_asymmetric_decrypt: move build-in impl to mbedtls_psa_asymmetric_decrypt by Przemyslaw Stekiel · 3 years, 8 months ago
  21. 234f318 psa_asymmetric_encrypt: move build-in impl to mbedtls_psa_asymmetric_encrypt by Przemyslaw Stekiel · 3 years, 8 months ago
  22. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  23. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  24. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  25. f6892de Readability improvements by Gilles Peskine · 3 years, 10 months ago
  26. b9b817e Fix PSA_ALG_RSA_PSS verification accepting an arbitrary salt length by Gilles Peskine · 3 years, 10 months ago
  27. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  28. c9d86a0 Merge pull request #4665 from yanesca/issue-3990-fix_psa_verify_with_alt by Gilles Peskine · 4 years, 1 month ago
  29. ab97e00 Improve psa_rsa_decode_md_type() by Janos Follath · 4 years, 1 month ago
  30. 0af093b PSA RSA PSS: pass pre-hash algorithm to Mbed TLS by Janos Follath · 4 years, 2 months ago
  31. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  32. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  33. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  34. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  35. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  36. 5ee4cc0 Removes mode param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  37. 718a53d Removed f_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  38. 08f4c9c Removes p_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  39. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  40. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  41. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  42. de9fdc4 Removes mode param from mbedtls_rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 2 months ago
  43. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 2 months ago
  44. 3b5e6f0 Fix some errors relating to header file renames by Dave Rodgman · 4 years, 4 months ago
  45. 5f88e77 Move mbedtls_md_info_from_psa into the mbedtls hash driver by Steven Cooreman · 4 years, 5 months ago
  46. d2fb854 psa: Add RSA sign/verify hash support to the transparent test driver by Ronald Cron · 4 years, 8 months ago
  47. 7bdbca3 psa: Move RSA sign/verify hash to the PSA RSA specific file by Ronald Cron · 4 years, 8 months ago
  48. 2365fde psa: rsa: Rename psa_read_rsa_exponent by Ronald Cron · 4 years, 6 months ago
  49. 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 4 years, 9 months ago
  50. 9e18fc1 Move RSA key generation code to the PSA RSA specific C file by Ronald Cron · 4 years, 9 months ago
  51. 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 4 years, 8 months ago
  52. abf2aef psa: Move RSA key import to psa_crypto_rsa.c by Ronald Cron · 4 years, 8 months ago
  53. f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 months ago
  54. e5ca3d8 psa: Move RSA/ECP export code to RSA/ECP specific C file by Ronald Cron · 4 years, 8 months ago
  55. 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago