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