Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
033c42a90bf66c3fe1755fe606f751ed6b18d559
/
scripts
7cb47de
query_config: Move to programs/test
by Jaeden Amero
· 6 years ago
5da20cc
Merge pull request #3023 from gilles-peskine-arm/config-crypto
by Gilles Peskine
· 5 years ago
31987c6
Add config presets with only crypto
by Gilles Peskine
· 5 years ago
2b9ebce
Remove deprecated modules from config.py full
by Manuel Pégourié-Gonnard
· 5 years ago
df587ee
Remove duplicate include statement
by Janos Follath
· 5 years ago
2d20567
Add two error codes to the Error module
by Janos Follath
· 5 years ago
987e271
If python3 fails, make it clear that this isn't fatal
by Gilles Peskine
· 5 years ago
df78e49
Error out rather than call python on the perl script
by Gilles Peskine
· 5 years ago
0409bcd
Compatibility redirect: add copyright notice
by Gilles Peskine
· 5 years ago
a103c18
Compatibility redirect: if python3 is not available, try python
by Gilles Peskine
· 5 years ago
f686042
Fix config.py output when a symbol has acquired or lost a value
by Gilles Peskine
· 5 years ago
c190c90
Documentation improvements
by Gilles Peskine
· 5 years ago
221df1e
Fix "#define ... not found" error when using the default file name
by Gilles Peskine
· 5 years ago
0c7fcd2
Fix "--force set" without a value sneaking a None in
by Gilles Peskine
· 5 years ago
435ce22
Fix --force requiring an argument
by Gilles Peskine
· 5 years ago
55cc4db
Fix Config.unset() making the name known
by Gilles Peskine
· 5 years ago
208e4ec
Also search config.h near the script
by Gilles Peskine
· 5 years ago
6cf3127
Report an error if switching to Python fails
by Gilles Peskine
· 5 years ago
98eb365
Fix 'config.py set' without --force
by Gilles Peskine
· 5 years ago
0fa5efb
Fix encoding errors
by Gilles Peskine
· 5 years ago
90b30b6
Print help when invoked with no arguments
by Gilles Peskine
· 5 years ago
bf359c7
Replace config.pl by a redirection to config.py
by Gilles Peskine
· 5 years ago
5d46f6a
Invoke config.py instead of config.pl
by Gilles Peskine
· 5 years ago
40f103c
Support writing to a different file
by Gilles Peskine
· 5 years ago
2d89ccc
Sort symbol lists in alphabetical order
by Gilles Peskine
· 5 years ago
6c2d078
Remove obsolete options from config.py
by Gilles Peskine
· 5 years ago
53d41ae
Implement the 'full' and 'baremetal' configurations
by Gilles Peskine
· 5 years ago
b406389
Mbed TLS configuration file manipulation library and tool
by Gilles Peskine
· 5 years ago
dc54953
Don't set MBEDTLS_MEMORY_DEBUG through `scripts/config.pl full`
by Hanno Becker
· 6 years ago
2ea2f05
Update documentation of exceptions for `config.pl full`
by Hanno Becker
· 6 years ago
909e68d
Disable memory buffer allocator in full config
by Hanno Becker
· 6 years ago
6cddd30
ECDH: Disable Everest by default
by Christoph M. Wintersteiger
· 6 years ago
c14dd84
ECDH: Add Everest Curve25519 to VS project files
by Christoph M. Wintersteiger
· 6 years ago
762351b
Change worktree_rev to HEAD for rev-parse
by Darryl Green
· 5 years ago
ada828f
Split _abi_compliance_command into smaller functions
by Gilles Peskine
· 6 years ago
3e2da4a
Record the commits that were compared
by Gilles Peskine
· 6 years ago
b6ce234
Document how to build the typical argument for -s
by Gilles Peskine
· 6 years ago
6aa32cc
Allow running /somewhere/else/path/to/abi_check.py
by Gilles Peskine
· 6 years ago
66b7edb
Merge remote-tracking branch 'origin/pr/2711' into development
by Jaeden Amero
· 6 years ago
e2d5b9e
Merge remote-tracking branch 'origin/pr/2690' into development
by Jaeden Amero
· 6 years ago
4f4af6e
windows: Fix Release x64 configuration
by Jaeden Amero
· 6 years ago
d042198
Merge remote-tracking branch 'origin/pr/2675' into development
by Jaeden Amero
· 6 years ago
39a8a26
Merge remote-tracking branch 'origin/pr/2661' into development
by Jaeden Amero
· 6 years ago
c5de462
Making version features easily ROM-able when using Arm C compiler.
by Máté Varga
· 6 years ago
c6f874b
Show removed symbols in abi check
by Darryl Green
· 6 years ago
f2688e2
Remove all abi dumps, not just ones shared between versions
by Darryl Green
· 6 years ago
9f3d39d
Generating visualc files - let Mbed TLS take precedence over crypto
by Andrzej Kurek
· 6 years ago
b78cf2b
Adjust visual studio file generation to always use the crypto submodule
by Andrzej Kurek
· 6 years ago
9c754a9
config.pl: disable PSA_ITS_FILE and PSA_CRYPTO_STORAGE for baremetal
by Andrzej Kurek
· 6 years ago
03c35a5
Disable MBEDTLS_ECP_RESTARTABLE in full config
by Andrzej Kurek
· 6 years ago
971dea3
Enable USE_PSA_CRYPTO with config.pl full
by Manuel Pégourié-Gonnard
· 6 years ago
de7636e
Enable MBEDTLS_PSA_CRYPTO_C by default
by Manuel Pégourié-Gonnard
· 6 years ago
d2dba36
Only use submodule if present
by Darryl Green
· 6 years ago
5c03c65
Merge remote-tracking branch 'origin/pr/2547' into development
by Jaeden Amero
· 6 years ago
b2ee0b8
Use check_output instead of Popen
by Darryl Green
· 6 years ago
021dc3f
generate_visualc_files.pl: add mbedtls source shadowing by crypto
by Andrzej Kurek
· 6 years ago
upstream/archive/iotssl-2801-generate-files-with-submodule
463f049
generate_errors.pl: refactor and simplify the code
by Andrzej Kurek
· 6 years ago
f025d53
Start unused variable with underscore
by Darryl Green
· 6 years ago
f67e349
Correct documentation
by Darryl Green
· 6 years ago
e90205f
generate_errors.pl: typo fix
by Andrzej Kurek
· 6 years ago
9b11af4
revert changes to generate_features.pl and generate_query_config.pl
by Andrzej Kurek
· 6 years ago
492bc40
Check that the report directory is a directory
by Darryl Green
· 6 years ago
0d1ca51
Use namespaces instead of full classes
by Darryl Green
· 6 years ago
8184df5
Fix pylint issues
by Darryl Green
· 6 years ago
fe9a675
Don't put abi dumps in subfolders
by Darryl Green
· 6 years ago
3c3da79
Add verbose switch to silence all output except the final report
by Darryl Green
· 6 years ago
1d95c53
Fetch the remote crypto branch, rather than cloning it
by Darryl Green
· 6 years ago
3a5f6c8
Prefix internal functions with underscore
by Darryl Green
· 6 years ago
7c1a733
Add RepoVersion class to make handling of many arguments easier
by Darryl Green
· 6 years ago
e29ce70
Reduce indentation levels
by Darryl Green
· 6 years ago
4cde8a0
Improve documentation
by Darryl Green
· 6 years ago
c5132ff
Use optional arguments for setting repositories
by Darryl Green
· 6 years ago
ddf25a6
Only build the library
by Darryl Green
· 6 years ago
4831145
Add ability to compare submodules from different repositories
by Darryl Green
· 6 years ago
3e7a980
Add handling for cases when not all .so files are present
by Darryl Green
· 6 years ago
9f357d6
Extend functionality to allow setting crypto submodule version
by Darryl Green
· 6 years ago
3d3d552
Simplify logic for checking if report folder can be removed
by Darryl Green
· 6 years ago
e62f9bb
Add option for a brief report of problems only
by Darryl Green
· 6 years ago
c2883a2
Add option to skip identifiers in ABI checks
by Darryl Green
· 6 years ago
da84e32
Extend abi-checking to different repos
by Darryl Green
· 6 years ago
91c6030
generate_errors.pl: add mbedtls header shadowing by crypto headers
by Andrzej Kurek
· 6 years ago
7c1e619
Merge remote-tracking branch 'origin/pr/2464' into development
by Jaeden Amero
· 6 years ago
92f91fc
Add an option to use crypto source files in generated visual c project
by Andrzej Kurek
· 6 years ago
b4b1ae1
Add description of generate_query_config.pl argument
by Andrzej Kurek
· 6 years ago
79369cd
Add crypto includes when generating features in generate_features.pl
by Andrzej Kurek
· 6 years ago
ef90760
Include crypto config when generating query config
by Andrzej Kurek
· 6 years ago
57f4d9e
Update crypto submodule to test with private headers
by Jaeden Amero
· 6 years ago
b0fc484
Add crypto includes when generating errors in generate_errors.pl
by Andrzej Kurek
· 6 years ago
4a51228
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 6 years ago
e915d53
Silence pylint
by Gilles Peskine
· 6 years ago
712afa7
abi_check.py: Document more methods
by Gilles Peskine
· 6 years ago
415620c
Merge remote-tracking branch 'origin/pr/2105' into development
by Jaeden Amero
· 6 years ago
1724574
Add MBEDTLS_PSA_HAS_ITS_IO to config.pl exclude list
by Andrzej Kurek
· 6 years ago
d3643ef
Add PSA defines to config.pl exclude list
by Andrzej Kurek
· 6 years ago
17c53c5
Fix check-generated-files.sh failure with query_config
by Andres Amaya Garcia
· 6 years ago
bc432b8
Use \r instead of 0xD in generate_visualc_files.pl
by Andres Amaya Garcia
· 6 years ago
8645f73
Update query_config.c with new macros
by Andres Amaya Garcia
· 6 years ago
ef672f0
Exclude macros from query_config.c generation
by Andres Amaya Garcia
· 6 years ago
27b3372
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 6 years ago
5bc6e92
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 6 years ago
Next »