TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
ddde34c698ad9302d024eed20c68813fbb4277fa
/
tests
/
scripts
1ec7e6f
Python3 compatible generate_test_code.py
by Mohammad Azim Khan
· 7 years ago
78befd9
Rename generate_code.py -> generate_test_code.py
by Mohammad Azim Khan
· 7 years ago
b522929
Add support for per test suite helper functions
by Mohammad Azim Khan
· 7 years ago
f0e42fb
Add missing documentation and fix file doc strings
by Azim Khan
· 8 years ago
9540261
Incorporated code review comments
by Mohammad Azim Khan
· 8 years ago
d61b837
Update unit tests for change in test suites code generator
by Azim Khan
· 8 years ago
b1c2d0f
Use switch instead if if-else for dependency and expression checks.
by Azim Khan
· 8 years ago
663d470
Incorporate code review suggestions in mbedtls_test.py
by Azim Khan
· 8 years ago
599cd24
Update unit tests for code generator and make code generator more testable.
by Azim Khan
· 8 years ago
acc5473
Use FileWrapper class in place of file where line number is required
by Azim Khan
· 8 years ago
5e2ac1f
Updated generate_code.py unit tests
by Azim Khan
· 8 years ago
4b54323
Unit test generate_copy.py
by Azim Khan
· 8 years ago
13c6bfb
Gaurd test suite headers with suite dependency
by Azim Khan
· 8 years ago
1de892b
Update code as old template and generator is replaced with new one
by Azim Khan
· 8 years ago
191e904
Replace old template and code generator with new ones. Keep names
by Azim Khan
· 8 years ago
975d97e
Remove old test suite template and code generator script
by Azim Khan
· 8 years ago
2397bba
Update test generator for use of struct for hex parameters
by Azim Khan
· 8 years ago
d59391a
Add support for sending hex parameters
by Azim Khan
· 8 years ago
5e7f8df
Print Greentea __testcase_name indicator for Greentea to mark the test
by Azim Khan
· 8 years ago
a57a420
Add hex parameter dispatch
by Azim Khan
· 8 years ago
7a0d84f
On target test host test script
by Mohammad Azim Khan
· 8 years ago
fff4904
mbed-os test code generator
by Mohammad Azim Khan
· 8 years ago
729d781
Merge remote-tracking branch 'public/pr/779' into development
by Simon Butcher
· 7 years ago
5ca06c7
Merge remote-tracking branch 'public/pr/1724' into development
by Simon Butcher
· 7 years ago
bdf80d0
Merge remote-tracking branch 'public/pr/1810' into development
by Simon Butcher
· 7 years ago
a7b3543
Merge remote-tracking branch 'public/pr/1871' into development
by Simon Butcher
· 7 years ago
8e6a22a
Add additional i386 tests to all.sh
by Simon Butcher
· 7 years ago
7a6da6e
Expand i386 all.sh tests to full config ASan builds
by Simon Butcher
· 7 years ago
7c1258d
all.sh: Return error on keep-going failure
by Jaeden Amero
· 7 years ago
7d728bd
Merge remote-tracking branch 'public/pr/1454' into development
by Simon Butcher
· 7 years ago
922bd1e
Merge remote-tracking branch 'public/pr/1752' into development
by Simon Butcher
· 7 years ago
e7aeef0
Merge remote-tracking branch 'public/pr/536' into development
by Simon Butcher
· 7 years ago
991f9fe
all_sh: add a check for header inclusion in cpp_dummy_build.cpp
by Andrzej Kurek
· 7 years ago
05be06c
Make the C++ test mandatory by removing the --no-cxx flag from all.sh
by Andrzej Kurek
· 7 years ago
45a6719
Add a CXX build to all.sh to execute the C++ dummy test by default
by Andrzej Kurek
· 7 years ago
6665b67
Merge remote-tracking branch 'public/pr/1390' into development
by Simon Butcher
· 7 years ago
9fa21bf
Merge remote-tracking branch 'public/pr/1533' into development
by Simon Butcher
· 7 years ago
7994766
Fix usage of if_build_succeeded in all.sh zeroize test
by Andres Amaya Garcia
· 7 years ago
9fece7e
Add ChachaPoly ciphersuites to compat.sh
by Manuel Pégourié-Gonnard
· 7 years ago
0dadba2
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
c4dd073
test: Add test cases for separately reduced inward/outward buffer sizes
by Angus Gratton
· 7 years ago
d9c71da
Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default"
by Jaeden Amero
· 7 years ago
5f57f1e
Merge remote-tracking branch 'public/pr/1270' into development
by Simon Butcher
· 7 years ago
9b04e19
Use grep to detect zeroize test failures on GDB
by Andres Amaya Garcia
· 7 years ago
39b1904
Merge branch 'development' into iotssl-2257-chacha-poly-primitives
by Manuel Pégourié-Gonnard
· 7 years ago
2adb375
Add option to avoid 64-bit multiplication
by Manuel Pégourié-Gonnard
· 7 years ago
eb6ed71
Merge remote-tracking branch 'public/pr/1267' into development
by Simon Butcher
· 7 years ago
246cb05
Merge remote-tracking branch 'public/pr/1410' into development
by Simon Butcher
· 7 years ago
b02f789
Merge remote-tracking branch 'public/pr/1470' into development
by Simon Butcher
· 7 years ago
a3712be
Merge branch 'development' into iotssl-1941-aria-ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
a07039c
Add check-files.py to all.sh
by Darryl Green
· 7 years ago
10d9ce3
Add script for source integrity checking
by Darryl Green
· 7 years ago
11999bb
Fix minor code style issues
by Darryl Green
· 7 years ago
a331e0f
Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed
by Jaeden Amero
· 7 years ago
09c4e7e
Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed
by Jaeden Amero
· 7 years ago
5ffe41c
Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default
by Gilles Peskine
· 7 years ago
b44692f
Merge branch 'mbedtls_ssl_get_key_exchange_md_ssl_tls-return_hashlen' into tls_async_server-2.9
by Gilles Peskine
· 7 years ago
708c5cb
mbedtls_zeroize -> mbedtls_platform_zeroize in docs
by Andres Amaya Garcia
· 7 years ago
dbb14e0
all.sh: run ssl-opt.sh on ECJPAKE, SSL async
by Gilles Peskine
· 8 years ago
eecea0e
Update zeroize test to use mbedtls_platform_zeroize()
by Andres Amaya Garcia
· 7 years ago
757cd72
Update license headers year and branding
by Andres Amaya Garcia
· 7 years ago
42defd1
Improve docs for zeroize.c and test_zeroize.gdb
by Andres Amaya Garcia
· 7 years ago
806f403
Improve detection of program exit code in gdb script
by Andres Amaya Garcia
· 8 years ago
7111a0d
Change test_zeroize.gdb script breakpoint due to zeroize.c change
by Andres Amaya Garcia
· 8 years ago
2967381
Extend zeroize tests to multiple optimizations
by Andres Amaya Garcia
· 8 years ago
24768bf
Improve test_zeroize.gdb breakpoint
by Andres Amaya Garcia
· 8 years ago
d0d7bf6
Add gdb zeroize test when compiling with clang
by Andres Amaya Garcia
· 8 years ago
f2d1792
Document test_zeroize.gdb script
by Andres Amaya Garcia
· 8 years ago
ddebc49
Add gdb script to test mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
c4ec716
Fix uninitialized var in check-generated-files.sh
by Andres AG
· 7 years ago
4c1e2ec
Check generated-visualc-files in check-generated-files
by Andres Amaya Garcia
· 8 years ago
533407a
Use "#!/usr/bin/env perl" as shebang line.
by fbrosson
· 7 years ago
0ed632f
Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed
by Gilles Peskine
· 7 years ago
8645e90
Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed
by Jaeden Amero
· 7 years ago
79db933
Fix shared library lookup on Mac OS X when running tests
by Andres Amaya Garcia
· 7 years ago
98a6786
Adapt changes to all.sh to work with --keep-going mode
by Hanno Becker
· 7 years ago
783cb06
Remove duplicate test in all.sh
by Hanno Becker
· 7 years ago
396fac1
all.sh --keep-going: properly handle multiple-builds scripts
by Gilles Peskine
· 7 years ago
15ad579
Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted
by Gilles Peskine
· 7 years ago
0114ffc
all.sh: Verify out-of-tree testing with CMake
by Gilles Peskine
· 7 years ago
a71d64c
all.sh: fix cleanup happening during an out-of-tree build
by Gilles Peskine
· 7 years ago
31b07e2
all.sh: be more conservative when cleaning up CMake artefacts
by Gilles Peskine
· 7 years ago
38d8165
all.sh: add opposites to all boolean options
by Gilles Peskine
· 7 years ago
8a244c9
all.sh: option parsing: reduce vertical spread
by Gilles Peskine
· 7 years ago
2623296
all.sh: with --no-armcc, don't call armcc from output_env.sh
by Gilles Peskine
· 7 years ago
553a06f
Merge remote-tracking branch 'upstream-restricted/pr/351' into development-restricted-proposed
by Gilles Peskine
· 7 years ago
7547682
Merge remote-tracking branch 'upstream-public/pr/1249' into development-proposed
by Gilles Peskine
· 7 years ago
6f486a6
Fix merge error
by Hanno Becker
· 7 years ago
a3389eb
Merge branch 'development-restricted' into iotssl-1306-rsa-is-vulnerable-to-bellcore-glitch-attack
by Hanno Becker
· 7 years ago
05e464d
Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
b4ef45b
all.sh: build with -O -Werror in the full config
by Gilles Peskine
· 7 years ago
6b36892
Add compat.sh ARIA run to all.sh
by Manuel Pégourié-Gonnard
· 7 years ago
0afe624
all.sh: add test with MBEDTLS_DEPRECATED_REMOVED
by Gilles Peskine
· 7 years ago
df29868
Merge branch 'pr_1280' into development-proposed
by Gilles Peskine
· 7 years ago
14c3c06
Test with 32-bit and 64-bit bignum limbs on all architectures
by Gilles Peskine
· 8 years ago
48e689e
Remove duplicate build run
by Gilles Peskine
· 8 years ago
f4fbdda
Add test command for 64-bit ILP32 in all.sh
by Andres Amaya Garcia
· 8 years ago
9522409
Remove picocoin reference configuration
by Simon Butcher
· 8 years ago
d485c31
Make small corrections to all.sh
by Hanno Becker
· 8 years ago
88683b2
Correct all.sh and config.h after merge commit
by Hanno Becker
· 8 years ago
Next »