- 2f28c6b Free context at the end of aes_crypt_xts_size() by JoeSubbiani · 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
- 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
- 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
- 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
- c24a1e8 Make assemble changelog script enforce line length by Paul Elliott · 4 years, 5 months ago
- 6527cd3 Enforce dhm_min_bitlen exactly, not just the byte size by Gilles Peskine · 4 years, 8 months ago
- 3e7b61c More precise testing of dhm_min_len by Gilles Peskine · 4 years, 8 months ago
- 63a2b91 Fix SSL tests scripts with recent OpenSSL server with Diffie-Hellman by Gilles Peskine · 4 years, 4 months ago
- cd7d074 mbedtls_mpi_read_string("-0") no longer produces a "negative zero" by Gilles Peskine · 4 years, 4 months ago
- 2c8cfcf Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
- c3ccae7 Unit test function for mbedtls_ecp_muladd by Gilles Peskine · 4 years, 4 months ago
- 984fd07 Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
- 228b98f Add a few unit tests for mbedtls_mpi_read_string with leading zeros by Gilles Peskine · 4 years, 4 months ago
- 384a088 Merge pull request #4310 from daverodgman/check-names-grep-backport-2.16 by Dave Rodgman · 4 years, 4 months ago
- aa9dfbf Make check-names.sh accept any grep by Dave Rodgman · 4 years, 4 months ago
- 05371be Merge pull request #3905 from gilles-peskine-arm/ssl-opt-less-grep-2.16 by Gilles Peskine · 4 years, 4 months ago
- b72f0ed Merge pull request #4273 from gilles-peskine-arm/etags-no-line-directive-2.16 by Ronald Cron · 4 years, 4 months ago
- f70a314 TAGS: Fix lookup in test/suites/!(test_suite_*).function by Gilles Peskine · 4 years, 7 months ago
- cb25374 Merge pull request #3720 from militant-daos/mbedtls-2.16 by Gilles Peskine · 4 years, 4 months ago
- 22092e4 Add changelog entry for #4217 by Steven Cooreman · 4 years, 4 months ago
- 4a5ed02 Add missing parenthesis by Steven Cooreman · 4 years, 5 months ago
- 09d3309 Merge pull request #4230 from rrlapointe/dtls_demo_use_read_timeout_2.16 by Gilles Peskine · 4 years, 5 months ago
- d807637 Fix inaccurate comment in sample DTLS server by Ryan LaPointe · 4 years, 5 months ago
- a7e586b Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 4 years, 5 months ago
- c5714bb Fix regexp detection by Gilles Peskine · 4 years, 10 months ago
- b7bb068b Avoid using grep for test case names if possible by Gilles Peskine · 5 years ago
- 5bf15b6 Reduce the use of grep by Gilles Peskine · 5 years ago
- d61fa61 Merge pull request #814 from ARMmbed/mbedtls-2.16.10-rc0-pr by Dave Rodgman · 4 years, 5 months ago mbedtls-2.16.10 v2.16.10
- 7bee63a Bump version to Mbed TLS 2.16.10 by Dave Rodgman · 4 years, 5 months ago
- c776582 Update Changelog for 2.16.10 by Dave Rodgman · 4 years, 5 months ago
- 18a8698 Add missing changelog entry by Dave Rodgman · 4 years, 5 months ago
- 2ed6fe0 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.10-rc by Dave Rodgman · 4 years, 5 months ago
- c785394 Merge pull request #810 from paul-elliott-arm/cf_base64_work_2_16 by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- cd65b62 Code style fixups by Paul Elliott · 4 years, 5 months ago
- 0c0f9ad Fixup changelog formatting by Paul Elliott · 4 years, 5 months ago
- c22d0b9 Fix misnamed base64 test by Paul Elliott · 4 years, 5 months ago
- 4823624 Fix carelessly copy pasted comment by Paul Elliott · 4 years, 5 months ago
- 490c5d4 Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago