1. 921415b Add ecp_check_pub tests for Curve 448 by Janos Follath · 4 years, 1 month ago
  2. 5f9b667 Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
  3. 15fc884 Add DoS test case for ecp_check_pub by Janos Follath · 4 years, 1 month ago
  4. b741e8d Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
  5. 7d34e2e Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
  6. bf1afdc Remove redundant ecp_check_pub() tests by Janos Follath · 4 years, 1 month ago
  7. c16ec6b Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
  8. 9f12b11 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  9. 89ce7d2 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  10. 6ec1535 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  11. 9896795 Add test for check_pubkey for x25519 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  12. 4d0b9da Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  13. fa719f7 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. b3b1d4d Merge pull request #4684 from JoeSubbiani/2.16FixedMissingContextFree by Dave Rodgman · 4 years, 2 months ago
  15. 34666bb Merge pull request #836 from mpg/rsa-lookup-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. 58344ef Merge pull request #4689 from gilles-peskine-arm/winsock-fd-range-2.16 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  17. b047f99 Reword changelog - Test Resource Leak by Joe Subbiani · 4 years, 2 months ago
  18. c803185 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  19. 8297657 Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  20. 9065d78 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  21. dcdb277 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  22. cbe6033 Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  23. 402b145 Changelog entry for Free Context in test_suite_aes fix by JoeSubbiani · 4 years, 2 months ago
  24. 2f28c6b Free context at the end of aes_crypt_xts_size() by JoeSubbiani · 4 years, 2 months ago
  25. e9eca7f Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  26. 56efc52 Merge pull request #4628 from ronald-cron-arm/dhm-key-generation-bias by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  27. 6aba8fc No C99 loops in this branch by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  28. de2ab2a Fix GCC warning by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  29. 6f4fbb4 Merge pull request #838 from gilles-peskine-arm/ecp_max_bits-check-2.16 by Ronald Cron · 4 years, 2 months ago
  30. 5a65497 Check MBEDTLS_ECP_MAX_xxx constants in unit tests by Gilles Peskine · 4 years, 2 months ago
  31. eaf7442 Fail the build if MBEDTLS_ECP_MAX_BITS is not large enough by Gilles Peskine · 4 years, 2 months ago
  32. 3907bb9 Add ChangeLog entry about RSA side channel. by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  33. 4fc96df Silence MSVC type conversion warnings by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  34. 12f0238 Simplify sign selection by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  35. dc6a5f2 Avoid UB caused by conversion to int by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  36. a1283cc Use bit operations for mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  37. 245a806 Use bit operations for mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  38. 432ebba Avoid using == for sensitive comparisons by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  39. 87bd444 Use constant-time look-up for modular exponentiation by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  40. 1283ed9 Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  41. ebe9ec4 Add changelog entry for non-uniform MPI random generation by Gilles Peskine · 4 years, 4 months ago
  42. 2e0969a ecp: Fix bias in the generation of blinding values by Ronald Cron · 4 years, 2 months ago
  43. 7ef2660 Merge pull request #4645 from daverodgman/travis-disable-osx-2.16 by Dave Rodgman · 4 years, 2 months ago
  44. 58d238a Disable OS X builds on Travis by Dave Rodgman · 4 years, 2 months ago
  45. 424d13c DHM: add test case with x_size < 0 by Gilles Peskine · 4 years, 4 months ago
  46. 60c4fec DHM tests: add some explanations by Gilles Peskine · 4 years, 4 months ago
  47. 39b1a51 DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  48. b4367a3 dhm: Fix bias in private key generation and blinding by Ronald Cron · 4 years, 2 months ago
  49. 260be63 dhm_check_range: microoptimization by Gilles Peskine · 4 years, 4 months ago
  50. c53560e DHM refactoring: use dhm_random_below in dhm_make_common by Gilles Peskine · 4 years, 4 months ago
  51. b2fbda3 DHM blinding: don't accept P-1 as a blinding value by Gilles Peskine · 4 years, 4 months ago
  52. e75bb63 DHM refactoring: unify mbedtls_dhm_make_{params,public} by Gilles Peskine · 4 years, 4 months ago
  53. d1eb14a Test mbedtls_dhm_make_params with different x_size by Gilles Peskine · 4 years, 4 months ago
  54. 863b83b Repeat a few DH tests by Gilles Peskine · 4 years, 4 months ago
  55. 92f4714 Test range and format of dhm_make_params output by Gilles Peskine · 4 years, 4 months ago
  56. 6db34e6 Merge pull request #4542 from mpg/fix-ssl-cf-hmac-alt-2.16 by Gilles Peskine · 4 years, 2 months ago
  57. 449c177 Merge pull request #829 from mpg/ecp-gen-privkey-ct-compare-2.16-restricted by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. 806281a Merge pull request #4598 from gilles-peskine-arm/ecp_muladd-tests_not_executed-2.16 by Gilles Peskine · 4 years, 2 months ago
  59. 995d89c Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  60. ac12767 Fix non-constant-time comparison in mbedtls_ecp_gen_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. 8e7d7ee Fix ecp_muladd test cases never getting executed by Gilles Peskine · 4 years, 2 months ago
  62. 5f45bd2 New macros TEST_EQUAL, ASSERT_ALLOC, ASSERT_ALLOC_WEAK by Gilles Peskine · 4 years, 2 months ago
  63. e0b455f Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
  64. 7f3f02d Merge pull request #4558 from gilles-peskine-arm/aria_alt-2.16 by Gilles Peskine · 4 years, 2 months ago
  65. a776bf8 Changelog entry for the ARIA_ALT and CAMELLIA_ALT fixes by Gilles Peskine · 4 years, 2 months ago
  66. 39f5dae CAMELLIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  67. ba93f59 ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  68. e0e132f Fix misplaced extern "C" affecting MBEDTLS_ARIA_ALT by Gilles Peskine · 4 years, 2 months ago
  69. 1bc2c9c Merge pull request #4534 from gilles-peskine-arm/host_test-int32-2.16 by Ronald Cron · 4 years, 3 months ago
  70. 5ee166b Merge pull request #4326 from gilles-peskine-arm/openssl-dhparam-robustness-2.16 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  71. 85060d2 Merge pull request #4498 from netfoundry/gcc11.fixes_2.16 by Gilles Peskine · 4 years, 3 months ago
  72. 1012b7c Merge pull request #4504 from gilles-peskine-arm/ciphersuite-sha384-guard-2.16 by Gilles Peskine · 4 years, 3 months ago
  73. f26d12c Fix dependency for TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 by Gilles Peskine · 4 years, 3 months ago
  74. 8e40510 Merge pull request #4540 from daverodgman/padlock-docs-fix-2.16 by Dave Rodgman · 4 years, 3 months ago
  75. 7f0d193 Fix misuse of MD API in SSL constant-flow HMAC by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  76. 2317f7f Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 4 years, 3 months ago
  77. 04e12cf Fix build error when int32_t is not int by Gilles Peskine · 4 years, 3 months ago
  78. 174b18b Merge pull request #4461 from gilles-peskine-arm/generate-tests-python3-make-2.16 by Ronald Cron · 4 years, 3 months ago
  79. 6c0f91e Merge pull request #4502 from d3zd3z/bp216-posix-define by Gilles Peskine · 4 years, 3 months ago
  80. 6e57cb9 Add changelog for posix definition by David Brown · 4 years, 3 months ago
  81. 9911e4a Check if feature macro is defined before define it by Flavio Ceolin · 5 years ago
  82. 69c5f5d avoid -Wstringop-overflow when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  83. 7b81dcf avoid -Wfree-nonheap-object when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
  84. 3c546f7 Test that generate_test_code.py is still compatible with Python 2 by Gilles Peskine · 4 years, 3 months ago
  85. 484df75 Changelog entry for no longer explicitly invoking python2 by Gilles Peskine · 4 years, 3 months ago
  86. 99705a6 Use Python 3 instead of Python 2 to generate test files by Gilles Peskine · 4 years, 4 months ago
  87. f2fa6e5 Merge pull request #4487 from gilles-peskine-arm/tniessen-typos-in-header-files-2.16 by Ronald Cron · 4 years, 3 months ago
  88. 00a01c9 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
  89. 5b8f4db Merge pull request #4439 from gilles-peskine-arm/aes2crypt-removal-2.16 by Gilles Peskine · 4 years, 3 months ago
  90. 23e5f71 Merge pull request #4325 from gilles-peskine-arm/dhm_min_bitlen-bits-2.16 by Gilles Peskine · 4 years, 3 months ago
  91. e2c417d Remove the sample program aescrypt2 by Gilles Peskine · 6 years ago
  92. 377f4ed Merge pull request #4436 from gilles-peskine-arm/error-add-2.16 by Ronald Cron · 4 years, 3 months ago
  93. 531aede Fix an incorrect error code addition in pk_parse_key_pkcs8_unencrypted_der by Chris Jones · 4 years, 4 months ago
  94. 87e7b95 Merge pull request #4241 from stevew817/fix_missing_parenthesis_2.16 by Ronald Cron · 4 years, 3 months ago
  95. 91edd1e Improve changelog entry for #4217 by Dave Rodgman · 4 years, 3 months ago
  96. 21dab7a Merge pull request #4359 from gilles-peskine-arm/baremetal-no-test-hooks-2.16 by Ronald Cron · 4 years, 4 months ago
  97. bab7ef4 Disable debugging features in baremetal by Gilles Peskine · 4 years, 4 months ago
  98. 1724bd2 Merge pull request #4322 from gilles-peskine-arm/ecp-add-fix-tests-2.16 by Gilles Peskine · 4 years, 4 months ago
  99. 52d0b48 Merge pull request #4346 from mstarzyk-mobica/long_url_backport_mbedtls_216 by Gilles Peskine · 4 years, 4 months ago
  100. 270626e Allow changelog entries to have URLs exceeding 80 char limit. by Mateusz Starzyk · 4 years, 4 months ago