1. 6beec7c Merge pull request #7989 from valeriosetti/issue7754 by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7989-d170419eab66c8403e9eea925b3a1008cb791184
  2. d170419 Merge pull request #7999 from valeriosetti/issue7759 by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7999-91c8372c014cc04ec3bbb20068ac7e6ea66b7f2e
  3. 91c8372 Merge pull request #6999 from ivq/ecp_doc by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-6999-e5fbd93eaf96581144ce41233b2bcdb1822ea42f
  4. e5fbd93 Merge pull request #8049 from daverodgman/bignum_codesize_misc by Dave Rodgman · 2 years ago
  5. e1d7c9d pkwrite: fix internal buffer size in pk_write_ec_pubkey() by Valerio Setti · 2 years ago
  6. a7c9e09 pkwrite: add new internal symbol to properly size DER buffer by Valerio Setti · 2 years ago
  7. 97b28f8 pkparse: remove unnecessary header by Valerio Setti · 2 years ago
  8. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  9. ca4c15d debug: remove redundant variable assignments by Valerio Setti · 2 years ago
  10. 960eca9 code style by Dave Rodgman · 2 years ago
  11. 4883f10 Reduce code size for exp_mod_get_window_size by Dave Rodgman · 2 years ago
  12. ebcd785 Remove redundant code in mbedtls_mpi_cmp_abs by Dave Rodgman · 2 years ago
  13. fa703e3 Use __builtin_ctz to count trailing zeros by Dave Rodgman · 2 years ago
  14. f3df105 Generate smaller code for picking a sign value by Dave Rodgman · 2 years ago
  15. 2f12a29 Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle by Paul Elliott · 2 years ago
  16. 444d1e7 Merge pull request #8036 from tom-cosgrove-arm/fix-rijndael-and-drbg-pdf-links by Gilles Peskine · 2 years ago
  17. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  18. 153ae46 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years, 6 months ago
  19. ce37c5e Update links to Rijndael paper and NIST SP 800-90 DRBGs by Tom Cosgrove · 2 years ago
  20. 7356839 Merge pull request #8020 from yanesca/de-duplicate_ecp by Janos Follath · 2 years ago
  21. 003a5e1 Merge pull request #1046 from Mbed-TLS/merge_3.4.1 by Dave Rodgman · 2 years ago
  22. a0fc998 Merge branch 'development' into merge_3.4.1 by Dave Rodgman · 2 years ago
  23. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  24. 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 2 years ago
  25. ce64156 Merge pull request #8021 from daverodgman/master-update by Gilles Peskine · 2 years ago
  26. d8cb3d7 De-duplicate ecp.c by Janos Follath · 2 years ago
  27. 550d147 Bump version to 3.4.1 by Gilles Peskine · 2 years ago
  28. 267bee9 Merge pull request #7903 from valeriosetti/issue7773 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
  29. 7f17bd0 Merge remote-tracking branch 'origin/master' into master-update by Dave Rodgman · 2 years ago
  30. b388ed7 Fix missing check in mbedtls_ecp_read_key by Janos Follath · 2 years ago
  31. c25567a Move variant test to ecp_curves by Janos Follath · 2 years ago
  32. 9661f8a Merge pull request #7968 from gowthamsk-arm/use_earliest_latest_compilers by Bence Szépkúti · 2 years ago
  33. d55e451 Merge pull request #7997 from yanesca/fix_new_bignum_tests by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7997-cbc495eb0f29c9ccfa5e9da2d4c5b3a2691c49c3
  34. 52f7e18 Use mbedtls_zeroize_and_free() in psa_remove_key_data_from_memory() by Tom Cosgrove · 2 years ago
  35. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  36. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  37. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  38. 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
  39. 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years, 1 month ago
  40. b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years, 1 month ago
  41. 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
  42. a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  43. be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  44. 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
  45. c1319f4 debug: improve debug_print_psa_ec() as not to depend on bignum by Valerio Setti · 2 years ago
  46. 797e396 debug: use proper guard for PK_DEBUG_MPI items by Valerio Setti · 2 years ago
  47. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  48. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years, 1 month ago
  49. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  50. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  51. a55f042 psa: replace DH_KEY_PAIR_LEGACY with new symbols by Valerio Setti · 2 years, 1 month ago
  52. 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  53. b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
  54. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  55. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  56. bc345e8 Protect macro parameter expansion with parentheses by Tom Cosgrove · 2 years ago
  57. 350226f Use a macro for mbedtls_mpi_zeroize_and_free() by Tom Cosgrove · 2 years ago
  58. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  59. 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
  60. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  61. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  62. d0371b0 debug: keep ECDH_C guard for debug printf accessing ecdh_context's items by Valerio Setti · 2 years ago
  63. 60d3b91 tls: use TLS 1.2 macros in ssl_tls12_server.c by Valerio Setti · 2 years ago
  64. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  65. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years, 1 month ago
  66. c495845 Align ECP_MPI_INIT with mbedtls_mpi struct order in ecp_new.c by Xiaokang Qian · 2 years, 1 month ago
  67. 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
  68. 4d71051 Enable build of ecp_curves_new.c by Xiaokang Qian · 2 years, 2 months ago
  69. dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
  70. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  71. 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
  72. e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
  73. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  74. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  75. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  76. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  77. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  78. 46259f6 Internal function mbedtls_mpi_zeroize() can be mbedtls_mpi_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  79. 3a11bb8 Better wording around passing NULL to mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  80. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  81. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  82. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  83. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  84. 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago
  85. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  86. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  87. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
  88. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years, 1 month ago
  89. 10b6775 Add enum type casts in lmots.c and lms.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  90. 01ed84a Add type casts in rsa.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  91. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  92. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
  93. ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  94. c99840a Move declarations in mbedtls_mpi_add_abs to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  95. 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
  96. 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
  97. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  98. 63a21f4 Merge pull request #7920 from daverodgman/gcm-size by Dave Rodgman · 2 years, 1 month ago
  99. 5ff0245 Reduce size of static data in gcm by Dave Rodgman · 2 years, 1 month ago
  100. 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 2 months ago