1. c039f8a Merge pull request #979 from Mbed-TLS/mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
  2. cd060e2 Update BRANCHES.md by Dave Rodgman · 2 years, 8 months ago
  3. c18d932 Add generated files by Dave Rodgman · 2 years, 8 months ago
  4. 69591e9 Assemble changelog by Dave Rodgman · 2 years, 8 months ago
  5. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  6. a5b2c52 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
  7. a6ca882 Merge pull request #6752 from daverodgman/arm-build-changelog by Dave Rodgman · 2 years, 8 months ago
  8. b74aa5a Add Changelog for Arm compile fix by Dave Rodgman · 2 years, 8 months ago
  9. 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
  10. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  11. d45924d Merge pull request #6733 from tom-cosgrove-arm/issue-6293-mod_exp-memory by Janos Follath · 2 years, 8 months ago
  12. 1d26d97 Merge pull request #6731 from tom-cosgrove-arm/issue-6293-mod_exp by Janos Follath · 2 years, 8 months ago
  13. 1fe4529 Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests by Dave Rodgman · 2 years, 8 months ago
  14. 556e8a3 Fix additional mis-spelling by Dave Rodgman · 2 years, 8 months ago
  15. 92011ee Merge pull request #6717 from tom-cosgrove-arm/fix-typos-2212 by Dave Rodgman · 2 years, 8 months ago
  16. 6146887 Fix spelling of test dependency by Dave Rodgman · 2 years, 8 months ago
  17. 0a0dded Have mbedtls_mpi_core_exp_mod() take a temporary instead of allocating memory by Tom Cosgrove · 2 years, 8 months ago
  18. 98be955 Merge pull request #6689 from gilles-peskine-arm/changelog-20221129-pre-3.3 by Dave Rodgman · 2 years, 8 months ago
  19. 21d459d Add type annotations by Tom Cosgrove · 2 years, 8 months ago
  20. c240600 Separate out to_montgomery and from_montgomery for bignum tests by Tom Cosgrove · 2 years, 8 months ago
  21. 977c53f Merge pull request #6704 from tom-cosgrove-arm/issue-6020-mod_sub by Janos Follath · 2 years, 8 months ago
  22. ecda186 Require input to mbedtls_mpi_core_exp_mod() to already be in Montgomery form by Tom Cosgrove · 2 years, 8 months ago
  23. 77d3057 More grammar fixes by Gilles Peskine · 2 years, 8 months ago
  24. 6ee56aa Add default values for conf->*early_data* by Jerry Yu · 2 years, 8 months ago
  25. 39da985 remove limitation of max_early_data_size by Jerry Yu · 2 years, 8 months ago
  26. d146a37 Change the definition of max_early_data_size argument. by Jerry Yu · 2 years, 8 months ago
  27. 2c93fc1 Revert "Add reco_debug_level to reduce debug output" by Jerry Yu · 2 years, 8 months ago
  28. 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
  29. 80f8c67 Merge pull request #6709 from daverodgman/pkcs7-docs by Dave Rodgman · 2 years, 8 months ago
  30. 4705f2d Merge pull request #976 from Mbed-TLS/merge-dev by Dave Rodgman · 2 years, 8 months ago
  31. f51f972 Apply review comments by Tom Cosgrove · 2 years, 8 months ago
  32. e1cda44 Merge pull request #6722 from daverodgman/fix_pr_template_link by Dave Rodgman · 2 years, 8 months ago
  33. ed4f59e Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
  34. dbcbf44 Update include/mbedtls/mbedtls_config.h by Dave Rodgman · 2 years, 8 months ago
  35. acbb6dc Merge remote-tracking branch 'origin/development' into merge-dev by Dave Rodgman · 2 years, 8 months ago
  36. ca6d661 Fix broken link by Dave Rodgman · 2 years, 8 months ago
  37. 416b48c ChangeLog entry is fixed in a different PR by Tom Cosgrove · 2 years, 8 months ago
  38. 54dfcb7 fix comments and debug info issues by Jerry Yu · 2 years, 8 months ago
  39. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  40. cf0074b More wording improvements by Gilles Peskine · 2 years, 8 months ago
  41. afb1520 Wording clarification by Gilles Peskine · 2 years, 8 months ago
  42. f3cc9d9 Improve "codegen 1.1" entry by Gilles Peskine · 2 years, 8 months ago
  43. 723bee6 Wrap lines to 79 columns max by Gilles Peskine · 2 years, 8 months ago
  44. 5ba1697 Put behavior change in the correct category by Gilles Peskine · 2 years, 8 months ago
  45. 6593c7e Clarify PSS sigalg entry by Gilles Peskine · 2 years, 8 months ago
  46. 29a56a1 Clarify ASN.1 entry named data free functions by Gilles Peskine · 2 years, 8 months ago
  47. 6d069af Clarify that these two entries are about CMake by Gilles Peskine · 2 years, 8 months ago
  48. 20c1f03 Improve wording, punctuation, etc. by Gilles Peskine · 2 years, 8 months ago
  49. 235d1d8 Improve wording by Dave Rodgman · 2 years, 8 months ago
  50. 6ebaf7a Whitespace fix by Dave Rodgman · 2 years, 8 months ago
  51. bc5f03d Disable PKCS7 by default; improve docs by Dave Rodgman · 2 years, 8 months ago
  52. 7854a4e Add max_early_data_size option for ssl_sever2 by Jerry Yu · 2 years, 9 months ago
  53. cc4e007 Add max_early_data_size to mbedtls_ssl_config by Jerry Yu · 2 years, 9 months ago
  54. 16f6853 Add max_early_data_size config option by Jerry Yu · 2 years, 9 months ago
  55. a693477 Add reco_debug_level to reduce debug output by Jerry Yu · 2 years, 9 months ago
  56. 62b2048 Implement mbedtls_mpi_mod_sub() by Tom Cosgrove · 2 years, 8 months ago
  57. c3902ac Merge pull request #6698 from wernerlewis/bignum_mod_py by Dave Rodgman · 2 years, 8 months ago
  58. 266f79c Merge pull request #6426 from aditya-deshpande-arm/driver-wrapper-key-agreement by Paul Elliott · 2 years, 8 months ago
  59. cff7578 Add imports to bignum_mod by Werner Lewis · 2 years, 8 months ago
  60. 5484e96 Add changelog entry by Aditya Deshpande · 2 years, 8 months ago
  61. a942b37 Merge pull request #6694 from tom-cosgrove-arm/fix-name-of-basic-build-test.sh by Gilles Peskine · 2 years, 8 months ago
  62. c84b731 Enable test generation from bignum_mod.py by Werner Lewis · 2 years, 8 months ago
  63. fc2ac75 Fix the name of basic-build-test.sh within the file by Tom Cosgrove · 2 years, 8 months ago
  64. 7df787c Merge pull request #6538 from yuhaoth/pr/tls13-add-early-data-transform-computation by Ronald Cron · 2 years, 8 months ago
  65. 787c79d Remove changelog entry for an internal change by Gilles Peskine · 2 years, 8 months ago
  66. d622c7d Changelog entry files must have a .txt extension by Gilles Peskine · 2 years, 8 months ago
  67. 72bffe0 Merge pull request #6663 from davidhorstmann-arm/fix-typo-unsupported by Gilles Peskine · 2 years, 8 months ago
  68. edaa17b Merge pull request #6547 from yanesca/extract_mod_exp_from_prototype by Gilles Peskine · 2 years, 8 months ago
  69. d1bc6da Fix the build with MBEDTLS_TEST_HOOKS && !MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 2 years, 8 months ago
  70. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  71. 0c67160 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  72. df3dd4c Test MBEDTLS_USE_PSA_CRYPTO with Valgrind by Gilles Peskine · 2 years, 8 months ago
  73. 3ffd6bc Create a separate test suite for constant-time functions by Gilles Peskine · 2 years, 8 months ago
  74. 77e68c3 Move constant-time HMAC testing to its own suite by Gilles Peskine · 2 years, 8 months ago
  75. bfec9d0 Merge pull request #6676 from davidhorstmann-arm/cmake-get-skip-test-from-env by Gilles Peskine · 2 years, 8 months ago
  76. 7f5bc5c Merge pull request #6681 from mpg/changelog-6264 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  77. 0b9b560 Merge pull request #6601 from valeriosetti/issue6502 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  78. f9720cf Merge pull request #6670 from gilles-peskine-arm/pkcs7-use-after-free-20221127 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  79. 37d41c7 Add ChangeLog entry for DTLS Connection ID by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  80. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  81. aec08b3 fix various format issues by Jerry Yu · 2 years, 8 months ago
  82. a13f5eb Add missing dependency for the fuzzer-constructed test data by Gilles Peskine · 2 years, 8 months ago
  83. 97915c8 Merge pull request #6619 from minosgalanakis/bignum/add_high_lv_IO_methods by Janos Follath · 2 years, 8 months ago
  84. 1f8afa2 Bignum Mod: improve documentation and style by Janos Follath · 2 years, 8 months ago
  85. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  86. 095c475 Merge pull request #6674 from AndrzejKurek/ecjpake-changelog by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  87. a34d030 test: psa_pake: fix dependency by Valerio Setti · 2 years, 8 months ago
  88. 84bee4c mbedtls_mpi_mod_write: improve readability by Janos Follath · 2 years, 8 months ago
  89. 3861062 Tell cmake to get SKIP_TEST_SUITES from ENV by David Horstmann · 2 years, 8 months ago
  90. 3d78e08 erase early secrets and transcripts by Jerry Yu · 2 years, 9 months ago
  91. a5db6c0 fix coding style issues. by Jerry Yu · 2 years, 9 months ago
  92. e31688b fix comments issue by Jerry Yu · 2 years, 9 months ago
  93. a877183 Refactor make_traffic_keys by Jerry Yu · 2 years, 9 months ago
  94. 3ce61ff fix comments and function name issues by Jerry Yu · 2 years, 9 months ago
  95. b094e12 fix various issues by Jerry Yu · 2 years, 9 months ago
  96. 91b560f Add compute early transform by Jerry Yu · 2 years, 9 months ago
  97. 3d9b590 guards transform_earlydata by Jerry Yu · 2 years, 9 months ago
  98. 84a6eda change signature of get_cipher_key_info by Jerry Yu · 2 years, 9 months ago
  99. a6ab9d8 Add a changelog entry explaining usage of PSA in TLS 1.2 EC J-PAKE by Andrzej Kurek · 2 years, 8 months ago
  100. 13256ba Merge pull request #6667 from gilles-peskine-arm/lib-crypto-modules-202211 by Ronald Cron · 2 years, 8 months ago