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