summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Test each failure mode of pk_parse_key_pkcs1_der()Manuel Pégourié-Gonnard2020-02-18
* Clean up test function pk_parse_keyManuel Pégourié-Gonnard2020-02-18
* Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16Manuel Pégourié-Gonnard2020-02-11
|\
| * Test GCC and Clang with common build optionsGilles Peskine2020-02-03
| * Replace -O0 by -O1 or -Os in most componentsGilles Peskine2020-02-03
* | Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16Manuel Pégourié-Gonnard2020-02-06
|\ \
| * | shrink tests: clearer descriptionGilles Peskine2020-02-03
| * | Move test functions from Lilliput to BlefuscuGilles Peskine2020-02-03
| * | Better coverage for copy and swapGilles Peskine2020-02-03
| * | Bignum copy/shrink: More precise test case descriptionsGilles Peskine2020-02-03
| |/
* | Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16Janos Follath2020-02-04
|\ \ | |/ |/|
| * De-duplicate SHA1-independent test in ssl-opt.shManuel Pégourié-Gonnard2020-01-30
| * Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1Manuel Pégourié-Gonnard2020-01-30
* | Merge pull request #2972 from mpg/add-zlib-tests-2.16Manuel Pégourié-Gonnard2020-01-31
|\ \ | |/ |/|
| * Add detection for zlib headers to all.shManuel Pégourié-Gonnard2020-01-29
| * Add test for record compression in ssl-opt.shManuel Pégourié-Gonnard2020-01-03
| * Add all.sh components with ZLIB enabledManuel Pégourié-Gonnard2020-01-03
* | Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16...Janos Follath2020-01-29
|\ \
| * | Add missing return code check on calls to mbedtls_md()Gilles Peskine2020-01-27
| * | Check that mbedtls_mpi_grow succeedsGilles Peskine2020-01-27
* | | Bump version to Mbed TLS 2.16.4Janos Follath2020-01-20
|/ /
* | Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restrictedJaeden Amero2020-01-15
|\|
| * Fix some pylint warningsDarryl Green2019-12-20
| * Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16Jaeden Amero2019-11-29
| |\
| | * CTR_DRBG: support set_entropy_len() before seed()Gilles Peskine2019-10-23
| * | Enable more test cases without MBEDTLS_MEMORY_DEBUGGilles Peskine2019-11-26
| * | More accurate test case descriptionGilles Peskine2019-11-26
| * | Clarify that the "FATAL" message is expectedGilles Peskine2019-11-26
* | | mpi_lt_mpi_ct: Add further testsJanos Follath2019-11-11
* | | mpi_lt_mpi_ct: Fix test numberingJanos Follath2019-11-11
* | | mpi_lt_mpi_ct perform tests for both limb sizeJanos Follath2019-11-11
* | | mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbsJanos Follath2019-11-11
* | | Add more tests for mbedtls_mpi_lt_mpi_ctJanos Follath2019-11-11
* | | mpi_lt_mpi_ct test: hardcode base 16Janos Follath2019-11-11
* | | Change mbedtls_mpi_cmp_mpi_ct to check less thanJanos Follath2019-11-11
* | | Add tests to constant time mpi comparisonJanos Follath2019-11-11
|/ /
* | Merge pull request #2899 from gilles-peskine-arm/asan-test-fail-2.16Jaeden Amero2019-10-22
|\ \
| * | 'make test' must fail if Asan failsGilles Peskine2019-10-21
| * | Asan make builds: avoid sanitizer recoveryGilles Peskine2019-10-21
| * | Use UBsan in addition to Asan with 'make test'Gilles Peskine2019-10-21
| * | Unify ASan options in make buildsGilles Peskine2019-10-21
| |/
* | Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16Jaeden Amero2019-10-22
|\ \ | |/ |/|
| * Add a test component with malloc(0) returning NULLGilles Peskine2019-09-30
* | Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16Jaeden Amero2019-10-02
|\ \
| * | Fix compilation errorRon Eldor2019-09-25
| * | Add const to variableRon Eldor2019-09-25
| * | Fix endianity issue when reading uint32Ron Eldor2019-09-25
| * | Increase test suite timeoutRon Eldor2019-09-25
| * | Reduce stack usage of test_suite_pkcs1_v15Ron Eldor2019-09-25
| * | Reduce stack usage of test_suite_pkcs1_v21Ron Eldor2019-09-25