- 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
- 2317f7f Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 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
- 6f69d4c Remove multiplication from conditional assignments by Paul Elliott · 4 years, 5 months ago
- 4c71707 Prevent false positive CF Test Failures by Paul Elliott · 4 years, 5 months ago
- 7dac825 Add further more rigorous tests for base64 by Paul Elliott · 4 years, 5 months ago
- e8ee0f1 Fix Non CF access to table in base64 decrypt by Paul Elliott · 4 years, 5 months ago
- 6a66737 Optimise unneccesary cf table accesses away by Paul Elliott · 4 years, 5 months ago
- 86cb928 Fix incorrect assumptions about the size of size_t by Paul Elliott · 4 years, 5 months ago
- f13a47b Fixes for MSVC warnings by Paul Elliott · 4 years, 5 months ago
- 8d265f7 Add Changelog entry by Paul Elliott · 4 years, 5 months ago
- 69b904b First pass at constant flow tests for base64 by Paul Elliott · 4 years, 5 months ago
- 1b6a24f Merge pull request #4180 from gilles-peskine-arm/net_poll-fd_setsize-2.16 by Janos Follath · 4 years, 5 months ago
- 738d231 Attempt to make Base64 table access constant flow by Paul Elliott · 4 years, 6 months ago
- 388a9d3 Update error codes listed in the net_sockets documentation by Gilles Peskine · 4 years, 5 months ago
- 121d7c7 Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
- 58ec378 Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout} by Gilles Peskine · 4 years, 5 months ago
- f604240 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 5 months ago
- b01ce91 Merge pull request #4154 from chris-jones-arm/test-mutex-usage-2.16 by Gilles Peskine · 4 years, 5 months ago
- 57f8e91 Make entropy double-free work by Gilles Peskine · 4 years, 5 months ago
- 210a016 Add init-free tests for entropy by Gilles Peskine · 4 years, 5 months ago
- 6855d1a Add MBEDTLS_TEST_HOOKS to query_config.c by Chris Jones · 4 years, 6 months ago
- ed9f798 Fix typo in documentation by Gilles Peskine · 4 years, 6 months ago
- ce455dd Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
- 3c30a7a Changelog entry for RSA mutex usage fix by Gilles Peskine · 4 years, 6 months ago
- 718972e Fix mutex leak in RSA by Gilles Peskine · 4 years, 6 months ago
- b9fce3c Fix mutex double-free in RSA by Gilles Peskine · 4 years, 6 months ago
- ab58495 Add init-free tests for RSA by Gilles Peskine · 4 years, 6 months ago
- 468ef4b Add missing cleanup in a test function by Gilles Peskine · 4 years, 6 months ago
- 0c11622 Changelog entry for DRBG mutex usage fix by Gilles Peskine · 4 years, 6 months ago
- fb6876a Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- b5e295d Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- 0597489 Fix mutex leak in HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- 8319569 Document thread safety for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago