1. 6c5b5ad mpi_exp_mod: reduce the table size by one by Janos Follath · 2 years, 9 months ago
  2. 6fa7a76 mpi_exp_mod: fix out of bounds access by Janos Follath · 2 years, 9 months ago
  3. 2b72690 mpi_mod_exp: be pedantic about right shift by Janos Follath · 2 years, 9 months ago
  4. 82e8133 Add paper title to Changelog by Janos Follath · 2 years, 9 months ago
  5. 6e2d8e3 mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  6. d88e219 mpi_exp_mod: remove the 'one' variable by Janos Follath · 2 years, 9 months ago
  7. a92f915 mpi_exp_mod: simplify freeing loop by Janos Follath · 2 years, 9 months ago
  8. aadbadb mpi_exp_mod: move X next to the precomputed values by Janos Follath · 2 years, 9 months ago
  9. 6632383 mpi_exp_mod: rename local variables by Janos Follath · 2 years, 9 months ago
  10. f0ceb1c mpi_exp_mod: remove memory ownership confusion by Janos Follath · 2 years, 9 months ago
  11. 3a3c50c mpi_exp_mod: improve documentation by Janos Follath · 2 years, 9 months ago
  12. 9e4ea3a Add ChangeLog entry by Janos Follath · 2 years, 10 months ago
  13. 95655a2 mpi_exp_mod: protect out of window zeroes by Janos Follath · 2 years, 10 months ago
  14. 91c0286 mpi_exp_mod: load the output variable to the table by Janos Follath · 2 years, 10 months ago
  15. c469850 Merge pull request #6491 from davidhorstmann-arm/2.28-fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  16. e9e0eec Merge pull request #6525 from daverodgman/fix-duplicate-header-2.28 by Dave Rodgman · 2 years, 9 months ago
  17. e43caca Merge pull request #6527 from daverodgman/update_pr_template-2.28 by Dave Rodgman · 2 years, 9 months ago
  18. a4f10be Merge pull request #6526 from daverodgman/psalinks-2.28 by Dave Rodgman · 2 years, 9 months ago
  19. 490f804 Improve documentation for psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  20. 8e322b1 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  21. d39cf1e Align CONTRIBUTING.md with development by Dave Rodgman · 2 years, 9 months ago
  22. bc1e670 Improve list formatting by Dave Rodgman · 2 years, 9 months ago
  23. 9a1c38a Reinstate note about all PRs receiving review by Dave Rodgman · 2 years, 9 months ago
  24. 53b65f6 Update CONTRIBUTING.md, and refer to this from the template by Dave Rodgman · 2 years, 9 months ago
  25. f1d74ac Update PR template by Dave Rodgman · 2 years, 9 months ago
  26. 35e2b2b Merge pull request #6523 from daverodgman/fix_ssl_zeroize-2.28 by Dave Rodgman · 2 years, 9 months ago
  27. 428ef79 Update PSA links in README.md by Dave Rodgman · 2 years, 9 months ago
  28. e222637 Remove duplicate function prototype by Dave Rodgman · 2 years, 9 months ago
  29. febe14e Add Changelog by Dave Rodgman · 2 years, 9 months ago
  30. 369f495 Fix zeroization at NULL pointer by Dave Rodgman · 2 years, 9 months ago
  31. a1ea28f Merge pull request #6513 from daverodgman/allsh-redundancies-2.28 by Dave Rodgman · 2 years, 9 months ago
  32. 83264be Group cpp_dummy_build test into an existing component by Gilles Peskine · 2 years, 9 months ago
  33. e86cdcb Remove redundant build-only driver interface component by Gilles Peskine · 2 years, 9 months ago
  34. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  35. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  36. 23b79b6 Credit Cryptofuzz in the changelog by Dave Rodgman · 2 years, 9 months ago
  37. a66e7ed Improve changelog for ECDSA verify fix by Dave Rodgman · 2 years, 9 months ago
  38. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  39. e0917c0 Merge pull request #6492 from daverodgman/ecp_mul_mxz-timing-leak-2.28 by Gilles Peskine · 2 years, 9 months ago
  40. b5b1ed2 Fix unused warning in ssl_tls.c by David Horstmann · 2 years, 9 months ago
  41. edc110d Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  42. ab61751 Fix macro-spanning if in x509_crt.c by David Horstmann · 2 years, 9 months ago
  43. 04020ab Fix macro-spanning ifs in ssl_ticket.c by David Horstmann · 2 years, 9 months ago
  44. d4f2208 Fix macro-spanning ifs in ssl_tls.c by David Horstmann · 2 years, 9 months ago
  45. 197b240 Fix macro-spanning if in ssl_msg.c by David Horstmann · 2 years, 9 months ago
  46. ef661c5 Fix macro-spanning ifs in ecp.c by David Horstmann · 2 years, 9 months ago
  47. 74ace59 Fix macro-spanning ifs in ssl_srv.c by David Horstmann · 2 years, 9 months ago
  48. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  49. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  50. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  51. 031c8c2 Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 9 months ago
  52. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
  53. 8df2748 Improve test component name by Gilles Peskine · 2 years, 10 months ago
  54. 21503df Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 10 months ago
  55. 8fb928f Fix PSA+RSA dependencies on PK by Gilles Peskine · 2 years, 9 months ago
  56. bfcf2d1 test_suite_pk: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  57. 8f3577a test_suite_dhm: Add missing dependencies on MBEDTLS_PEM_PARSE_C by Gilles Peskine · 2 years, 10 months ago
  58. 4e10fb2 Add mbedtls_dhm_parse_dhmfile test case with DER input by Gilles Peskine · 2 years, 10 months ago
  59. ee0a0e7 Fix macro-spanning ifs in ssl_cli.c by David Horstmann · 2 years, 9 months ago
  60. e9af9e3 Minor improvements to ecp.c changes by David Horstmann · 2 years, 9 months ago
  61. 9430330 Rename ARIA_SELF_TEST_IF_FAIL by David Horstmann · 2 years, 9 months ago
  62. 864cc8d Minor changes to asn1write.c by David Horstmann · 2 years, 9 months ago
  63. 068a00b Refactor macro-spanning if in ssl_server2.c by David Horstmann · 2 years, 10 months ago
  64. 9e722ad Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 10 months ago
  65. d209197 Refactor macro-spanning ifs in ecdh.c by David Horstmann · 2 years, 10 months ago
  66. b95ee00 Refactor macro-spanning ifs in ecp.c by David Horstmann · 2 years, 10 months ago
  67. 863b17d Refactor macro-spanning if in asn1write.c by David Horstmann · 2 years, 10 months ago
  68. f3b1eaf Refactor macro-spanning if in sha512.c by David Horstmann · 2 years, 10 months ago
  69. 5846c9d Refactor macro-spanning if in ssl_msg.c by David Horstmann · 2 years, 10 months ago
  70. 0bb7243 Refactor macro-spanning if in ssl_tls12_client.c by David Horstmann · 2 years, 10 months ago
  71. 75b1fe7 Refactor ARIA_SELF_TEST_IF_FAIL macro by David Horstmann · 2 years, 10 months ago
  72. 6c4226c Change brace initialization to memset by David Horstmann · 2 years, 10 months ago
  73. 8eb3ed5 Minor fixes to x509_get_name() test function by David Horstmann · 2 years, 10 months ago
  74. 670a993 Fix incorrect return style by David Horstmann · 2 years, 10 months ago
  75. e6917d0 Remove unnecessary NULL assignments by David Horstmann · 2 years, 10 months ago
  76. 5ad5e16 Clarify wording on allocation by David Horstmann · 2 years, 10 months ago
  77. 4a67c35 Improve X509 DN test naming by David Horstmann · 2 years, 10 months ago
  78. 94cbd30 Add explanatory comments to raw DER test data by David Horstmann · 2 years, 10 months ago
  79. 36b3b7c Fix test dependencies for cases that are PSA-based by Andrzej Kurek · 2 years, 10 months ago
  80. ed01319 Add missing ECB requirements for PSA cipher aes tests by Andrzej Kurek · 2 years, 10 months ago
  81. 9abd098 Merge pull request #6424 from gilles-peskine-arm/test_data_generation-pr_6093_followup-2.28 by Janos Follath · 2 years, 10 months ago
  82. e5ae132 Merge pull request #6420 from mpg/fix-assert-alloc-usage-228 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  83. d3a4f22 Merge pull request #6414 from daverodgman/update_docs_links_2.28 by Dave Rodgman · 2 years, 10 months ago
  84. 377e7e9 Documentation typo by Gilles Peskine · 2 years, 10 months ago
  85. 5d01cc0 Don't use parallel jobs for pylint by Gilles Peskine · 2 years, 11 months ago
  86. 7ff4766 Unify check_repo_path by Gilles Peskine · 2 years, 11 months ago
  87. 239765a Use relative imports when importing other modules in the same directory by Gilles Peskine · 2 years, 11 months ago
  88. ca980c0 Move implementation detail from docstring to comment by Gilles Peskine · 2 years, 11 months ago
  89. f8d031f generate_*_tests.py: chdir to mbedtls root by Gilles Peskine · 2 years, 10 months ago
  90. 4881540 generate_*_tests.py: simplify test_suite_directory handling by Gilles Peskine · 2 years, 10 months ago
  91. bd5147c Clarify the descriptions of test-case-data-related modules by Gilles Peskine · 2 years, 11 months ago
  92. 69feebd More precise name for test data generation by Gilles Peskine · 2 years, 11 months ago
  93. 40de3d3 Backport build_tree.py from development by Gilles Peskine · 2 years, 10 months ago
  94. 4c0a21f Fix capitalisation by Dave Rodgman · 2 years, 10 months ago
  95. 8705290 Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  96. ed46f6f Update SUPPORT.md by Dave Rodgman · 2 years, 10 months ago
  97. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  98. d44d3ea Fix usage of ASSERT_ALLOC() by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  99. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  100. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago