1. 44f6390 Remove redundant hash len check by David Horstmann · 4 years, 1 month ago
  2. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  3. 6e3187b RSA: Use hashlen as the hash input size as documented by Gilles Peskine · 4 years, 1 month ago
  4. f035904 Check for mandatory RNG parameters in RSA private by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  5. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 1 month ago
  6. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  7. 3a0375f Fail if a padding disabled by the build-time configuration is selected by Ronald Cron · 4 years, 2 months ago
  8. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  9. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  10. d58ed58 Restores erroneously removed checks by Thomas Daubney · 4 years, 2 months ago
  11. 41e4ce4 Removes RSA constants by Thomas Daubney · 4 years, 2 months ago
  12. cad59ed Removes mode param from rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 2 months ago
  13. 782a7f5 Removes mode param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 2 months ago
  14. 9e65f79 Removes f_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 2 months ago
  15. 578e9ab Removes p_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 2 months ago
  16. 5ee4cc0 Removes mode param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  17. 718a53d Removed f_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  18. 08f4c9c Removes p_rng param from mbedtls_rsa_rsassa_pss_verify by Thomas Daubney · 4 years, 2 months ago
  19. 2e12625 Removes mode parameter from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 2 months ago
  20. 475053d Removes f_rng from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 2 months ago
  21. cbc088f Removes p_rng from mbedtls_rsa_rsassa_pkcs1_v15_verify by Thomas Daubney · 4 years, 2 months ago
  22. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  23. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  24. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
  25. de9fdc4 Removes mode param from mbedtls_rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 2 months ago
  26. 5265498 Removes mode param from mbedtls_rsa_rsassa_pkcs1_v15_sign by Thomas Daubney · 4 years, 2 months ago
  27. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 2 months ago
  28. 141700f Removes mode param from mbedtls_rsa_rsaes_oaep_encrypt by Thomas Daubney · 4 years, 3 months ago
  29. 53e4ac6 Removes mode param from mbedtls_rsa_rsaes_pkcs1_v15_encrypt by Thomas Daubney · 4 years, 3 months ago
  30. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  31. 3473308 Remove mode param from mbedtls_rsa_rsaes_pkcs1_v15_decrypt by Thomas Daubney · 4 years, 3 months ago
  32. d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
  33. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  34. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  35. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  36. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  37. 713e4e7 Expand use of MBEDTLS_ERR_ADD to the rest of rsa.c by Chris Jones · 4 years, 7 months ago
  38. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  39. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  40. 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
  41. 66a4cd4 Rename rsa_internal.* to rsa_alt_helpers.* by Chris Jones · 4 years, 5 months ago
  42. 7b9f33c Move include/mbedtls/rsa_internal.h to library/rsa_internal.h by Chris Jones · 4 years, 5 months ago
  43. 5e40a7c Fix mutex leak in RSA by Gilles Peskine · 4 years, 6 months ago
  44. eb94059 Fix mutex double-free in RSA by Gilles Peskine · 4 years, 6 months ago
  45. 46bad33 Added more negative test cases for pkcs1_rsassa_pss_sign by Cédric Meuter · 4 years, 7 months ago
  46. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  47. 2ee0850 Restored check on salt length to the original by Cédric Meuter · 4 years, 7 months ago
  48. 668a78d Added sppecific test cases for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  49. a05cbec Added tests for mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  50. f3fab33 Removed the mode argument from mbedtls_rsa_rsassa_pss_sign_ext() by Cédric Meuter · 5 years ago
  51. 010ddc2 Integrated feedback of first code review by Cédric Meuter · 5 years ago
  52. 8aa4d75 Introduced mbedtls_rsa_rsassa_pss_sign_ext(..., saltlen, ...) by Cedric Meuter · 5 years ago
  53. ca8b8e7 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 10 months ago
  54. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  55. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  56. c4af324 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 5 years ago
  57. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  58. 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
  59. 7868396 Clarify some comments by Manuel Pégourié-Gonnard · 5 years ago
  60. e288ec0 Fix memory leak on error path by Manuel Pégourié-Gonnard · 5 years ago
  61. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  62. 750d3c7 RSA: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
  63. b3e3d79 RSA: remove redundant GCD call in prepare_blinding() by Manuel Pégourié-Gonnard · 5 years ago
  64. 2e9eef4 Final review comments by Jack Lloyd · 6 years ago
  65. 8c2631b Address review comments by Jack Lloyd · 6 years ago
  66. 80cc811 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  67. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  68. 6f7703d rsa: Enable use of zero-length null output by Jaeden Amero · 6 years ago
  69. 004f87b RSA encryption: accept input=NULL if ilen=0 by Gilles Peskine · 7 years ago
  70. fb23673 Revert "Forbid passing NULL input buffers to RSA encryption routines" by Jaeden Amero · 6 years ago
  71. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  72. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  73. b8fc1b0 RSA: Use MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR by Janos Follath · 7 years ago
  74. 3725bb2 rsa: pss: Enable use of big hashes with small keys by Jaeden Amero · 7 years ago
  75. ff21572 rsa: pss: Use size_t when computing signatures by Jaeden Amero · 7 years ago
  76. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  77. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  78. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  79. c645bfe Generate RSA keys according to FIPS 186-4 by Jethro Beekman · 7 years ago
  80. 97f95c9 Avoid small private exponents during RSA key generation by Jethro Beekman · 7 years ago
  81. 15ad579 Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted by Gilles Peskine · 7 years ago
  82. 1ba8a3f Yet another dependency issue (PKCS1_V15) by Manuel Pégourié-Gonnard · 7 years ago
  83. a3389eb Merge branch 'development-restricted' into iotssl-1306-rsa-is-vulnerable-to-bellcore-glitch-attack by Hanno Becker · 7 years ago
  84. 66954e1 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  85. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  86. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  87. d40c22b Merge branch 'development' into development-restricted by Gilles Peskine · 8 years ago
  88. 87ae197 Add explicit uint truncation casts by Hanno Becker · 8 years ago
  89. 71b0060 Merge branch 'development' into iotssl-247 by Hanno Becker · 8 years ago
  90. 31f3f0b Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  91. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  92. f342cb7 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  93. 3a760a1 Add size check for RSA modulus to `mbedtls_rsa_complete` by Hanno Becker · 8 years ago
  94. 63073aa Don't require P,Q in rsa_private in case of non-blinded non-CRT by Hanno Becker · 8 years ago
  95. 91048a3 RSA PSS: remove redundant check; changelog by Gilles Peskine · 8 years ago
  96. b00b0da RSA PSS: fix first byte check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  97. 139108a RSA PSS: fix minimum length check for keys of size 8N+1 by Gilles Peskine · 8 years ago
  98. 6a54b02 RSA: Fix another buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  99. 28a0c72 RSA: Fix buffer overflow in PSS signature verification by Gilles Peskine · 8 years ago
  100. f8c028a Minor corrections by Hanno Becker · 8 years ago