Merge remote-tracking branch 'origin/pr/2701' into mbedtls-2.16

* origin/pr/2701:
  Add all.sh component that exercises invalid_param checks
  Remove mbedtls_param_failed from programs
  Make it easier to define MBEDTLS_PARAM_FAILED as assert
  Make test suites compatible with #include <assert.h>
  Pass -m32 to the linker as well
This commit is contained in:
Jaeden Amero
2019-06-21 13:24:18 +01:00
54 changed files with 104 additions and 535 deletions

View File

@@ -6,6 +6,10 @@ Bugfix
* Fix to allow building test suites with any warning that detects unused
functions. Fixes #1628.
Changes
* Make it easier to define MBEDTLS_PARAM_FAILED as assert (which config.h
suggests). #2671
= mbed TLS 2.16.2 branch released 2019-06-11
Security