TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
8b7b879143beedea68da37fb29fac29e4177625c
/
tests
/
scripts
/
all.sh
62daad3
all.sh: Adhere to convention that build_ prefixes build-only tests
by Hanno Becker
· 6 years ago
b7769e4
Remove wrong reference to ARMCC in all.sh test name
by Hanno Becker
· 6 years ago
c4296a3
Modify all.sh test names to reflect use of ARMCC
by Hanno Becker
· 6 years ago
e7895aa
Add all.sh test for baremetal.h runtime test
by Hanno Becker
· 6 years ago
fe1bd78
Add all.sh test for hardcoded elliptic curve
by Hanno Becker
· 6 years ago
6dd8e1c
Add all.sh test for hardcoded miscellaneous SSL config options
by Hanno Becker
· 6 years ago
2a0cd5a
Add all.sh test for hardcoded IO callbacks
by Hanno Becker
· 6 years ago
9fb3f1e
Add all.sh test for hardcoded SSL version
by Hanno Becker
· 6 years ago
ffb45b9
Add test for hardcoded timer callbacks to all.sh
by Hanno Becker
· 6 years ago
efe1327
Add test to all.sh exercising hardcoded ciphersuite
by Hanno Becker
· 6 years ago
de8869c
Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
37261e6
Merge remote-tracking branch 'restricted/pr/601' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
29f2dd0
Address review comments
by Jarno Lamsa
· 6 years ago
0905c3d
Add test to all.sh
by Jarno Lamsa
· 6 years ago
abd929c
Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19
by Hanno Becker
· 6 years ago
94a94f6
Remove memory buffer alloc from i386 test in all.sh
by Hanno Becker
· 6 years ago
22cf255
Force linking of pthread in 'full config' tests in all.sh
by Hanno Becker
· 6 years ago
7dbf49a
Enable threading in all.sh test for X.509 on demand parsing
by Hanno Becker
· 6 years ago
bfabd1d
Add test to all.sh
by Hanno Becker
· 6 years ago
393338c
Merge pull request #586 from ARMmbed/remove_peer_crt_after_handshake_no_digest-baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
79cf74a
Merge pull request #583 from ARMmbed/remove_peer_crt_after_handshake-baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
cc3b7cc
Merge pull request #579 from Patater/bm-dont-use-non-existent-encrypt-then-mac
by Manuel Pégourié-Gonnard
· 6 years ago
5ecbd14
Merge remote-tracking branch 'origin/pr/2701' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
a5ebd5f
Merge remote-tracking branch 'origin/pr/2615' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
096bccf
Merge remote-tracking branch 'origin/pr/2450' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
e256f7c
Add test for !KEEP_PEER_CERTIFICATE + !RENEGOTIAITON to all.sh
by Hanno Becker
· 6 years ago
92820a1
Add test for !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE to all.sh
by Hanno Becker
· 6 years ago
7400e8f
Merge remote-tracking branch 'origin/pr/591' into baremetal
by Simon Butcher
· 6 years ago
f2ef573
Merge remote-tracking branch 'origin/pr/598' into baremetal
by Simon Butcher
· 6 years ago
b1cb0bd
all.sh: Add test for MBEDTLS_X509_REMOVE_INFO
by Peter Kolbus
· 7 years ago
31ae7fa
Add test for build warnings with baremetal.h
by Manuel Pégourié-Gonnard
· 6 years ago
1abb159
Merge branch 'mbedtls-2.16' into baremetal
by Hanno Becker
· 6 years ago
dcab202
Add all.sh component that exercises invalid_param checks
by Gilles Peskine
· 6 years ago
8118e46
Pass -m32 to the linker as well
by Gilles Peskine
· 6 years ago
1adf212
Merge remote-tracking branch 'origin/pr/2497' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
fa8e6da
all.sh: Perform targeted EtM tests for MAC-less configs
by Jaeden Amero
· 6 years ago
2eaf2c7
ssl: Don't access non-existent encrypt_then_mac field
by Jaeden Amero
· 6 years ago
21d1c32
Merge remote-tracking branch 'origin/pr/574' into baremetal
by Simon Butcher
· 6 years ago
f3c43dd
Merge branch 'mbedtls-2.16' into baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
f8c355a
Adapt buffering test to new ticket size
by Manuel Pégourié-Gonnard
· 6 years ago
e562e7d
Add run to all.sh exercising !MBEDTLS_PEM_PARSE_C + !MBEDTLS_FS_IO
by Hanno Becker
· 6 years ago
0edb924
Merge remote-tracking branch 'origin/pr/565' into baremetal
by Simon Butcher
· 6 years ago
473f2d4
all.sh: invoke check-names.sh in print-trace-on-exit mode
by Gilles Peskine
· 6 years ago
999ac17
Merge remote-tracking branch 'origin/pr/566' into baremetal
by Simon Butcher
· 6 years ago
afdc1b5
Consistently use the name tinycrypt over uecc
by Manuel Pégourié-Gonnard
· 6 years ago
8751e35
Remove baremetal from build component names
by Jarno Lamsa
· 6 years ago
4498de5
Address review comments about all.sh
by Jarno Lamsa
· 6 years ago
d91f7fa
Add native build targets for uecc baremetal config
by Jarno Lamsa
· 6 years ago
65ea285
Fix typo
by Jarno Lamsa
· 6 years ago
f6371ff
Add armcc5 build for uecc and baremetal config
by Jarno Lamsa
· 6 years ago
6e6ae9b
Use 'config.pl baremetal' in all.sh
by Manuel Pégourié-Gonnard
· 6 years ago
0a47c4f
Clarify comment mangled by an earlier refactoring
by Gilles Peskine
· 6 years ago
99a3310
Add an "out-of-box" component
by Gilles Peskine
· 6 years ago
7dd44b2
Run ssl-opt.sh on 32-bit runtime
by Gilles Peskine
· 6 years ago
db8821c
Merge remote-tracking branch 'origin/pr/2470' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
b0abd1c
Merge remote-tracking branch 'origin/pr/2388' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
37e0a8c
Adjust DES exclude lists in test scripts
by Andres Amaya Garcia
· 6 years ago
ac9c522
Exclude 3DES tests in test scripts
by Andres Amaya Garcia
· 7 years ago
7b9fcdc
Fix pylint errors going uncaught
by Gilles Peskine
· 6 years ago
d5f4759
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
1e2aa72
all.sh: Test MBEDTLS_MPI_WINDOW_SIZE=1
by Peter Kolbus
· 7 years ago
3098707
all.sh: Fix check_headers_in_cpp
by Peter Kolbus
· 7 years ago
69f190e
Rename test_memcheck to test_valgrind
by Gilles Peskine
· 7 years ago
a28db92
Support wildcard patterns with a positive list of components to run
by Gilles Peskine
· 7 years ago
53190e6
Delete $OUT_OF_SOURCE_DIR under --force
by Gilles Peskine
· 7 years ago
d1174cf
Fix sometimes-spurious warning about changed config.h
by Gilles Peskine
· 7 years ago
c70637a
all.sh: Update the maintainer documentation
by Gilles Peskine
· 7 years ago
cc9f0b9
Merge the code to call output_env.sh into pre_check_tools
by Gilles Peskine
· 7 years ago
8796426
all.sh: only check tools that are going to be used
by Gilles Peskine
· 7 years ago
5331c6e
all.sh: only look for armcc if it is used
by Gilles Peskine
· 7 years ago
beb3a81
all.sh: Always build the list of components to run
by Gilles Peskine
· 7 years ago
878cf60
all.sh: list components automatically
by Gilles Peskine
· 7 years ago
a1fc4b5
all.sh: fix MAKEFLAGS setting
by Gilles Peskine
· 7 years ago
a16c2b1
all.sh: don't insist on Linux; always run Valgrind
by Gilles Peskine
· 7 years ago
4976e82
Gdb script: improve portability of ASLR disabling disabling
by Gilles Peskine
· 7 years ago
5fa32a7
Use CMAKE_BUILD_TYPE to do Asan builds
by Gilles Peskine
· 7 years ago
55f7c94
Fix inconsistent indentation
by Gilles Peskine
· 7 years ago
b28636b
Merge tag 'mbedtls-2.16.0' into all_sh-2.14
by Gilles Peskine
· 7 years ago
608953e
Back up and restore config.h systematically
by Gilles Peskine
· 7 years ago
ffcdeff
Add the current component name to msg output and the final report
by Gilles Peskine
· 7 years ago
81b96ed
Add --except mode: run all components except a list
by Gilles Peskine
· 7 years ago
9252511
all.sh: with non-option arguments, run only these components
by Gilles Peskine
· 7 years ago
348fb9a
New option --list-components
by Gilles Peskine
· 7 years ago
782f411
Move test-ref-configs into its own component
by Gilles Peskine
· 7 years ago
e48351a
Move cleanup into the common wrapper function
by Gilles Peskine
· 7 years ago
9f8f92c
Remove duplicate component for RSA_NO_CRT
by Gilles Peskine
· 7 years ago
8f07312
Move the code into functions. No behavior change.
by Gilles Peskine
· 7 years ago
ee427b2
tests: Backup config.h before modifying it
by Jaeden Amero
· 7 years ago
840af0a
Add tests to all.sh for CHECK_PARAMS edge cases
by Manuel Pégourié-Gonnard
· 7 years ago
53b45ec
Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed
by Simon Butcher
· 7 years ago
3869384
Merge remote-tracking branch 'public/pr/2031' into development
by Simon Butcher
· 7 years ago
e5fecec
Add test for MBEDTLS_PLATFORM_{CALLOC/FREE}_MACRO to all.sh
by Hanno Becker
· 7 years ago
5c39d7a
Remove redundant check in all.sh
by Gilles Peskine
· 7 years ago
bd90a8c
In keep-going mode, don't hard-fail on some tests
by Gilles Peskine
· 7 years ago
3ad2efd
Remove Yotta support from the docs, tests and build scripts
by Simon Butcher
· 7 years ago
487cdf5
In keep-going mode, don't hard-fail on some auxiliary script
by Gilles Peskine
· 7 years ago
68dbc94
Merge remote-tracking branch 'public/pr/1951' into development
by Simon Butcher
· 7 years ago
2f5aa4c
all.sh: Add builds allowing to test dropping buffered messages
by Hanno Becker
· 7 years ago
ee6529e
Add generate_test_code.py unit tests in all.sh
by Mohammad Azim Khan
· 7 years ago
2179810
Pylint tests in all.sh
by Mohammad Azim Khan
· 7 years ago
Next »