1. c659c1b Move config file modification flag handling to the Config class by Gabor Mezei · 12 months ago
  2. 9f2b817 Update documentation by Gabor Mezei · 12 months ago
  3. b805168 Merge pull request #9536 from mpg/rsapub-perf-dev by Tom Cosgrove · 11 months ago
  4. de4d5b7 Merge pull request #9497 from minosgalanakis/bugfix/return_early_in_ccm_star by Gilles Peskine · 11 months ago
  5. e16aecc Merge pull request #9556 from gilles-peskine-arm/ssl-opt-psk-detection-development by Gilles Peskine · 11 months ago
  6. e3eab32 requires_certificate_authentication: prioritize TLS 1.3 by Gilles Peskine · 11 months ago
  7. 6e85e35 Documentation improvements by Gilles Peskine · 11 months ago
  8. 2dd4395 Fix detection of TLS 1.2 PSK-ephemeral key exchange modes by Gilles Peskine · 11 months ago
  9. 7f453bf Improve some comments by Gilles Peskine · 11 months ago
  10. 78df617 Remove unused auth_mode parameter on a PSK test case by Gilles Peskine · 11 months ago
  11. cd4fe70 Fix weirdly quoted invocations of requires_any_configs_enabled by Gilles Peskine · 11 months ago
  12. db26406 Also activate PSK-only mode when PSK-ephemeral key exchanges are available by Gilles Peskine · 11 months ago
  13. 9d3b207 Unify the two requires-key-exchange-with-certificate function by Gilles Peskine · 11 months ago
  14. 24b4303 Detect PSK-only mode in TLS 1.3 as well by Gilles Peskine · 11 months ago
  15. 4f09864 Fix PSK-only mode doing less than it should by Gilles Peskine · 11 months ago
  16. ae3dc17 Detect more cases where certificates are required by Gilles Peskine · 11 months ago
  17. 6f9952a ssl-opt: Fix GnuTLS PSK injection by Gilles Peskine · 11 months ago
  18. 9404169 Use CONFIGS_ENABLED instead of repeatedly calling query_compile_time_config by Gilles Peskine · 11 months ago
  19. 56ee69d Fix "Renegotiation: openssl server, client-initiated" with OpenSSL 3 by Gilles Peskine · 11 months ago
  20. a45ba05 Merge pull request #9549 from ronald-cron-arm/adapt-components by Ronald Cron · 11 months ago
  21. 2f620f3 Merge pull request #9561 from gilles-peskine-arm/cmake-underscore_D by Paul Elliott · 11 months ago gh-readonly-queue/development/pr-9561-5f71537fdd640230f5b17dc8677571bbd525abdd
  22. 5f71537 Merge pull request #9552 from ronald-cron-arm/project-and-branches-detection by Ronald Cron · 11 months ago gh-readonly-queue/development/pr-9552-8ea8b30941a6d364f5bf4b3850f5312112e760d9
  23. 8ea8b30 Merge pull request #8988 from billatarm/add-pc-files by Paul Elliott · 11 months ago
  24. 10ff417 tests: add a test for pkg-config files by Bill Roberts · 1 year, 4 months ago
  25. 236e05d Fix typo that caused cpp_dummy_build not to be built with CMake by Gilles Peskine · 11 months ago
  26. 4153ebb Fix comments by Ronald Cron · 11 months ago
  27. 25012e5 Update framework to the merge of #45 by Ronald Cron · 11 months ago
  28. 22eb209 Update framework by Ronald Cron · 11 months ago
  29. 7ba04a2 Bump version to 4.0.0 by David Horstmann · 11 months ago
  30. 9328781 Use scripts/project_name.txt in Python scripts by Ronald Cron · 11 months ago
  31. ada6ce5 Update framework to latest by Ronald Cron · 11 months ago
  32. e7f289e Use PSA crypto config in test_sha3_variations by Ronald Cron · 11 months ago
  33. 6604047 all.sh: Keep only "test_block_cipher_no_decrypt_aesni" with PSA config by Ronald Cron · 11 months ago
  34. 54d1eec all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in build_aes_variations by Ronald Cron · 11 months ago
  35. a9511bc all.sh: Enable MBEDTLS_PSA_CRYPTO_CONFIG in tls13 components by Ronald Cron · 11 months ago
  36. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  37. 1ad1954 Merge pull request #9304 from sezrab/analyze_driver_vs_reference_header_correction by Gilles Peskine · 11 months ago
  38. 924c1a3 Merge pull request #9540 from eleuzi01/replace-sha1 by David Horstmann · 11 months ago
  39. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  40. b70ef86 Move new files to their correct location by Manuel Pégourié-Gonnard · 11 months ago
  41. 0c4a115 Remove codepath testing where it's redundant by Manuel Pégourié-Gonnard · 11 months ago
  42. 49645f6 Misc improvements to comments by Manuel Pégourié-Gonnard · 11 months ago
  43. 3106013 Fix code style (for real this time, hopefully) by Manuel Pégourié-Gonnard · 11 months ago
  44. 464bf78 Fix guards on #include by Manuel Pégourié-Gonnard · 11 months ago
  45. e91d924 Fix code style by Manuel Pégourié-Gonnard · 11 months ago
  46. 21445c5 Prepare codepath tests for early termination by Janos Follath · 12 months ago
  47. 44eca95 Fix incorrect test result by Janos Follath · 12 months ago
  48. 514e62c Move bignum code path testing out of the library by Janos Follath · 12 months ago
  49. 7e909c8 Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  50. 47847ca Initial local variables to secure default by Janos Follath · 12 months ago
  51. 816a71f Introduce MBEDTLS_MPI_IS_TEST by Janos Follath · 12 months ago
  52. e0825bb Add tests for optionally safe code paths in RSA by Janos Follath · 12 months ago
  53. 64467ff Add tests for optionally safe code paths in bignum by Janos Follath · 12 months ago
  54. b676959 Fix Changelog formatting by Janos Follath · 12 months ago
  55. c870e05 Add header for mbedtls_mpi_exp_mod_unsafe() by Janos Follath · 12 months ago
  56. 6154765 Improve ChangeLog by Janos Follath · 12 months ago
  57. 6872c5f Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
  58. e1d1854 Add changelog by Janos Follath · 12 months ago
  59. a7eb812 Fix memory corruption in exp_mod tests by Janos Follath · 12 months ago
  60. 76c0e6f Clean up initialization in _core_exp_mod() by Janos Follath · 12 months ago
  61. d6aaee1 Disable optionally safe test hook in threading builds by Janos Follath · 12 months ago
  62. 08091d7 Fix optionally safe hooks declarations by Janos Follath · 12 months ago
  63. 87253af Optimise public RSA operations by Janos Follath · 12 months ago
  64. b64f1b5 Fix mpi_core_exp_mod documentation by Janos Follath · 12 months ago
  65. 1fa5f3a Add tests for optionally unsafe code paths by Janos Follath · 12 months ago
  66. df5e55b Add tests for optionally safe codepaths by Janos Follath · 12 months ago
  67. a099ac9 Use actual exponent size for window calculation by Janos Follath · 12 months ago
  68. 8fc736d Move _public parameters next to their target by Janos Follath · 12 months ago
  69. 24fb8c9 Make MBEDTLS_MPI_IS_PUBLIC thumb friendly by Janos Follath · 12 months ago
  70. 5b69fad Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
  71. 4726cb8 Move mixed security code to small local functions by Janos Follath · 12 months ago
  72. 9a8b1f4 Make _optionally_safe functions internal by Janos Follath · 12 months ago
  73. 91537eb Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  74. 7305002 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  75. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  76. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
  77. 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
  78. f3cd97d Merge pull request #9327 from eleuzi01/issue-9319 by Manuel Pégourié-Gonnard · 11 months ago
  79. c37877f Merge pull request #9515 from mpg/windows-makefile-fixes by Manuel Pégourié-Gonnard · 11 months ago
  80. c21675e Make error line consistent with the header by Elena Uziunaite · 11 months ago
  81. c645f11 Merge pull request #9508 from eleuzi01/docs-fix by Manuel Pégourié-Gonnard · 11 months ago gh-readonly-queue/development/pr-9508-2d005aef8d2038cbd04b126edc3dbb7e9c92890b
  82. b721ccc Add a ChangeLog entry by Manuel Pégourié-Gonnard · 12 months ago
  83. 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 12 months ago
  84. 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 12 months ago
  85. 67072bf Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
  86. a040548 Improve some comments by Manuel Pégourié-Gonnard · 12 months ago
  87. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
  88. 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 12 months ago
  89. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  90. fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
  91. 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
  92. 95dd6f5 ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
  93. bfbecf8 tls13: Add support for trusted certificate callback by Ronald Cron · 1 year, 4 months ago
  94. 7a442c9 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
  95. 6901504 Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  96. 18dd213 Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
  97. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  98. aefc593 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 12 months ago
  99. 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
  100. e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago