1. 5f31697 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 11 months ago
  2. 82976f3 Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 11 months ago
  3. 9d72df8 Optimise public RSA operations by Janos Follath · 12 months ago
  4. e700d80 rsa: rsa_rsassa_pss_sign() to check MD alg both in parameters and RSA context by Valerio Setti · 1 year, 5 months ago
  5. a7f651c Merge pull request #8804 from valeriosetti/issue8799 by Manuel Pégourié-Gonnard · 1 year, 5 months ago gh-readonly-queue/development/pr-8804-9fb53a9e26d10cc9da555f1abeadeeec5ee33960
  6. 7e1596d rsa: remove leftovers from mbedtls_rsa_parse_[pub]key() by Valerio Setti · 1 year, 5 months ago
  7. 19f1adf New function mbedtls_rsa_get_bitlen() by Gilles Peskine · 1 year, 6 months ago
  8. 9de84bd rsa: reject buffers with data outside main SEQUENCE when parsing keys by Valerio Setti · 1 year, 6 months ago
  9. 7bf1e98 Merge pull request #8740 from valeriosetti/issue8647 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8740-c8de36220298f67254c253d274826d77f1022c34
  10. 447bbce rsa: remove unnecessary check in priv/pub key parsing by Valerio Setti · 1 year, 6 months ago
  11. fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
  12. 201e643 rsa: simplify mbedtls_rsa_parse_pubkey() input parameters by Valerio Setti · 1 year, 6 months ago
  13. 135ebde rsa: rename parse/write functions in order to follow the standard format by Valerio Setti · 1 year, 6 months ago
  14. 44ff950 rsa: set parse/write functions out of !RSA_ALT guard by Valerio Setti · 1 year, 6 months ago
  15. a5f36fc rsa: write documentation of new functions for parse/writing RSA priv/pub keys by Valerio Setti · 1 year, 6 months ago
  16. dccfd36 rsa: update return values of priv/pub parse/write functions by Valerio Setti · 1 year, 6 months ago
  17. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  18. b328c44 pk/rsa: move RSA parse/write private/public key functions to rsa module by Valerio Setti · 1 year, 6 months ago
  19. b4b8f3d RSA: improve readability by Janos Follath · 1 year, 7 months ago
  20. 47ee770 RSA: remove unneeded temporaries by Janos Follath · 1 year, 7 months ago
  21. e6750b2 RSA: document Montgomery trick in unblind by Janos Follath · 1 year, 7 months ago
  22. a62a554 Fix style by Janos Follath · 1 year, 8 months ago
  23. 100dcdd Make local function static by Janos Follath · 1 year, 8 months ago
  24. 6bcbc92 Extend blinding to RSA result check by Janos Follath · 1 year, 8 months ago
  25. d6b0965 Make RSA unblinding constant flow by Janos Follath · 1 year, 8 months ago
  26. 573dc23 rsa: introduce rsa_internal_rsassa_pss_sign_no_mode_check() by Tomi Fontanilles · 1 year, 8 months ago
  27. e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
  28. e3c0585 Header updates by Dave Rodgman · 1 year, 9 months ago
  29. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  30. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  31. d03f483 Use mbedtls_ct_error_if by Dave Rodgman · 1 year, 10 months ago
  32. 7ad37e4 Remove use of mbedtls_ct_int_if by Dave Rodgman · 1 year, 10 months ago
  33. 61f1bea Update library to use mbedtls_ct_int_if by Dave Rodgman · 1 year, 10 months ago
  34. 1a404e8 Use mbedtls_ct_error for CT error selection by Dave Rodgman · 1 year, 10 months ago
  35. c62f7fc Use more meaningful variable name in mbedtls_rsa_rsaes_oaep_decrypt by Dave Rodgman · 1 year, 10 months ago
  36. e94cd0b Correct use of mbedtls_ct_mpi_uint_if_else_0 by Dave Rodgman · 1 year, 10 months ago
  37. b4e6b41 Use const-time interface throughout mbedtls_rsa_rsaes_oaep_decrypt by Dave Rodgman · 1 year, 10 months ago
  38. 66d6ac9 Use mbedtls_ct_memcmp in mbedtls_rsa_rsaes_oaep_decrypt by Dave Rodgman · 1 year, 10 months ago
  39. 98ddc01 Rename ...if0 to ...else_0 by Dave Rodgman · 2 years ago
  40. b7825ce Rename uint->bool operators to reflect input types by Dave Rodgman · 2 years ago
  41. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  42. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  43. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  44. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years ago
  45. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  46. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  47. 01ed84a Add type casts in rsa.c by Agathiyan Bragadeesh · 2 years ago
  48. c216d94 Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years, 1 month ago
  49. 28f504e Use PSA-neutral function for availability check by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  50. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  51. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  52. 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  53. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  54. 2b4486a Rename mbedtls_ct_uint_if_new to mbedtls_ct_uint_if by Dave Rodgman · 2 years, 2 months ago
  55. 9f9c3b8 Use new CT interface in rsa.c by Dave Rodgman · 2 years, 2 months ago
  56. 19e8cd0 Move mbedtls_ct_rsaes_pkcs1_v15_unpadding into rsa.c by Dave Rodgman · 2 years, 3 months ago
  57. c1f1044 RSA: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  58. fb8d90a RSA: always use MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  59. 3543806 Merge pull request #7190 from yanrayw/6197_rsa_get_padding_hashID by Dave Rodgman · 2 years, 4 months ago
  60. d41684e rsa.c: rename getter function of hash_id by Yanray Wang · 2 years, 4 months ago
  61. b33ef74 Use MD_LIGHT, not sha1.h, in RSA selftest by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  62. 644b901 rsa.c: remove MBEDTLS_PRIVATE by Yanray Wang · 2 years, 4 months ago
  63. 83548b5 fix inappropriate description for function in RSA by Yanray Wang · 2 years, 4 months ago
  64. 12cb396 rsa.c: provide interface to get hash_id of RSA context by Yanray Wang · 2 years, 5 months ago
  65. a730df6 rsa.c: provide interface to get padding mode of RSA context by Yanray Wang · 2 years, 5 months ago
  66. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  67. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  68. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  69. 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 10 months ago
  70. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  71. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  72. 6a473b2 Remove NULL pointer validation in rsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  73. f98b57f Initialize status/ret to error value by Przemek Stekiel · 3 years ago
  74. 2aae040 make ret_from_status() global function and move it to has_info.[ch] by Przemek Stekiel · 3 years ago
  75. 712bb9c Use more suitable function for checking if hash is supported by Przemek Stekiel · 3 years ago
  76. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  77. faa3b4e Get rid of md_info outside helper functions by Manuel Pégourié-Gonnard · 3 years ago
  78. 35c09e4 Introduce compute_hash() function by Manuel Pégourié-Gonnard · 3 years ago
  79. f701acc Extract common code into hash_mprime() by Manuel Pégourié-Gonnard · 3 years ago
  80. f3a6755 Simplify callers of mgf_mask() by Manuel Pégourié-Gonnard · 3 years ago
  81. 259c213 Tune API of internal function mgf_mask in RSA by Manuel Pégourié-Gonnard · 3 years ago
  82. 4772884 New internal module for managing hash information by Manuel Pégourié-Gonnard · 3 years ago
  83. f493f2a Use md_internal_get_size() in rsa.c by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  84. 3356b89 Add missing guard around call to MD by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  85. 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 2 months ago
  86. a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 3 months ago
  87. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  88. c1e41bb rsa.c: remove redundant include of md.h by Przemek Stekiel · 3 years, 3 months ago
  89. 14d5fef PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
  90. 22c9a6f Rename internal header constant_time.h to constant_time_internal.h by Gabor Mezei · 3 years, 9 months ago
  91. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
  92. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 9 months ago
  93. 63bbba5 Rename and reorder function parameters by Gabor Mezei · 3 years, 9 months ago
  94. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years ago
  95. fdb7118 Move mbedtls_cf_rsaes_pkcs1_v15_unpadding function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  96. 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
  97. 394aeaa Move mbedtls_cf_mem_move_to_left function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  98. b2dbf2c Move mbedtls_cf_uint_if function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  99. 5a85442 Move mbedtls_cf_size_gt function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago
  100. 340948e Move mbedtls_cf_uint_mask function to the constant-time module by gabor-mezei-arm · 3 years, 10 months ago