TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/dev/buffer-resizing
/
tests
/
scripts
195a8f7
Add an acceptance test for memory usage after handshake
by Piotr Nowicki
· 6 years ago
archive/dev/buffer-resizing
dev/buffer-resizing
aad82f9
Add variable buffer length tests to all.sh
by Darryl Green
· 6 years ago
765d240
Test component with malloc(0) returning NULL: run some ssl tests
by Gilles Peskine
· 5 years ago
c4ef7a9
Add a test component with malloc(0) returning NULL
by Gilles Peskine
· 6 years ago
7cb47de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
4c08dd4
Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os
by Manuel Pégourié-Gonnard
· 5 years ago
5da20cc
Merge pull request #3023 from gilles-peskine-arm/config-crypto
by Gilles Peskine
· 5 years ago
ec10bf1
Test GCC and Clang with common build options
by Gilles Peskine
· 6 years ago
6ec0f0f
Replace -O0 by -O1 or -Os in most components
by Gilles Peskine
· 6 years ago
2fdb1af
Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3
by Janos Follath
· 5 years ago
6bb3915
Always use "-O1 -Werror" in crypto-only test builds
by Gilles Peskine
· 6 years ago
ec541fe
Add test components for crypto-only builds
by Gilles Peskine
· 6 years ago
03035eb
Stop testing ssl3 when it isn't enabled
by Manuel Pégourié-Gonnard
· 6 years ago
f2e2902
Add detection for zlib headers to all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
95e0449
Add all.sh components with ZLIB enabled
by Manuel Pégourié-Gonnard
· 6 years ago
fb5faa2
Fix some pylint warnings
by Darryl Green
· 6 years ago
2e86a20
Remove component designed to test MAX_SIGNATURE_SIZE
by Gilles Peskine
· 6 years ago
ce35cb3
'make test' must fail if Asan fails
by Gilles Peskine
· 6 years ago
5ca393f
Asan make builds: avoid sanitizer recovery
by Gilles Peskine
· 6 years ago
2558d30
Use UBsan in addition to Asan with 'make test'
by Gilles Peskine
· 6 years ago
8fd5942
Unify ASan options in make builds
by Gilles Peskine
· 6 years ago
719ae74
Merge pull request #2884 from AndrzejKurek/iotssl-2886-fix-parallel-make-jobs-2
by Jaeden Amero
· 6 years ago
232e8f9
Enable parallel shared target tests
by Andrzej Kurek
· 6 years ago
230b87a
Merge remote-tracking branch 'origin/pr/2843' into development
by Jaeden Amero
· 6 years ago
717cd76
Restore MBEDTLS_TEST_OUTCOME_FILE after test_default_out_of_box
by Gilles Peskine
· 6 years ago
57870e8
Reject non-ASCII characters in test case descriptions
by Gilles Peskine
· 6 years ago
f12ad58
Process input files as binary
by Gilles Peskine
· 6 years ago
32b9421
Factor description-checking code into a common function
by Gilles Peskine
· 6 years ago
283df2e
Fix cosmetic error in warnings
by Gilles Peskine
· 6 years ago
168858f
Fix regex matching run_test calls in ssl-opt.sh
by Gilles Peskine
· 6 years ago
895868b
all.sh: run check-test-cases.py
by Gilles Peskine
· 6 years ago
600bb69
Better information messages for quick checks
by Gilles Peskine
· 6 years ago
a9478ba
Fix configuration short name in key-exchanges.pl
by Gilles Peskine
· 6 years ago
ba94b58
New test script check-test-cases.py
by Gilles Peskine
· 6 years ago
67ffdaf
all.sh --outcome-file creates an outcome file
by Gilles Peskine
· 6 years ago
16a25e0
Add set+get tests
by Gilles Peskine
· 6 years ago
fd7ad33
Consolidate tests for set with/without values
by Gilles Peskine
· 6 years ago
9004a17
Set meaningful test configuration names when running tests
by Gilles Peskine
· 6 years ago
a708dae
Add comment to help syntax highlighting in editors
by Gilles Peskine
· 6 years ago
61695e7
config.py testing: also test the get command
by Gilles Peskine
· 6 years ago
f686042
Fix config.py output when a symbol has acquired or lost a value
by Gilles Peskine
· 6 years ago
e3734bd
Remove redundant test case
by Gilles Peskine
· 6 years ago
878acd6
Test script for config.py
by Gilles Peskine
· 6 years ago
5d46f6a
Invoke config.py instead of config.pl
by Gilles Peskine
· 6 years ago
62be28b
Merge remote-tracking branch 'origin/pr/2469' into development
by Jaeden Amero
· 6 years ago
9f409f6
Enable MBEDTLS_MEMORY_DEBUG in memory buffer alloc test in all.sh
by Andrzej Kurek
· 6 years ago
4b3a45e
Remove unnecessary memory buffer alloc unsets
by Andrzej Kurek
· 6 years ago
1e56d2c
Disable DTLS proxy tests for MEMORY_BUFFER_ALLOC test
by Andrzej Kurek
· 6 years ago
69f20aa
all.sh: restructure memory allocator tests
by Andrzej Kurek
· 6 years ago
d706420
Add missing dependency in memory buffer alloc set in all.sh
by Hanno Becker
· 6 years ago
0163551
Add all.sh run with full config and ASan enabled
by Hanno Becker
· 6 years ago
0fb9ba2
Add all.sh run with MBEDTLS_MEMORY_BUFFER_ALLOC_C enabled
by Hanno Becker
· 6 years ago
790c281
Adapt all.sh to removal of buffer allocator from full config
by Unknown
· 6 years ago
c9c4ca3
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
ba7f4d1
Merge remote-tracking branch 'origin/pr/2771' into development
by Jaeden Amero
· 6 years ago
dc3a179
Fix copypasta in msg
by Gilles Peskine
· 6 years ago
6ce3072
When not using PSA crypto, disable it
by Gilles Peskine
· 6 years ago
751bb4c
Disable MEMORY_BUFFER_ALLOC with ASan
by Gilles Peskine
· 6 years ago
c6f1c84
Remove config.pl calls with no effect
by Gilles Peskine
· 6 years ago
4cf0e7e
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
0c6b799
Add Everest components to all.sh
by Gilles Peskine
· 6 years ago
37eb906
3rdparty: Fix Makefile coding conventions
by Christoph M. Wintersteiger
· 6 years ago
9b33e7d
ECDH: Exclude FStar and Hacl* from exported symbol checks
by Christoph M. Wintersteiger
· 7 years ago
346932a
Fix preprocessor directive recognition in list-enum-consts.pl
by Christoph M. Wintersteiger
· 7 years ago
e0e8eb3
ECDH: Add #ifdef filter to tests/scripts/list-enum-consts.pl
by Christoph M. Wintersteiger
· 7 years ago
f1cdcea
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
eef4c75
Adapt buffering test to new ticket size
by Manuel Pégourié-Gonnard
· 6 years ago
58f11d0
Merge branch 'development' into development-restricted
by Jaeden Amero
· 6 years ago
78d9d0c
check-names: Consider crypto-sourced header files
by Jaeden Amero
· 6 years ago
4017d88
Merge remote-tracking branch 'upstream-restricted/development-proposed' into development-restricted-proposed
by Gilles Peskine
· 6 years ago
61fc108
Merge remote-tracking branch 'upstream-public/pr/2728' into development
by Gilles Peskine
· 6 years ago
56c0161
Test that a shared library build produces a dynamically linked executable
by Gilles Peskine
· 6 years ago
cf74050
Test that the shared library build with CMake works
by Gilles Peskine
· 6 years ago
abf9b4d
Add a test of MBEDTLS_CONFIG_FILE
by Gilles Peskine
· 6 years ago
2c897d7
Document the rationale for the armel build
by Gilles Peskine
· 6 years ago
8a52af9
Switch armel build to -Os
by Gilles Peskine
· 6 years ago
93e4e03
Add a build on ARMv5TE in ARM mode
by Gilles Peskine
· 6 years ago
e637061
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
8306508
Merge remote-tracking branch 'origin/pr/2660' into development
by Jaeden Amero
· 6 years ago
072959f
Merge remote-tracking branch 'origin/pr/1622' into development
by Jaeden Amero
· 6 years ago
c510b1a
Merge remote-tracking branch 'origin/development' into development-restricted
by Jaeden Amero
· 6 years ago
74a87f8
Merge remote-tracking branch 'origin/pr/2738' into development
by Jaeden Amero
· 6 years ago
5db519b
Merge remote-tracking branch 'origin/pr/2730' into development
by Jaeden Amero
· 6 years ago
0b8b5e3
Merge remote-tracking branch 'origin/pr/2706' into development
by Jaeden Amero
· 6 years ago
702c659
Add a linker flag to enable gcov in basic-build-test.sh
by Philippe Antoine
· 6 years ago
0f220ec
Test with MBEDTLS_ECP_RESTARTABLE
by Jaeden Amero
· 6 years ago
55b49ee
Allow TODO in code
by Gilles Peskine
· 6 years ago
7dfcfce
Use the docstring in the command line help
by Gilles Peskine
· 6 years ago
5131f77
Fix parsing issue when int parameter is in base 16
by Ron Eldor
· 6 years ago
718c74c
Improve compatibility with firewalled networks
by Peter Kolbus
· 6 years ago
49c2435
Change Docker container to bionic
by Peter Kolbus
· 6 years ago
4225b1a
Clean up file prologue comments
by Peter Kolbus
· 6 years ago
e4e2d3a
Add docker-based test scripts
by Peter Kolbus
· 7 years ago
5dece6d
Restore programs/fuzz/Makefile after in-tree cmake
by Philippe Antoine
· 6 years ago
1c582c3
Restore tests/fuzz/Makefile after in-tree cmake
by Philippe Antoine
· 6 years ago
cd2c127
Adds LDFLAGS fsanitize=address
by Philippe Antoine
· 6 years ago
ab83fdf
CMake: Add a subdirectory build regression test
by Jaeden Amero
· 6 years ago
64e4595
Make the script portable to both pythons
by Ron Eldor
· 6 years ago
5075f4d
Update the test encoding to support python3
by Ron Eldor
· 6 years ago
33908e8
update the test script
by Ron Eldor
· 6 years ago
Next »