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. cbc495e Merge pull request #8011 from valeriosetti/improve-outcome-analysis by Manuel Pégourié-Gonnard · 2 years ago
  3. 5b7c38f Sort full config exceptions in config.py by Janos Follath · 2 years ago
  4. e416f03 Improve wording of MBEDTLS_ECP_WITH_MPI_UINT doc by Janos Follath · 2 years ago
  5. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  6. 3ed980d Fix full config in config.py by Janos Follath · 2 years ago
  7. ab02d39 test: use only rev-parse for getting the current branch by Valerio Setti · 2 years ago
  8. ccb0344 test: add GIT alternative commands for older GIT versions by Valerio Setti · 2 years ago
  9. dc2d7cc Merge pull request #7777 from xkqian/bignum_cleanup_ecp_curves by Tom Cosgrove · 2 years ago
  10. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  11. f3135af Use config.py in all new bignum tests by Janos Follath · 2 years ago
  12. 82823b2 Fix new bignum tests by Janos Follath · 2 years ago
  13. 59159ab Fix fast quasi-reduction modulo value of p192K1 in comments by Xiaokang Qian · 2 years ago
  14. d0657b0 ecp_mod_p448 has been moved to ecp_mod_p_generic_raw, remove here by Xiaokang Qian · 2 years ago
  15. 796500e Fix the type cast(size_t to unsigned short) warning by Xiaokang Qian · 2 years, 1 month ago
  16. b903f4e Free P and N of the group cause they are dynamic allocated by Xiaokang Qian · 2 years, 1 month ago
  17. 02a3e03 Declare mbedtls_ecp_fix_negative() always static to fix check_name failures by Xiaokang Qian · 2 years, 2 months ago
  18. a8d30ac Use new ECP_LIGHT symbol in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  19. be4d6b6 Fix use of sizeof without brackets in ecp_curves.c by Xiaokang Qian · 2 years, 2 months ago
  20. e25597d Make ecp_mode_xxx functions depend on the new macro by Xiaokang Qian · 2 years, 2 months ago
  21. 748a362 Revert ecp_curves.c to commit 449bd83 to save code size by Xiaokang Qian · 2 years, 2 months ago
  22. 9cd8011 tls: fix definition of symbol KEY_EXCHANGE_SOME_XXDH_PSA_ANY by Valerio Setti · 2 years ago
  23. 43cef57 Merge pull request #7811 from mpg/md-info by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7811-cec82e41e03a92a5e79c68cb74d16d8876f9a015
  24. cec82e4 Merge pull request #8003 from daverodgman/code_style_since by Dave Rodgman · 2 years ago
  25. fccc5f8 whitespace fix by Dave Rodgman · 2 years ago
  26. 82d174a pylint tidy-up by Dave Rodgman · 2 years ago
  27. eaf2761 Make code_style.py -s default to -s=development by Dave Rodgman · 2 years ago
  28. 05b60f4 Make code_style.py -s more precise by Dave Rodgman · 2 years ago
  29. e0fa7ec Merge pull request #7988 from gabor-mezei-arm/7598_add_32bit_test_component by Janos Follath · 2 years ago
  30. 0fda0d2 Fix overly specific description in public doc by Manuel Pégourié-Gonnard · 2 years ago
  31. 7ef14bf Merge pull request #7835 from gilles-peskine-arm/ssl_premaster_secret-empty-3.4 by Gilles Peskine · 2 years ago
  32. 51ed313 Merge pull request #7909 from mpg/dh-generate-psa-tests by Gilles Peskine · 2 years ago
  33. e256cc1 Add 32bit test component for ecp with new bignum interface by Gabor Mezei · 2 years ago
  34. b52f9cf Merge pull request #7758 from xkqian/bignum_clone_ecp_curves by Janos Follath · 2 years ago
  35. bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
  36. 1c739ec Merge pull request #7900 from mpg/doc-driver-only by Manuel Pégourié-Gonnard · 2 years ago
  37. 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  38. c154a04 Fix dependencies for DH (and RSA) key pairs by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  39. 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  40. afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  41. f1c032a Merge pull request #7902 from valeriosetti/issue7772 by Paul Elliott · 2 years ago
  42. 93a8593 Remove remaining redundant casts by Agathiyan Bragadeesh · 2 years ago
  43. d298b76 Remove redundant casts by Agathiyan Bragadeesh · 2 years ago
  44. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  45. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  46. 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
  47. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  48. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  49. d0371b0 debug: keep ECDH_C guard for debug printf accessing ecdh_context's items by Valerio Setti · 2 years ago
  50. 60d3b91 tls: use TLS 1.2 macros in ssl_tls12_server.c by Valerio Setti · 2 years ago
  51. 17526a0 Merge pull request #7906 from yanrayw/add-pake_guards_psa_crypto by Tom Cosgrove · 2 years ago
  52. 5647d06 Merge pull request #7518 from gilles-peskine-arm/psa_inject_entropy-file-stability by Gilles Peskine · 2 years ago
  53. 87f6285 Merge pull request #7893 from ronald-cron-arm/misc-from-psa-crypto by Ronald Cron · 2 years, 1 month ago
  54. c495845 Align ECP_MPI_INIT with mbedtls_mpi struct order in ecp_new.c by Xiaokang Qian · 2 years, 1 month ago
  55. 73d9840 Rework the clone of ecp_curves.c by Xiaokang Qian · 2 years, 1 month ago
  56. 4d71051 Enable build of ecp_curves_new.c by Xiaokang Qian · 2 years, 2 months ago
  57. dc2ea27 Clone the ecp_curve.c file as ecp_curve_new.c by Xiaokang Qian · 2 years, 2 months ago
  58. c723e86 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  59. ed70fd0 Merge pull request #5549 from AndrzejKurek/doxygen-bad-param-names by Dave Rodgman · 2 years, 1 month ago
  60. c844c1a Merge pull request #7546 from mpg/align-psa-md-identifiers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  61. 7612d8c all.sh: Use consistently CONFIG_TEST_DRIVER_H by Ronald Cron · 2 years, 1 month ago
  62. 6b49b55 all.sh: Use consistently CRYPTO_CONFIG_H by Ronald Cron · 2 years, 1 month ago
  63. 7a93ac5 all.sh: Use consistently CONFIG_H by Ronald Cron · 2 years, 1 month ago
  64. 2b25d36 Fix PSA crypto configuration file name by Ronald Cron · 2 years, 1 month ago
  65. 7fa27a1 Merge pull request #7960 from daverodgman/expect-fix by Dave Rodgman · 2 years, 1 month ago
  66. e9fcffd Robustness fix to MBEDTLS_LIKELY by Dave Rodgman · 2 years, 1 month ago
  67. 8e8e6b9 Merge pull request #7934 from AgathiyanB/move-declarations-to-top by Dave Rodgman · 2 years, 1 month ago
  68. 6dd4064 Merge pull request #7932 from AgathiyanB/add-mpi-uint-size-macro by Dave Rodgman · 2 years, 1 month ago
  69. eed55c6 Use defined macros for MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  70. 9e8104c Merge pull request #7949 from AgathiyanB/IAR-asm-keyword by Dave Rodgman · 2 years, 1 month ago
  71. 131a22e Merge pull request #7950 from AgathiyanB/fix-IAR-using-memset-s by Dave Rodgman · 2 years, 1 month ago
  72. 5f65acb Merge pull request #7859 from gilles-peskine-arm/mbedtls_mpi-smaller by Dave Rodgman · 2 years, 1 month ago
  73. 789e50e Use correct asm keyword for IAR compilers by Agathiyan Bragadeesh · 2 years, 1 month ago
  74. 24a305e Explain why we check 65535 (not USHORT_MAX) by Gilles Peskine · 2 years, 1 month ago
  75. b8f1885 Align ECP_MPI_INIT parameter order with mbedtls_mpi struct order by Dave Rodgman · 2 years, 1 month ago
  76. fb22c27 Misc wording fixes and improvements by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  77. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  78. 7485203 Fix IAR trying to use memset_s in platform_util by Agathiyan Bragadeesh · 2 years, 1 month ago
  79. 2d310de Add cast in test macros.h by Agathiyan Bragadeesh · 2 years, 1 month ago
  80. 387bfa5 Add cast in psa_crypto by Agathiyan Bragadeesh · 2 years, 1 month ago
  81. 4d47cea Move declarations in psa_crypto to top by Agathiyan Bragadeesh · 2 years, 1 month ago
  82. 1975650 Make consistent suffix MBEDTLS_MPI_UINT_MAX by Agathiyan Bragadeesh · 2 years, 1 month ago
  83. 900e20d Change MBEDTLS_MPI_UINT_MAX suffix by Agathiyan Bragadeesh · 2 years, 1 month ago
  84. 08b04b1 Merge pull request #7923 from gabor-mezei-arm/7598_fix_clone_of_ecp_module by Tom Cosgrove · 2 years, 1 month ago
  85. 5058a5b Remove trailing whitespace bignum_core by Agathiyan Bragadeesh · 2 years, 1 month ago
  86. 10b6775 Add enum type casts in lmots.c and lms.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  87. 2f017a8 Add enum casts in ssl_helpers.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  88. 01ed84a Add type casts in rsa.c by Agathiyan Bragadeesh · 2 years, 1 month ago
  89. be3ad4a Add type casts in psa_exercise_key by Agathiyan Bragadeesh · 2 years, 1 month ago
  90. 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
  91. e55a1e1 Refactor preprocessing for arm none by Agathiyan Bragadeesh · 2 years, 1 month ago
  92. 9321265 Move declarations to top in ssl_helpers.c 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. e501d0e Add change log and non-regression test by Ronald Cron · 2 years, 1 month ago
  96. 170c199 Align guards of Windows specific configuration checks by Ronald Cron · 2 years, 1 month ago
  97. 2e3795d tests: Fix header inclusion by Ronald Cron · 2 years, 1 month ago
  98. 03ea8f8 Add dependency of builtin CCM* on builtin cipher by Ronald Cron · 2 years, 1 month ago
  99. b366fe9 Merge pull request #7478 from yuhaoth/pr/add-script-for-generating-cert-macros by Gilles Peskine · 2 years, 1 month ago
  100. d8c4549 Merge pull request #7432 from oberon-microsystems/fix-test-ecjpake-to-pms-dependency by Gilles Peskine · 2 years, 1 month ago