TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
5bd9f56d158e8725f14ea94a04b4d9ca977f772c
/
tests
5bd9f56
all.sh: run selftest in the full config and with ASan
by Gilles Peskine
· 5 years ago
ff87343
Merge pull request #3207 from mpg/check-bounds-of-test-intex-in-suites-2.16
by Gilles Peskine
· 5 years ago
15316fd
Merge pull request #3169 from gilles-peskine-arm/check-windows-files-2.16
by Gilles Peskine
· 5 years ago
531b00b
Make negative function_id value impossible in test suites
by k-stachowiak
· 6 years ago
12c299c
Merge pull request #3184 from gilles-peskine-arm/pylint-up-to-2.4-2.16
by Gilles Peskine
· 5 years ago
da1d437
Merge pull request #3197 from piotr-now/max_pathlen_overflow_mbedtls-2.16
by Jaeden Amero
· 5 years ago
acf7f2c
Guard from undefined behaviour in case of an INT_MAX max_pathlen
by Andrzej Kurek
· 5 years ago
a8bc328
Merge pull request #3164 from ronald-cron-arm/unmet-dependencies-buffer-overflow-fix-2.16
by Gilles Peskine
· 5 years ago
399b82f
Pylint: minor code simplifications
by Gilles Peskine
· 5 years ago
5d1dfd4
Pylint: abide by useless-object-inheritance warnings
by Gilles Peskine
· 5 years ago
a1bb3f8
mbedtls_test.py: drop compatibility with Python 2
by Gilles Peskine
· 5 years ago
af67f8d
Document more methods in Python scripts
by Gilles Peskine
· 5 years ago
8c3ad4b
Make check_python_files non-optional in all.sh
by Gilles Peskine
· 5 years ago
c373000
Make sure to use a Python 3 pylint
by Gilles Peskine
· 5 years ago
c04703c
Bump version to Mbed TLS 2.16.6
by Janos Follath
· 5 years ago
368ccd4
In Windows files, detect CR without LF as well as LF without CR
by Gilles Peskine
· 5 years ago
0d5b016
Check that Windows files have Windows line endings
by Gilles Peskine
· 5 years ago
cecc726
Also check Windows files
by Gilles Peskine
· 5 years ago
1978b68
Sort the list for easier maintenance
by Gilles Peskine
· 5 years ago
eb9929e
List each item on a separate line for easier maintenance
by Gilles Peskine
· 5 years ago
d69f51b
Clarify confusion between file names and suffixes of file names
by Gilles Peskine
· 5 years ago
b19ad11
unit tests: Indicate missing unmet dependencies
by Ronald Cron
· 5 years ago
69cc630
unit tests: Fix potential buffer overflow
by Ronald Cron
· 5 years ago
bde4d30
Prefer unsigned types for non-negative numbers
by Gilles Peskine
· 6 years ago
07c83f2
unit tests: Backport ARRAY_LENGTH macro
by Ronald Cron
· 5 years ago
5e65619
Merge pull request #3142 from mpg/fix-reconnect-2.16
by Gilles Peskine
· 5 years ago
901e87e
Merge pull request #3124 from AndrzejKurek/typo_asn1_tests
by Manuel Pégourié-Gonnard
· 5 years ago
e8caf26
Since unmet_dependencies stores integers, represent them as int
by Gilles Peskine
· 5 years ago
34cbf10
Adjust timeout of tests with "no resend" assertions
by Manuel Pégourié-Gonnard
· 6 years ago
b85ce9e
Add negative test for hard reconnect cookie check
by Manuel Pégourié-Gonnard
· 5 years ago
5c15847
Typo fix in test_suite_asn1write.function
by Andrzej Kurek
· 5 years ago
98a879a
Improve some test names in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 5 years ago
47f7287
Change the use of pylint to optionally use pylint3
by Simon Butcher
· 5 years ago
acfa368
Merge pull request #2439 from andresag01/mbedtls-2.16-iotssl-2544-deprecate-record-accel
by Manuel Pégourié-Gonnard
· 5 years ago
9f3bdb8
Add test for MBEDTLS_SSL_HW_RECORD_ACCEL in all.sh
by Andres Amaya Garcia
· 7 years ago
498e632
Fix possible close_notify/ClientHello confusion
by Manuel Pégourié-Gonnard
· 5 years ago
334cf59
Bump version to Mbed TLS 2.16.5
by Janos Follath
· 5 years ago
96ed13e
Test each failure mode of pk_parse_key_pkcs1_der()
by Manuel Pégourié-Gonnard
· 5 years ago
12fb9c3
Clean up test function pk_parse_key
by Manuel Pégourié-Gonnard
· 5 years ago
a59988e
Merge pull request #3029 from gilles-peskine-arm/test-opt-all-2.16
by Manuel Pégourié-Gonnard
· 5 years ago
8d9b1c4
Merge pull request #3027 from gilles-peskine-arm/mpi_copy_shrink-2.16
by Manuel Pégourié-Gonnard
· 6 years ago
82ebf51
Merge pull request #3019 from mpg/fix-ssl-opt-gnutls-no-sha1-2.16
by Janos Follath
· 6 years ago
0fe92c2
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
99d70d8
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
8ece857
shrink tests: clearer description
by Gilles Peskine
· 6 years ago
e0ced3a
Move test functions from Lilliput to Blefuscu
by Gilles Peskine
· 6 years ago
8fe3b79
Better coverage for copy and swap
by Gilles Peskine
· 6 years ago
e6cca7c
Bignum copy/shrink: More precise test case descriptions
by Gilles Peskine
· 6 years ago
a7b9007
Merge pull request #2972 from mpg/add-zlib-tests-2.16
by Manuel Pégourié-Gonnard
· 6 years ago
d20ae89
De-duplicate SHA1-independent test in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
7c9add2
Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1
by Manuel Pégourié-Gonnard
· 6 years ago
bac9f1b
Merge pull request #3001 from from gilles-peskine-arm/coverity-20200115-2.16 into mbedtls-2.16
by Janos Follath
· 6 years ago
114d339
Add detection for zlib headers to all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
75aab52
Add missing return code check on calls to mbedtls_md()
by Gilles Peskine
· 6 years ago
1a30fbb
Check that mbedtls_mpi_grow succeeds
by Gilles Peskine
· 6 years ago
32b0216
Bump version to Mbed TLS 2.16.4
by Janos Follath
· 6 years ago
39e2c0e
Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
mbedtls-2.16.4
95a17fb
Add test for record compression in ssl-opt.sh
by Manuel Pégourié-Gonnard
· 6 years ago
4ef189d
Add all.sh components with ZLIB enabled
by Manuel Pégourié-Gonnard
· 6 years ago
349a079
Fix some pylint warnings
by Darryl Green
· 6 years ago
c054643
Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16
by Jaeden Amero
· 6 years ago
554d5d5
Enable more test cases without MBEDTLS_MEMORY_DEBUG
by Gilles Peskine
· 6 years ago
4a55e7c
More accurate test case description
by Gilles Peskine
· 6 years ago
19baefa
Clarify that the "FATAL" message is expected
by Gilles Peskine
· 6 years ago
b159ae8
mpi_lt_mpi_ct: Add further tests
by Janos Follath
· 6 years ago
b2fddfd
mpi_lt_mpi_ct: Fix test numbering
by Janos Follath
· 6 years ago
1452862
mpi_lt_mpi_ct perform tests for both limb size
by Janos Follath
· 6 years ago
798e394
mbedtls_mpi_lt_mpi_ct: add tests for 32 bit limbs
by Janos Follath
· 6 years ago
e1bf02a
Add more tests for mbedtls_mpi_lt_mpi_ct
by Janos Follath
· 6 years ago
27d221a
mpi_lt_mpi_ct test: hardcode base 16
by Janos Follath
· 6 years ago
867a3ab
Change mbedtls_mpi_cmp_mpi_ct to check less than
by Janos Follath
· 6 years ago
e9ae630
Add tests to constant time mpi comparison
by Janos Follath
· 6 years ago
912ffe4
CTR_DRBG: support set_entropy_len() before seed()
by Gilles Peskine
· 6 years ago
ec904e4
Merge pull request #2899 from gilles-peskine-arm/asan-test-fail-2.16
by Jaeden Amero
· 6 years ago
8fedeaa
Merge pull request #2871 from gilles-peskine-arm/test_malloc_0_null-2.16
by Jaeden Amero
· 6 years ago
33685f5
'make test' must fail if Asan fails
by Gilles Peskine
· 6 years ago
ac47906
Asan make builds: avoid sanitizer recovery
by Gilles Peskine
· 6 years ago
b1478e8
Use UBsan in addition to Asan with 'make test'
by Gilles Peskine
· 6 years ago
ff26b04
Unify ASan options in make builds
by Gilles Peskine
· 6 years ago
b9fc079
Merge remote-tracking branch 'origin/pr/2864' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
b0328ba
Merge remote-tracking branch 'origin/pr/2323' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
c6b0986
Add a test component with malloc(0) returning NULL
by Gilles Peskine
· 6 years ago
ae9f2a2
Fix compilation error
by Ron Eldor
· 6 years ago
39512b4
Add const to variable
by Ron Eldor
· 6 years ago
6e76108
Fix endianity issue when reading uint32
by Ron Eldor
· 6 years ago
2ad73aa
Increase test suite timeout
by Ron Eldor
· 7 years ago
3adb981
Reduce stack usage of test_suite_pkcs1_v15
by Ron Eldor
· 7 years ago
5d7254a
Reduce stack usage of test_suite_pkcs1_v21
by Ron Eldor
· 7 years ago
e4c5fa7
Reduce stack usage of test_suite_rsa
by Ron Eldor
· 7 years ago
5533f4a
Reduce stack usage of test_suite_pk
by Ron Eldor
· 7 years ago
60ebd98
Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh
by Andrzej Kurek
· 6 years ago
c73f857
Remove unnecessary memory buffer alloc and memory backtrace unsets
by Andrzej Kurek
· 6 years ago
1f5a596
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
by Andrzej Kurek
· 6 years ago
1d07082
all.sh: restructure memory allocator tests
by Andrzej Kurek
· 6 years ago
d130b98
Add missing dependency in memory buffer alloc set in all.sh
by Hanno Becker
· 6 years ago
f8799e8
Add all.sh run with full config and ASan enabled
by Hanno Becker
· 6 years ago
74b5e34
Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled
by Hanno Becker
· 6 years ago
a9c2a3b
Adapt all.sh to removal of buffer allocator from full config
by Andrzej Kurek
· 6 years ago
fcb8711
Bump version to Mbed TLS 2.16.3
by Jaeden Amero
· 6 years ago
8940867
Merge remote-tracking branch 'origin/mbedtls-2.16' into mbedtls-2.16-restricted
by Jaeden Amero
· 6 years ago
Next »