1. 3543806 Merge pull request #7190 from yanrayw/6197_rsa_get_padding_hashID by Dave Rodgman · 2 years, 4 months ago
  2. d41684e rsa.c: rename getter function of hash_id by Yanray Wang · 2 years, 5 months ago
  3. b33ef74 Use MD_LIGHT, not sha1.h, in RSA selftest by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  4. 644b901 rsa.c: remove MBEDTLS_PRIVATE by Yanray Wang · 2 years, 5 months ago
  5. 83548b5 fix inappropriate description for function in RSA by Yanray Wang · 2 years, 5 months ago
  6. 12cb396 rsa.c: provide interface to get hash_id of RSA context by Yanray Wang · 2 years, 5 months ago
  7. a730df6 rsa.c: provide interface to get padding mode of RSA context by Yanray Wang · 2 years, 5 months ago
  8. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  9. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  10. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  11. 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 10 months ago
  12. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  13. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  14. 6a473b2 Remove NULL pointer validation in rsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  15. f98b57f Initialize status/ret to error value by Przemek Stekiel · 3 years ago
  16. 2aae040 make ret_from_status() global function and move it to has_info.[ch] by Przemek Stekiel · 3 years ago
  17. 712bb9c Use more suitable function for checking if hash is supported by Przemek Stekiel · 3 years ago
  18. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  19. faa3b4e Get rid of md_info outside helper functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  20. 35c09e4 Introduce compute_hash() function by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  21. f701acc Extract common code into hash_mprime() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  22. f3a6755 Simplify callers of mgf_mask() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  23. 259c213 Tune API of internal function mgf_mask in RSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  24. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years ago
  25. f493f2a Use md_internal_get_size() in rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  26. 3356b89 Add missing guard around call to MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  27. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 3 months ago
  28. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  29. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  30. c1e41bb rsa.c: remove redundant include of md.h by Przemek Stekiel · 3 years, 3 months ago
  31. 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  32. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 9 months ago
  33. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
  34. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
  35. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 10 months ago
  36. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years ago
  37. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  38. bef600f Move the constant-time part of mbedtls_rsa_rsaes_pkcs1_v15_decrypt to a function by gabor-mezei-arm · 3 years, 10 months ago
  39. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  40. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  41. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  42. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  43. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  44. 9fa43ce Rename function to have suitable name by gabor-mezei-arm · 3 years, 10 months ago
  45. 44f6390 Remove redundant hash len check by David Horstmann · 4 years, 1 month ago
  46. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  47. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  48. f035904 Check for mandatory RNG parameters in RSA private by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  49. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  50. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  51. 3a0375f Fail if a padding disabled by the build-time configuration is selected by Ronald Cron · 4 years, 2 months ago
  52. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  53. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  54. d58ed58 Restores erroneously removed checks by Thomas Daubney · 4 years, 2 months ago
  55. 41e4ce4 Removes RSA constants by Thomas Daubney · 4 years, 2 months ago
  56. cad59ed Removes mode param from rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 2 months ago
  57. 782a7f5 Removes mode param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 2 months ago
  58. 9e65f79 Removes f_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 2 months ago
  59. 578e9ab Removes p_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 2 months ago
  60. 5ee4cc0 Removes mode param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  61. 718a53d Removed f_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  62. 08f4c9c Removes p_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  63. 2e12625 Removes mode parameter from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 2 months ago
  64. 475053d Removes f_rng from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 2 months ago
  65. cbc088f Removes p_rng from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 2 months ago
  66. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  67. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  68. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  69. de9fdc4 Removes mode param from mbedtls_rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 2 months ago
  70. 5265498 Removes mode param from mbedtls_rsa_rsassa_pkcs1_v15_sign by Thomas Daubney · 4 years, 2 months ago
  71. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 2 months ago
  72. 141700f Removes mode param from mbedtls_rsa_rsaes_oaep_encrypt by Thomas Daubney · 4 years, 3 months ago
  73. 53e4ac6 Removes mode param from mbedtls_rsa_rsaes_pkcs1_v15_encrypt by Thomas Daubney · 4 years, 3 months ago
  74. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  75. 3473308 Remove mode param from mbedtls_rsa_rsaes_pkcs1_v15_decrypt by Thomas Daubney · 4 years, 3 months ago
  76. d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
  77. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  78. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  79. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  80. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  81. 713e4e7 Expand use of MBEDTLS_ERR_ADD to the rest of rsa.c by Chris Jones · 4 years, 7 months ago
  82. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  83. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  84. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  85. 66a4cd4 Rename rsa_internal.* to rsa_alt_helpers.* by Chris Jones · 4 years, 5 months ago
  86. 7b9f33c Move include/mbedtls/rsa_internal.h to library/rsa_internal.h by Chris Jones · 4 years, 5 months ago
  87. 5e40a7c Fix mutex leak in RSA by Gilles Peskine · 4 years, 6 months ago
  88. eb94059 Fix mutex double-free in RSA by Gilles Peskine · 4 years, 6 months ago
  89. 46bad33 Added more negative test cases for pkcs1_rsassa_pss_sign by Cédric Meuter · 4 years, 7 months ago
  90. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  91. 2ee0850 Restored check on salt length to the original by Cédric Meuter · 4 years, 7 months ago
  92. 668a78d Added sppecific test cases for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  93. a05cbec Added tests for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  94. f3fab33 Removed the mode argument from mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  95. 010ddc2 Integrated feedback of first code review by Cédric Meuter · 5 years ago
  96. 8aa4d75 Introduced mbedtls_rsa_rsassa_pss_sign_ext(..., saltlen, ...) by Cedric Meuter · 5 years ago
  97. ca8b8e7 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 10 months ago
  98. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  99. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  100. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago