1. d55e451 Merge pull request #7997 from yanesca/fix_new_bignum_tests by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7997-cbc495eb0f29c9ccfa5e9da2d4c5b3a2691c49c3
  2. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  3. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  4. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  5. 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
  6. 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years, 1 month ago
  7. b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years, 1 month ago
  8. 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
  9. a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  10. be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  11. 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
  12. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  13. b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
  14. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  15. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  16. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  17. 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
  18. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  19. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  20. d0371b0 debug: keep ECDH_C guard for debug printf accessing ecdh_context's items by Valerio Setti · 2 years ago
  21. 60d3b91 tls: use TLS 1.2 macros in ssl_tls12_server.c by Valerio Setti · 2 years ago
  22. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  23. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
  24. c495845 Align ECP_MPI_INIT with mbedtls_mpi struct order in ecp_new.c by Xiaokang Qian · 2 years, 1 month ago
  25. 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
  26. 4d71051 Enable build of ecp_curves_new.c by Xiaokang Qian · 2 years, 2 months ago
  27. dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
  28. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  29. 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
  30. e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
  31. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  32. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  33. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  34. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  35. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  36. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  37. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  38. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  39. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  40. 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago
  41. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  42. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  43. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
  44. 10b6775 Add enum type casts in lmots.c and lms.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  45. 01ed84a Add type casts in rsa.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  46. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  47. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
  48. ec4c91e Move declaration in ecp_mod_koblitz to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  49. c99840a Move declarations in mbedtls_mpi_add_abs to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  50. 271a953 Remove tautology in mbedtls_mpi_core_clz by Agathiyan Bragadeesh · 2 years, 1 month ago
  51. 66bbecb Fix comment by Gabor Mezei · 2 years, 1 month ago
  52. 8f6094c Merge pull request #7792 from robUx4/win32_winnt by Dave Rodgman · 2 years, 1 month ago
  53. 63a21f4 Merge pull request #7920 from daverodgman/gcm-size by Dave Rodgman · 2 years, 1 month ago
  54. 5ff0245 Reduce size of static data in gcm by Dave Rodgman · 2 years, 1 month ago
  55. 551b3bf Don't force the _WIN32_WINT version by Steve Lhomme · 2 years, 2 months ago
  56. 4000b6e Don't force the default windows version down by Steve Lhomme · 2 years, 2 months ago
  57. 369d7c7 Don't use FindFirstFileW() before Windows XP by Steve Lhomme · 2 years, 2 months ago
  58. 893be8d Replace cpu modifier flags by Jerry Yu · 2 years, 1 month ago
  59. b1d06bb Add error message for old armclang by Jerry Yu · 2 years, 3 months ago
  60. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  61. 6b00f5a Add guards for arm_neon.h by Jerry Yu · 2 years, 3 months ago
  62. 22a4d3e fix armclang build fail for sha512. by Jerry Yu · 2 years, 3 months ago
  63. 580e06f fix armclang compile fail by Jerry Yu · 2 years, 3 months ago
  64. 08933d3 fix compile fail for armclang by Jerry Yu · 2 years, 3 months ago
  65. 3c22366 Merge pull request #7863 from valeriosetti/issue7790 by Paul Elliott · 2 years, 1 month ago
  66. a824e40 Merge pull request #7500 from tom-cosgrove-arm/fix-armclang-bswap32 by Dave Rodgman · 2 years, 1 month ago
  67. 84eaefa Use designated initializers for mbedtls_mpi by Dave Rodgman · 2 years, 1 month ago
  68. 7e6aaa1 psa: fix missed LEGACY symbols caused by the rebase by Valerio Setti · 2 years, 1 month ago
  69. 88f34e3 Merge pull request #7703 from gabor-mezei-arm/7598_clone_the_eco_module by Paul Elliott · 2 years, 1 month ago
  70. f2b5a13 Fix MBEDTLS_BSWAP32 on armcc 5 by Tom Cosgrove · 2 years, 3 months ago
  71. 76df8c1 psa: remove redundant GENPRIME when RSA_KEY_PAIR_GENERATE is defined by Valerio Setti · 2 years, 1 month ago
  72. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  73. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  74. 4999f15 Merge pull request #7878 from beni-sandu/development by Dave Rodgman · 2 years, 1 month ago
  75. ffc3c48 Remove getter functions of PAKE if no PAKE algorithms are required by Yanray Wang · 2 years, 1 month ago
  76. 41b0818 ecp: rearrange code in ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  77. 21d4241 pkparse: always check all private keys on import by Valerio Setti · 2 years, 1 month ago
  78. 6b062ee pkparse: parse also Weierstrass private keys using ecp_read_key() by Valerio Setti · 2 years, 1 month ago
  79. 805e4a0 pkparse: use ecp_read_key() for parsing private key of Montgomery curves by Valerio Setti · 2 years, 1 month ago
  80. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  81. da403b7 tls: use already existing symbols to size the buffer for XXDḦ peer key by Valerio Setti · 2 years, 1 month ago
  82. 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  83. 54e2379 tls: replace numeric values with proper TLS IANA symbols by Valerio Setti · 2 years, 1 month ago
  84. 6f0441d tls: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  85. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  86. 49e6907 tls: replace ECP_LIGHT occurrencies with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  87. 6eb0054 tls: fix guards for legacy ECDH contexts by Valerio Setti · 2 years, 1 month ago
  88. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  89. 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  90. c5f41bf Merge pull request #7212 from sergio-nsk/patch-4 by Tom Cosgrove · 2 years, 1 month ago
  91. b302efc debug: replace ECDH_C symbol with key exchange one by Valerio Setti · 2 years, 1 month ago
  92. c2232ea tls: replace PK_CAN_ECDH guards with new helpers by Valerio Setti · 2 years, 1 month ago
  93. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  94. 602a091 Merge pull request #7464 from yuhaoth/pr/Change-clock-source-to-bootime-for-ms-time by Dave Rodgman · 2 years, 1 month ago
  95. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  96. 8a74f07 tls13: server: Fix spurious HRR by Ronald Cron · 2 years, 2 months ago
  97. f05ca73 Update comment by Gabor Mezei · 2 years, 1 month ago
  98. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  99. 46b2d2b Fix code style by Przemek Stekiel · 2 years, 1 month ago
  100. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 2 months ago