- e41442b Merge pull request #872 from ARMmbed/mbedtls-2.16.12_merge_into_release by Dave Rodgman · 3 years, 8 months ago archive/mbedtls-2.16 mbedtls-2.16
- cf46671 Merge pull request #869 from ARMmbed/mbedtls-2.16.12rc0-pr by Dave Rodgman · 3 years, 8 months ago mbedtls-2.16.12 v2.16.12
- b9f4568 Improve wording of a ChangeLog entry by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- fb4e9be Remove some bashisms from all.sh by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 6fc3aa0 Update version header in ChangeLog by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- b0bb3c8 Bump version to 2.16.12 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 652e035 Assemble ChangeLog by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- b0c54a7 Fix misleading ChangeLog entry formatting. by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 1f65e31 Double-free goes under security, not bugfix. by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- fef64d5 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.12rc0-pr by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 7b9cd91 Merge pull request #5328 from gilles-peskine-arm/zeroize-tag-2.16 by Gilles Peskine · 3 years, 8 months ago
- b3f2273 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
- e72ab77 Merge pull request #5311 from paul-elliott-arm/pkcs12_fix_2.16 by Gilles Peskine · 3 years, 8 months ago
- 7cab499 Initialize hash_len before using it by Gilles Peskine · 3 years, 8 months ago
- 746cfb1 Generalize MAC zeroization changelog entry by Gilles Peskine · 3 years, 8 months ago
- 6f8d7f1 PKCS#1v1.5 signature: better cleanup of temporary values by Gilles Peskine · 3 years, 8 months ago
- cd9e751 mbedtls_ssl_parse_finished: zeroize expected finished value on error by Gilles Peskine · 3 years, 8 months ago
- 75b596f mbedtls_ssl_cookie_check: zeroize expected cookie on cookie mismatch by Gilles Peskine · 3 years, 8 months ago
- 8dc7b24 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
- 1f0f42f Merge pull request #5315 from gilles-peskine-arm/missing-ret-check-mbedtls_md_hmac-2.16 by Dave Rodgman · 3 years, 8 months ago
- a89bdf0 Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
- 95f869c Move changelog entry file that was in the wrong directory by Gilles Peskine · 3 years, 8 months ago
- 957e383 Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
- 102cc6d Add expected output for tests by Paul Elliott · 3 years, 8 months ago
- 987bb38 Remove incorrect hashing by Paul Elliott · 3 years, 8 months ago
- b4bfcbb Add explanation for safety in function by Paul Elliott · 3 years, 8 months ago
- 2cd6590 Delete unneccesary changelog entry by Paul Elliott · 3 years, 8 months ago
- 88ba5b5 Simplify Input usage macros by Paul Elliott · 3 years, 8 months ago
- fe35e84 Rename (and relabel) pkcs12 test case by Paul Elliott · 3 years, 8 months ago
- 2ed0537 Remove incorrect test dependency by Paul Elliott · 3 years, 8 months ago
- 5e75dbe Documentation fixes by Paul Elliott · 3 years, 8 months ago
- c7b3205 Stop CMake out of source tests running on 16.04 by Paul Elliott · 3 years, 8 months ago
- 159c8f8 Fix missing test dependancies by Paul Elliott · 3 years, 9 months ago
- faba220 Add PKCS12 tests by Paul Elliott · 3 years, 9 months ago
- 6b5707c Better fix for empty password / salt by Paul Elliott · 3 years, 9 months ago
- 45f1300 Further documentation improvements by Paul Elliott · 3 years, 9 months ago
- a87f009 Make changelog more specific by Paul Elliott · 3 years, 9 months ago
- 4d44341 Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
- 6ec13af Merge pull request #5307 from gilles-peskine-arm/test-missing-ret-check-202112-2.16 by Gilles Peskine · 3 years, 8 months ago
- a0b0dce Don't fail until everything is initialized by Gilles Peskine · 3 years, 8 months ago
- 4423cd3 Check return values in more places by Gilles Peskine · 3 years, 8 months ago
- 6ce0692 Merge pull request #5302 from paul-elliott-arm/test_suite_cipher_returns_2.16 by Gilles Peskine · 3 years, 8 months ago
- dc31a41 Merge pull request #5300 from paul-elliott-arm/crypt_and_hash_prog_2.16 by Gilles Peskine · 3 years, 8 months ago
- 8727985 Merge pull request #5281 from davidhorstmann-arm/2.16-improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
- 4eadb02 Add checked return to cipher setup by Paul Elliott · 3 years, 8 months ago
- 32c4224 Add checks for return values to md functions by Paul Elliott · 3 years, 8 months ago
- d4a3cbd Merge pull request #864 from davidhorstmann-arm/2.16-fix-session-copy-bug by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- 18504f4 Add changelog entry for session copy bugfix by David Horstmann · 3 years, 8 months ago
- eb490aa [session] fix a session copy bug by 吴敬辉 · 3 years, 8 months ago
- f39bd97 Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
- 286bd24 Merge pull request #5271 from gilles-peskine-arm/fix-builds-with-only-mbedtls_bignum_c-defined-2.16 by Gilles Peskine · 3 years, 8 months ago
- 942f8b6 Add changelog entry for build error fixes by Gilles Peskine · 3 years, 8 months ago
- 7b420a8 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
- 1d2c74c Merge pull request #5135 from openluopworld/origin/mbedtls-2.16 by Gilles Peskine · 3 years, 9 months ago
- c634df2 Merge pull request #5215 from tom-cosgrove-arm/pr5105-2.16 by Gilles Peskine · 3 years, 9 months ago
- a5f85c8 further improvements to sha256 docs by Tom Cosgrove · 3 years, 9 months ago
- f4307d5 doc improvement in aes include by Tom Cosgrove · 3 years, 9 months ago
- 62d5f81 Merge pull request #5151 from tom-cosgrove-arm/serialise-builds-of-archives-on-windows-2.16 by Gilles Peskine · 3 years, 9 months ago
- 0a81720 Serialise builds of the .a files on Windows by Tom Cosgrove · 3 years, 9 months ago
- ed798a9 An initialization vector IV can have any number of bits between 1 and by openluopworld · 3 years, 9 months ago
- d895668 Merge pull request #5088 from gilles-peskine-arm/test_ssl_o2-2.16 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 27fc786 Merge pull request #5098 from gilles-peskine-arm/ssl-opt-resend-retry-2.16 by paul-elliott-arm · 3 years, 9 months ago
- 70227d2 Merge pull request #4819 from gilles-peskine-arm/base64-no-table-2.16 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- cd1d83c Merge pull request #5112 from paul-elliott-arm/ssl_opt_fixes_2.16 by Gilles Peskine · 3 years, 9 months ago
- 46e57d9 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
- 355a1f4 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
- 8e82c78 Fix typo in documentation by Gilles Peskine · 3 years, 9 months ago
- cda1281 Fix copypasta in comment by Gilles Peskine · 3 years, 9 months ago
- 3712501 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
- 8389025 Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
- e31a9ea Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
- ad58e92 Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
- 342147a Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
- 87b036f Add trivial record_outcome function to facilitate backports by Gilles Peskine · 3 years, 10 months ago
- 30b8132 Remove redundant "should we skip?" block by Gilles Peskine · 3 years, 10 months ago
- 77624b2 Always set a build type for cmake when building for testing by Gilles Peskine · 3 years, 10 months ago
- 1323670 Fix cmake invocation syntax by Gilles Peskine · 3 years, 10 months ago
- 858373a Switch cmake -O2 builds around to where we test a lot by Gilles Peskine · 3 years, 10 months ago
- 3638a96 Clarify a comment by Gilles Peskine · 3 years, 10 months ago
- 2ae2431 Correct support function name by Gilles Peskine · 3 years, 10 months ago
- c131775 Build with -O2 when running ssl-opt by Gilles Peskine · 3 years, 10 months ago
- 90b10c3 Merge pull request #4847 from mstarzyk-mobica/ecb-alt-ret-2.16 by Gilles Peskine · 3 years, 10 months ago
- 91341c3 Merge pull request #5074 from paul-elliott-arm/fix-resumption-openssl-client-tests-2.16 by Gilles Peskine · 3 years, 10 months ago
- 0ab7941 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
- 316a6aa Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
- 6c64983 Spelling fix by Paul Elliott · 3 years, 10 months ago
- a470075 Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 19f1f78 Backport OPENSSL_NEXT to ssl-opt.sh by Paul Elliott · 3 years, 10 months ago
- 9e0402b Merge pull request #5036 from gilles-peskine-arm/readme-add-contacts-2.16 by Gilles Peskine · 3 years, 10 months ago
- 1c9137d Merge pull request #5034 from gilles-peskine-arm/all.sh-makeflags-nproc-2.16 by Gilles Peskine · 3 years, 10 months ago
- 0bf8f98 Add contact information directly on the home page by Gilles Peskine · 3 years, 10 months ago
- bbce377 Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
- c72255f Fix the build without MBEDTLS_PLATFORM_C by Gilles Peskine · 3 years, 10 months ago
- ccfc2bf Merge pull request #4958 from gilles-peskine-arm/make-tests-v-2.16 by Gilles Peskine · 3 years, 10 months ago
- 24180ac 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
- c68b9e0 Merge pull request #4948 from gilles-peskine-arm/muladdc-amd64-memory-2.16 by Gilles Peskine · 3 years, 11 months ago
- 666e3df Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
- 7c84723 x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
- c7bd734 Merge pull request #4904 from kennethsoerensen/pkparse-warning_2_16 by Gilles Peskine · 4 years ago
- 806ac52 Backport 2.16: Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago