TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/better-cf-padding-checks
/
scripts
/
config.pl
1e14827
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
987e271
If python3 fails, make it clear that this isn't fatal
by Gilles Peskine
· 6 years ago
df78e49
Error out rather than call python on the perl script
by Gilles Peskine
· 6 years ago
0409bcd
Compatibility redirect: add copyright notice
by Gilles Peskine
· 6 years ago
a103c18
Compatibility redirect: if python3 is not available, try python
by Gilles Peskine
· 6 years ago
6cf3127
Report an error if switching to Python fails
by Gilles Peskine
· 6 years ago
bf359c7
Replace config.pl by a redirection to config.py
by Gilles Peskine
· 6 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
· 7 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
57f4d9e
Update crypto submodule to test with private headers
by Jaeden Amero
· 6 years ago
4a51228
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 7 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
e10f191
Remove MBEDTLS_PSA_CRYPTO_SPM from config.pl
by Hanno Becker
· 7 years ago
aeefa49
Add config option for X.509/TLS to use PSA
by Manuel Pégourié-Gonnard
· 7 years ago
484ee33
psa: Add PSA Crypto configuration
by Jaeden Amero
· 7 years ago
9fa21bf
Merge remote-tracking branch 'public/pr/1533' into development
by Simon Butcher
· 7 years ago
2adb375
Add option to avoid 64-bit multiplication
by Manuel Pégourié-Gonnard
· 7 years ago
533407a
Use "#!/usr/bin/env perl" as shebang line.
by fbrosson
· 7 years ago
a3389eb
Merge branch 'development-restricted' into iotssl-1306-rsa-is-vulnerable-to-bellcore-glitch-attack
by Hanno Becker
· 7 years ago
c4e9694
Add MBEDTLS_NO_UDBL_DIVISION to excludes of full config
by Azim Khan
· 8 years ago
c3c3a68
Update usage description
by Azim Khan
· 8 years ago
0d44573
Add option to do baremetal configuration.
by Azim Khan
· 8 years ago
8ca0e8f
Minor style fix
by Gilles Peskine
· 8 years ago
d98e9e8
config.pl get: be better behaved
by Gilles Peskine
· 8 years ago
01f57e3
config.pl get: don't rewrite config.h; detect write errors
by Gilles Peskine
· 8 years ago
f0f55cc
Fixed "config.pl get" for options with no value
by Gilles Peskine
· 8 years ago
7c0f17d
Add `MBEDTLS_RSA_NO_CRT` to options unaffected by `config.pl full`
by Hanno Becker
· 8 years ago
c6f346b
Fix get option in config.pl script
by Hanno Becker
· 8 years ago
2adecba
Clarify Comments and Fix Typos (#651)
by Brian J Murray
· 9 years ago
3d26513
Fix for config.pl if no arguments are passed
by Simon Butcher
· 9 years ago
dd9895d
Fix config.pl to return successful exitcode for full and realfull
by Simon Butcher
· 9 years ago
4ae8691
Adds 'get' command to scripts/config.pl to retrieve config state
by Simon Butcher
· 9 years ago
ab5df40
Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY
by Simon Butcher
· 9 years ago
53de784
Add entropy safety switch.
by Janos Follath
· 9 years ago
73883c1
Fixes formatting of spacing in config.pl
by SimonB
· 9 years ago
60f2cf9
Adds option to config.pl to force config changes
by SimonB
· 9 years ago
1989caf
Use a full config.h with doxygen
by Manuel Pégourié-Gonnard
· 10 years ago
7f9049b
Make config.pl more resistant to misuse
by Manuel Pégourié-Gonnard
· 10 years ago
a14cbb6
Have config.pl return non-zero rather than warn
by Manuel Pégourié-Gonnard
· 10 years ago
7ee5ddd
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
b752715
Expand config.pl's notion of "full"
by Manuel Pégourié-Gonnard
· 10 years ago
7b53889
Remove support for HAVE_INT8 and HAVE_INT16
by Manuel Pégourié-Gonnard
· 10 years ago
b20a70f
Move rename.pl to scripts & add data file
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
8a89fcd
Rm references to removed config options
by Manuel Pégourié-Gonnard
· 10 years ago
ea0920f
Adjust test scripts to new RC4 defaults
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
f6080b8
Merge support for enabling / disabling renegotiation support at compile-time
by Paul Bakker
· 11 years ago
86b2908
Adapt to "negative" switch for renego
by Manuel Pégourié-Gonnard
· 11 years ago
052ae25
Avoid advertising private option
by Manuel Pégourié-Gonnard
· 11 years ago
ab3d862
Make config.pl more versatile
by Manuel Pégourié-Gonnard
· 11 years ago