TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
f4afbf926efe2bc923b1f48cae21ce158c2986d5
/
scripts
303d399
Merge remote-tracking branch 'origin/pr/609' into baremetal
by Simon Butcher
· 6 years ago
9ec3fe0
Introduce configuration option to remove CRT verification callbacks
by Hanno Becker
· 6 years ago
0956e3e
Exclude NO_SHA224 option from scripts/config.pl
by Manuel Pégourié-Gonnard
· 6 years ago
8239fad
TinyCrypt Config: Don't set MBEDTLS_USE_TINYCRYPT in config.pl full
by Hanno Becker
· 6 years ago
42e4e72
Merge remote-tracking branch 'origin/pr/648' into baremetal
by Simon Butcher
· 6 years ago
d6fba18
Merge pull request #643 from hanno-arm/secp256r1-baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
fc8adba
Merge branch 'mbedtls-2.16' into baremetal-2.16-20190827
by Manuel Pégourié-Gonnard
· 6 years ago
4009d8f
Make function mbedtls_ssl_set_hostname(...) as optional
by Teppo Järvelin
· 6 years ago
4a4047c
Add script to auto-generate certs.c
by Hanno Becker
· 6 years ago
d64a2f7
Fix wrong ifdef in ssl_server2 & add test for it
by Manuel Pégourié-Gonnard
· 6 years ago
a1f3c52
Add --build-only option to baremetal.sh --ram
by Hanno Becker
· 6 years ago
f010eba
Merge pull request #632 from hanno-arm/baremetal_sh_debug-baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
7c575d2
Merge pull request #605 from ARMmbed/x509_ondemand_remove_unneeded_fields
by Manuel Pégourié-Gonnard
· 6 years ago
0a4c78f
Add --debug option to baremetal.sh
by Hanno Becker
· 6 years ago
64b4b6e
Change worktree_rev to HEAD for rev-parse
by Darryl Green
· 6 years ago
133294e
Merge remote-tracking branch 'origin/mbedtls-2.16' into baremetal
by Simon Butcher
· 6 years ago
47a4cba
Split _abi_compliance_command into smaller functions
by Gilles Peskine
· 6 years ago
ea94391
Record the commits that were compared
by Gilles Peskine
· 6 years ago
826286a
Document how to build the typical argument for -s
by Gilles Peskine
· 6 years ago
c53b93b
Allow running /somewhere/else/path/to/abi_check.py
by Gilles Peskine
· 6 years ago
d07614c
Introduce MBEDTLS_X509_CRT_REMOVE_SUBJECT_ISSUER_ID removing IDs
by Hanno Becker
· 6 years ago
843b71a
Introduce MBEDTLS_X509_CRT_REMOVE_TIME removing time fields from CRT
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
7ee1d48
Merge remote-tracking branch 'restricted/pr/607' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
44ba6b0
Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed
by Manuel Pégourié-Gonnard
· 6 years ago
3b876ac
Adapt baremetal.h and baremetal.sh
by Hanno Becker
· 6 years ago
26ac9c4
Exclude new negative options from config.pl full
by Manuel Pégourié-Gonnard
· 6 years ago
abd929c
Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19
by Hanno Becker
· 6 years ago
691aa96
baremetal: Use Oz when building with armclang
by Jaeden Amero
· 6 years ago
73a36ff
windows: Fix Release x64 configuration
by Jaeden Amero
· 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
b4d967a
Remove MBEDTLS_X509_REMOVE_INFO from `scripts/config.pl full`
by Hanno Becker
· 6 years ago
070f107
Add --check option to scripts/baremetal.sh
by Manuel Pégourié-Gonnard
· 6 years ago
1abb159
Merge branch 'mbedtls-2.16' into baremetal
by Hanno Becker
· 6 years ago
ba8b1eb
Use negated option for controlling TLS support.
by Manuel Pégourié-Gonnard
· 6 years ago
342223e
Merge remote-tracking branch 'origin/pr/2676' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
7cc9ca8
baremetal.sh: Print code-size summary
by Hanno Becker
· 6 years ago
0ae1a53
Show removed symbols in abi check
by Darryl Green
· 6 years ago
f3c43dd
Merge branch 'mbedtls-2.16' into baremetal
by Manuel Pégourié-Gonnard
· 6 years ago
e831f55
Remove all abi dumps, not just ones shared between versions
by Darryl Green
· 6 years ago
d5e1bfc
Merge remote-tracking branch 'origin/pr/569' into baremetal
by Simon Butcher
· 6 years ago
0edb924
Merge remote-tracking branch 'origin/pr/565' into baremetal
by Simon Butcher
· 6 years ago
4ce0604
Enable use of CID in baremetal configuration and test script
by Hanno Becker
· 6 years ago
fce6f83
Merge branch 'mbedtls-2.16' into baremetal
by Hanno Becker
· 6 years ago
999ac17
Merge remote-tracking branch 'origin/pr/566' into baremetal
by Simon Butcher
· 6 years ago
fbf3c8a
Only use submodule if present
by Darryl Green
· 6 years ago
afdc1b5
Consistently use the name tinycrypt over uecc
by Manuel Pégourié-Gonnard
· 6 years ago
00c0aa0
Exclude MBEDTLS_USE_UECC from the full config
by Jarno Lamsa
· 6 years ago
2e7c7cd
Merge remote-tracking branch 'public/mbedtls-2.16' into baremetal
by Simon Butcher
· 6 years ago
a0415bc
Use check_output instead of Popen
by Darryl Green
· 6 years ago
03c5e85
Start unused variable with underscore
by Darryl Green
· 6 years ago
3c9e7d2
Correct documentation
by Darryl Green
· 6 years ago
6b3cbfa
Check that the report directory is a directory
by Darryl Green
· 6 years ago
30dc6d5
Use namespaces instead of full classes
by Darryl Green
· 6 years ago
26dff8e
Fix pylint issues
by Darryl Green
· 6 years ago
5783847
Don't put abi dumps in subfolders
by Darryl Green
· 6 years ago
6602538
Add verbose switch to silence all output except the final report
by Darryl Green
· 6 years ago
3f74298
Fetch the remote crypto branch, rather than cloning it
by Darryl Green
· 6 years ago
88bfbc2
Prefix internal functions with underscore
by Darryl Green
· 6 years ago
7381bea
Add RepoVersion class to make handling of many arguments easier
by Darryl Green
· 6 years ago
0478a32
Reduce indentation levels
by Darryl Green
· 6 years ago
7c0e052
Improve documentation
by Darryl Green
· 6 years ago
06c51d0
Use optional arguments for setting repositories
by Darryl Green
· 6 years ago
c8e6ad4
Only build the library
by Darryl Green
· 6 years ago
879f250
Add ability to compare submodules from different repositories
by Darryl Green
· 6 years ago
de11809
Add handling for cases when not all .so files are present
by Darryl Green
· 6 years ago
ae5d66c
Extend functionality to allow setting crypto submodule version
by Darryl Green
· 6 years ago
131e24b
Simplify logic for checking if report folder can be removed
by Darryl Green
· 6 years ago
0da4578
Add option for a brief report of problems only
by Darryl Green
· 6 years ago
668063b
Add option to skip identifiers in ABI checks
by Darryl Green
· 6 years ago
5a301f0
Extend abi-checking to different repos
by Darryl Green
· 6 years ago
4cd4b4b
abi_check: Update submodules
by Jaeden Amero
· 7 years ago
9ef6028
abi_check: Allow checking current checkout
by Jaeden Amero
· 7 years ago
db8821c
Merge remote-tracking branch 'origin/pr/2470' into mbedtls-2.16
by Jaeden Amero
· 6 years ago
7f6e808
Remove uninitialized variable error in baremetal.sh
by Hanno Becker
· 6 years ago
b4d8fab
Rename generate_codesize_stats.sh to extract_codesize_stats.sh
by Hanno Becker
· 6 years ago
1373724
Add static callgraph output to `baremetal.sh --ram --stack`
by Hanno Becker
· 6 years ago
c7c2081
Measure stack usage in baremetal script
by Hanno Becker
· 6 years ago
7a09785
Correct usage instructions for baremetal script
by Hanno Becker
· 6 years ago
a778959
Don't ignore I/O and ECP heap usage in baremetal script
by Hanno Becker
· 6 years ago
5541e4e
Add usage instructions to baremetal heap+stack usage function
by Hanno Becker
· 6 years ago
43fa8d6
Add scripts to build, test and measure baremetal configuration
by Hanno Becker
· 6 years ago
5d8aade
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 7 years ago
afd19dd
Silence pylint
by Gilles Peskine
· 6 years ago
9df1763
abi_check.py: Document more methods
by Gilles Peskine
· 6 years ago
4c47e18
Fix check-generated-files.sh failure with query_config
by Andres Amaya Garcia
· 7 years ago
c6753cd
Use \r instead of 0xD in generate_visualc_files.pl
by Andres Amaya Garcia
· 7 years ago
fe52d2a
Update query_config.c with new macros
by Andres Amaya Garcia
· 7 years ago
4eb040a
Exclude macros from query_config.c generation
by Andres Amaya Garcia
· 7 years ago
c500ad8
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 7 years ago
c46ea38
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 7 years ago
024694e
Fix missing include in vs proj files for query programs
by Andres Amaya Garcia
· 7 years ago
5547a40
Improve comments in query_config.fmt
by Andres Amaya Garcia
· 7 years ago
d2689e3
Fix GCC 0-length printf format string error
by Andres Amaya Garcia
· 7 years ago
289c64a
Fix multiple stdio.h inclusion in query_config.c
by Andres Amaya Garcia
· 7 years ago
e8b11dd
Fix typo in quenerate_query_config.pl comment
by Andres Amaya Garcia
· 7 years ago
e144b41
Add gen_query_config.pl to check-gen-files and bump_version
by Andres Amaya Garcia
· 7 years ago
f1a5b26
Script generation of query_config.c file
by Andres Amaya Garcia
· 7 years ago
0ff4e0b
Add platform error codes
by Ron Eldor
· 7 years ago
Next »