Sign in
pigweed
/
third_party
/
github
/
Mbed-TLS
/
mbedtls-framework
/
HEAD
b392da5
Merge pull request #257 from valeriosetti/issue598-framework
by Valerio Setti
· 3 days ago
upstream/main
c32c506
tests: pk_helpers: fix code style
by Valerio Setti
· 3 days ago
73c4f2e
tests: pk_helpers: improve documentation of pk_context_populate_method_t
by Valerio Setti
· 4 days ago
4eebe42
tests: pk_helpers: optimize failure reporting in mbedtls_pk_helpers_populate_context
by Valerio Setti
· 4 days ago
2d7c5cb
tests: pk_helpers: fix outer guard in functions implementation
by Valerio Setti
· 4 days ago
43e4dc0
tests: pk_helpers: update documentation
by Valerio Setti
· 4 days ago
2b3cc12
tests: pk_helpers: let all helper function return an error code
by Valerio Setti
· 4 days ago
ebad5b9
Merge pull request #270 from gilles-peskine-arm/make_generated_files-use_same_python
by Ronald Cron
· 6 days ago
a56534b
Use the same Python executable instead of `python`
by Gilles Peskine
· 9 days ago
ee399cc
Merge pull request #245 from gilles-peskine-arm/make_generated_files-fix-check
by Gilles Peskine
· 9 days ago
dae1609
Merge pull request #253 from gilles-peskine-arm/all.sh-cleanup-cmake-only-in-tree
by Valerio Setti
· 10 days ago
fa298be
tests: src: pk_helpers: style fix in code and documentation
by Valerio Setti
· 10 days ago
e285118
tests: src: pk_helpers: select predefined keys using PSA key type and bits
by Valerio Setti
· 10 days ago
898a721
Fix missing cleanup of toplevel Makefile
by Gilles Peskine
· 11 days ago
a082c08
CMake artifacts cleanup: fix the new code on Ubuntu 16.04
by Gilles Peskine
· 11 days ago
ffeda99
Only clean CMake artifacts in-tree
by Gilles Peskine
· 11 days ago
feef17d
Actually fail if `--check` fails
by Gilles Peskine
· 11 days ago
b8d3b81
Add missing type annotations
by Gilles Peskine
· 11 days ago
88e0eb7
tests: src: pk_helpers: add documentation and proper functions prefix
by Valerio Setti
· 11 days ago
6d2ca07
scripts: generate_test_keys: minor improvements
by Valerio Setti
· 11 days ago
92d56ed
scripts: generate_test_keys: allow multiple usage of the generated header
by Valerio Setti
· 11 days ago
0a3c8c4
tests: src: move PK helpers out of tf-psa-crypto to this repo
by Valerio Setti
· 11 days ago
77f707a
Merge pull request #260 from gilles-peskine-arm/config-checks-generator-current-framework
by Gilles Peskine
· 13 days ago
fa64d11
Simplify shadow file comparison interface
by Gilles Peskine
· 2 weeks ago
58957b9
Add code to update the shadow file
by Gilles Peskine
· 3 weeks ago
530dbad
Read current options from a shadow file rather than the config file
by Gilles Peskine
· 3 weeks ago
7f66782
New module to load lists of config and adjusted macros
by Gilles Peskine
· 4 weeks ago
7e8ddd4
Merge pull request #229 from bensze01/abicheck-port
by Bence Szépkúti
· 4 weeks ago
12fe6e3
Fix copypasta in check-python-files.sh
by Bence Szépkúti
· 4 weeks ago
5066f2c
Work around code duplication warning in pylint
by Bence Szépkúti
· 4 weeks ago
f9c2d65
Preserve the docstring's formatting in the description
by Bence Szépkúti
· 4 weeks ago
074abc1
Remove unused version parameter
by Bence Szépkúti
· 4 weeks ago
25872c3
Rename abi_check and convert it to a pure-play module
by Bence Szépkúti
· 4 weeks ago
7816208
Do not change the working directory
by Bence Szépkúti
· 4 weeks ago
9f715c0
Make the name-clash detection more readable
by Bence Szépkúti
· 4 weeks ago
feed060
Remove stray debugging bypasses
by Bence Szépkúti
· 4 weeks ago
315dc8a
Allow calling abi_check.py from tf-psa-crypto
by Bence Szépkúti
· 4 weeks ago
56400d6
Detect soname clashes
by Bence Szépkúti
· 4 weeks ago
dad0f26
Build library using CMake
by Bence Szépkúti
· 4 weeks ago
40eb9b1
Log output of failed subprocesses
by Bence Szépkúti
· 4 weeks ago
a154f63
Remove dead code related to the old crypto submodule
by Bence Szépkúti
· 4 weeks ago
fdb9b08
Fix reporting invalid arguments
by Bence Szépkúti
· 4 weeks ago
fc6b642
Fix import path
by Bence Szépkúti
· 4 weeks ago
ebd2cd5
Merge branch mbedtls/development into abicheck-port
by Bence Szépkúti
· 4 weeks ago
49e9d30
Move abi_check.py into the framework
by Bence Szépkúti
· 4 weeks ago
f4dbe69
Merge pull request #254 from mpg/config-test-builtin
by Ronald Cron
· 4 weeks ago
14bf96a
Merge pull request #258 from gilles-peskine-arm/generate_test_cert_macros-fix_list_dependencies
by Ronald Cron
· 4 weeks ago
0e6a1b6
generate_test_cert_macros.py: fix --list-dependencies
by Gilles Peskine
· 5 weeks ago
fd7b6f8
Remove useless entries from modules list
by Manuel Pégourié-Gonnard
· 5 weeks ago
45014a8
Special-case the Everest option in 1.x
by Manuel Pégourié-Gonnard
· 5 weeks ago
5ef7e74
Merge pull request #243 from ronald-cron-arm/test-driver
by Ronald Cron
· 5 weeks ago
2bde779
test_driver.py: Make __write_test_driver_files an instance method
by Ronald Cron
· 5 weeks ago
2dec1b3
test_driver.py: Fix get_c_identifiers documentation
by Ronald Cron
· 5 weeks ago
9ee360a
test_driver.py: Documentation same header basename limitation
by Ronald Cron
· 5 weeks ago
47f3c9f
test_driver.py: Various small code improvements
by Ronald Cron
· 5 weeks ago
3ddf511
Add ctags in scripts/output_env.sh
by Ronald Cron
· 5 weeks ago
17750d1
test_driver.py: Fix/Improve some comments
by Ronald Cron
· 5 weeks ago
c9740a6
test_driver.py: Fix self.exclude_files initialization
by Ronald Cron
· 6 weeks ago
4d6e2cd
Merge pull request #247 from valeriosetti/issue591-framework
by Manuel Pégourié-Gonnard
· 6 weeks ago
450a7c9
test_driver.py: Create the test driver tree in one pass
by Ronald Cron
· 6 weeks ago
c806e68
test_driver.py: Get rid of one subdirectory in include/ limitation
by Ronald Cron
· 6 weeks ago
9ce24b3
test_driver.py: Use subprocess.check_output rather than subprocess.run
by Ronald Cron
· 6 weeks ago
ed9c4a3
test_driver.py: Various small code improvements
by Ronald Cron
· 6 weeks ago
e8dcf71
test_driver.py: Fix/improve help/comments
by Ronald Cron
· 6 weeks ago
a09ed59
test_driver.py: Modify test driver files in a single pass
by Ronald Cron
· 6 weeks ago
c5384fe
test_driver.py: Rename run_ctags and move it as a method
by Ronald Cron
· 6 weeks ago
7bada02
test_driver.py: Create completely the test driver tree in `build_tree`
by Ronald Cron
· 6 weeks ago
08b152f
test_driver.py: Refactor support for list-vars-for-cmake
by Ronald Cron
· 6 weeks ago
3b39e68
test_driver.py: Some refactoring of the test driver tree creation
by Ronald Cron
· 6 weeks ago
5fecb0e
test_driver.py: Add support for the list-vars-for-cmake option
by Ronald Cron
· 6 weeks ago
9d7330c
tests: drivers: Factorize internal header inclusion pre-processor logic
by Ronald Cron
· 6 weeks ago
ca68ad8
Move "libtestdriver1_" aliases to test_driver_common.h
by Ronald Cron
· 6 weeks ago
50bd6aa
test_driver.py: Add method to prefix test driver exposed identifiers
by Ronald Cron
· 6 weeks ago
d95c135
test_driver.py: Add get_identifiers_with_prefixes method
by Ronald Cron
· 6 weeks ago
415201c
test_driver.py: Add method to build the test driver tree
by Ronald Cron
· 6 weeks ago
936943b
Introduce test_driver.py
by Ronald Cron
· 6 weeks ago
0d9ae6a
Update test drivers for TF-PSA-Crypto test driver
by Ronald Cron
· 6 weeks ago
e3f4268
scripts: generate_test_keys: skip secp192 curves in tf-psa-crypto
by Valerio Setti
· 6 weeks ago
f58263d
Merge pull request #242 from valeriosetti/issue568-framework
by Valerio Setti
· 7 weeks ago
3a682fe
data_files: update dates and MD alg in server[5|11]-rsa-signed.crt
by Valerio Setti
· 7 weeks ago
85cbd7a
data_files: add server11-rsa-signed.crt
by Valerio Setti
· 7 weeks ago
75e471a
data_files: add server11.key
by Valerio Setti
· 7 weeks ago
ca17062
data_files: add server5-rsa-signed.crt
by Valerio Setti
· 7 weeks ago
1726775
Merge pull request #236 from gilles-peskine-arm/build_info-cleanup-1.0-framework
by Ronald Cron
· 8 weeks ago
d6f03a4
Document wildcard matching
by Gilles Peskine
· 9 weeks ago
16236cb
Remove redundant entry in glob list
by Gilles Peskine
· 9 weeks ago
6c9076e
Merge pull request #237 from gilles-peskine-arm/config_checks_generator-fix-windows-path
by Valerio Setti
· 9 weeks ago
30bea3d
Be more robust about exact paths
by Gilles Peskine
· 9 weeks ago
26adfcc
Log which files get parsed
by Gilles Peskine
· 9 weeks ago
fbb7e52
Avoid splitting file names across lines in problem reports
by Gilles Peskine
· 9 weeks ago
02eef2a
Update config information about TF-PSA-Crypto 1.0 and Mbed TLS 4.0
by Gilles Peskine
· 9 weeks ago
203ff5e
Support new location of crypto_adjust_config_synonyms.h in TF-PSA-Crypto >1.0.0
by Gilles Peskine
· 9 weeks ago
76fe5ed
Use scripts/generate_config_checks.py unconditionally
by Gilles Peskine
· 9 weeks ago
7082fdc
Make sure to list paths with / even on Windows
by Gilles Peskine
· 9 weeks ago
32e01d4
Merge pull request #235 from valeriosetti/issue435-part2-framework
by Valerio Setti
· 10 weeks ago
9232f41
scripts: ecp.py: do not test secp192 curves in development
by Valerio Setti
· 2 months ago
7e2b53a
Merge pull request #223 from valeriosetti/issue435-framework
by David Horstmann
· 2 months ago
cdc1ca0
Merge pull request #233 from gilles-peskine-arm/uncrustify-warnings
by David Horstmann
· 2 months ago
4fb0db4
data_files: remove unnecessary ec_256_prv.sec1[.comp].pem files
by Valerio Setti
· 3 months ago
9707b5c
Also apply --uncrustify to --fix mode
by Gilles Peskine
· 3 months ago
Next »