TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
0c4a74b74b0e65d80c5bdd77b0c476a6ecb8cc9e
0c4a74b
test_suite_psa_crypto: use finer grained checks on the key slot buffer size
by Valerio Setti
· 10 months ago
7b1b9de
psa_crypto_helpers: enhance definitions for static key slot related test symbols
by Valerio Setti
· 10 months ago
38efe85
psa_crypto_helpers: add MBEDTLS_TEST_ prefix to newly created symbols
by Valerio Setti
· 10 months ago
ce84921
psa: move default definition of MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
by Valerio Setti
· 11 months ago
92f1d2d
test: disable dynamic key store in test_crypto_with_static_key_slots
by Valerio Setti
· 11 months ago
7a2ca19
check_config: prevent fully dynamic and static key stores to be enabled simultaneously
by Valerio Setti
· 12 months ago
dbfb2ab
psa: zeroize static key buffer content when key slot is freed
by Valerio Setti
· 12 months ago
9e154de
test_suite_psa_crypto_storage_format: improve input bit length specification for static key buffer
by Valerio Setti
· 12 months ago
ba98d5b
test: properly select MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE value
by Valerio Setti
· 12 months ago
54dc535
mbedtls_config: fix/improve descriptions of PSA_STATIC_KEY_SLOT symbols
by Valerio Setti
· 12 months ago
f51488b
psa: fix some macro definition
by Valerio Setti
· 12 months ago
29c7222
test: add test with persitent key whose length is larger than MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
by Valerio Setti
· 12 months ago
291532f
test: extend component_test_crypto_with_static_key_slots
by Valerio Setti
· 12 months ago
70fa89c
psa-core: remove unnecessary element in psa_key_slot_t
by Valerio Setti
· 12 months ago
faed169
psa_crypto_core: take also cipher's key length into account when sizing static key buffer
by Valerio Setti
· 12 months ago
762a12b
test: revert fixes for PSA entropy
by Valerio Setti
· 12 months ago
f5f5052
test_suite_psa_crypto_driver_wrappers: revert changes and fix validate_key()
by Valerio Setti
· 12 months ago
1980bb7
psa-core: properly set PSA_CRYPTO_MAX_STORAGE_SIZE
by Valerio Setti
· 12 months ago
f7485fb
test: disable all legacy symbols in test_psa_crypto_without_heap
by Valerio Setti
· 12 months ago
bc61171
test: minor fixes to test_psa_crypto_without_heap and test_crypto_with_static_key_slots
by Valerio Setti
· 12 months ago
4603a08
mbedtls_config: fix descriptions for PSA static key slots
by Valerio Setti
· 12 months ago
2deb25a
mbedtls_config: move MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE to the correct place
by Valerio Setti
· 12 months ago
efce605
test: add new component to test core library without calloc/free
by Valerio Setti
· 1 year, 1 month ago
168d24a
test: add new component to test MBEDTLS_PSA_STATIC_KEY_SLOTS
by Valerio Setti
· 1 year, 2 months ago
8d4f150
psa: allow to use static key buffers instead of dynamic ones
by Valerio Setti
· 1 year, 2 months ago
043f6dc
Merge pull request #9680 from gilles-peskine-arm/test-cases-not-executed-enforce-3.6
by Gilles Peskine
· 10 months ago
2d94866
Merge remote-tracking branch 'mbedtls-3.6' into test-cases-not-executed-enforce-3.6
by Gilles Peskine
· 10 months ago
e905442
Merge pull request #9675 from eleuzi01/backport-9673
by David Horstmann
· 10 months ago
6d268e3
Update framework to main
by Gilles Peskine
· 10 months ago
fcda6f1
Update submodule after the merge
by Elena Uziunaite
· 10 months ago
5adc9c3
Add "common.h"
by Elena Uziunaite
· 10 months ago
7ea648f
Merge pull request #9696 from Harry-Ramsey/code-style-framework-submodule-support-3.6
by Janos Follath
· 10 months ago
78542bf
Merge pull request #9698 from gilles-peskine-arm/3.6.2-rc2-mergeback-3
by David Horstmann
· 10 months ago
5446fc1
Update submodule
by Elena Uziunaite
· 10 months ago
a739542
Adjust file path for translate_ciphers.py
by Elena Uziunaite
· 10 months ago
1d8a225
Adjust file path for generate_tls13_compat_tests.py
by Elena Uziunaite
· 10 months ago
7f5ec13
Adjust file path for generate_ssl_debug_helpers.py
by Elena Uziunaite
· 10 months ago
6f4ec30
Move some files to framework repository
by Elena Uziunaite
· 10 months ago
6864fa9
Declare a generated file that was added after 3.6.1
by Gilles Peskine
· 10 months ago
bfb9f71
Revert "Add generated files"
by David Horstmann
· 11 months ago
bac001f
Temporarily comment out tests that are clogging the CI
by Gilles Peskine
· 10 months ago
765da15
Work around GCC 5 performance problem with Asan+UBSan and -O3
by Gilles Peskine
· 10 months ago
5098d04
Improve support for submodules in code_style.py
by Harry Ramsey
· 11 months ago
107ea89
Fix completion mistake in changelog entry
by Gilles Peskine
· 10 months ago
mbedtls-3.6.2
v3.6.2
93d421e
Defer static keystore to 3.6.3
by David Horstmann
· 10 months ago
9e12011
Update BRANCHES.md
by David Horstmann
· 10 months ago
a712d8d
Bump version to 3.6.2
by Gilles Peskine
· 10 months ago
453fd05
Changelog entry for security fix
by Gilles Peskine
· 10 months ago
3b9f4be
test_suite_pkwrite: extend coverage of wrong output buffer sizes in pk_write_check_common()
by Valerio Setti
· 10 months ago
5f1c8a7
pkwrite: fix buffer overrun
by Valerio Setti
· 10 months ago
1abc800
Minor readability improvements
by Gilles Peskine
· 10 months ago
ccd1440
Remove ignore list entries that don't apply in 3.6
by Gilles Peskine
· 10 months ago
8f88645
framework: Fix overly lenient config tests for PSA_WANT_xxx
by Gilles Peskine
· 10 months ago
4e606db
Switch outcome analysis to enforcing that all tests are executed
by Gilles Peskine
· 10 months ago
44fdd92
Add ALT-adjacent config option to the test coverage ignore list
by Gilles Peskine
· 10 months ago
3b427c7
Add missing algorithm in the test driver configuration
by Gilles Peskine
· 10 months ago
47243fd
Add ignore list entries for configurations that are not tested
by Gilles Peskine
· 11 months ago
1a17627
Add ignore list entries for crypto tests that are not executed
by Gilles Peskine
· 11 months ago
419a584
Add ignore list entries for TLS tests that are not executed
by Gilles Peskine
· 11 months ago
f778416
Remove test case involving SECP224K1 in PSA
by Gilles Peskine
· 11 months ago
1fac371
In PSA generated tests, ignore patterns for which an issue has been raised
by Gilles Peskine
· 11 months ago
72396da
In PSA generated tests, don't ignore not-implemented in some negative tests
by Gilles Peskine
· 11 months ago
d8da2fc
In PSA generated tests, ignore mechanisms that are not implemented
by Gilles Peskine
· 11 months ago
d7408a6
Merge pull request #9679 from gergelykarm/mbedtls-3.6
by Tom Cosgrove
· 10 months ago
1171697
Merge pull request #9669 from gilles-peskine-arm/analyze_outcome-split-3.6
by Gilles Peskine
· 10 months ago
36b0521
Fix driver schema json default type requirements
by Gergely Korcsák
· 10 months ago
0cf1bf4
Update framework to the branch with collect_test_cases.py and outcome_analysis.py
by Gilles Peskine
· 10 months ago
5d633ff
Default to allowing partial test coverage
by Gilles Peskine
· 10 months ago
e816f1e
Downgrade mypy to a version that works with our code base
by Gilles Peskine
· 11 months ago
309051d
Upgrade mypy to the last version supporting Python 3.6
by Gilles Peskine
· 11 months ago
8981203
Move test case analysis modules to framework repository
by Gilles Peskine
· 10 months ago
738a597
Adjust paths for impending moves to the framework
by Gilles Peskine
· 10 months ago
8536c3c
Merge pull request #9161 from mpg/doc-guards
by Manuel Pégourié-Gonnard
· 10 months ago
gh-readonly-queue/mbedtls-3.6/pr-9161-c3ef0c78e81edb57b0dcc3fd622cc8a74e6abc6b
45a32b1
Separate code and data of outcome analysis
by Gilles Peskine
· 10 months ago
39f5d79
Pass KNOWN_TASKS as an argument to main
by Gilles Peskine
· 10 months ago
4d557d8
Typecheck main
by Gilles Peskine
· 10 months ago
c2df8d4
Don't reuse a variable name inside a function
by Gilles Peskine
· 10 months ago
40a98a4
Missing NotImplementedError in abstract method
by Gilles Peskine
· 10 months ago
38de3e5
Remove sample ignore list elements for coverage
by Gilles Peskine
· 10 months ago
efe084b
Create a module to split branch-independent code out of analyze_outcomes.py
by Gilles Peskine
· 10 months ago
eba0097
Split test case collection from checks
by Gilles Peskine
· 10 months ago
31e3152
Create a module to split test case collection from checks
by Gilles Peskine
· 10 months ago
1398556
check_test_cases.py: make 3.6 identical with development
by Gilles Peskine
· 10 months ago
c3ef0c7
Merge pull request #9659 from gilles-peskine-arm/analyze_outcomes-classes-3.6
by Gilles Peskine
· 10 months ago
gh-readonly-queue/mbedtls-3.6/pr-9659-711d583583b68bad8d3affe5fb4d1e28a027e335
711d583
Merge pull request #9655 from gilles-peskine-arm/dtls_server-allow_unexpected_message_on_second_handshake-3.6
by Manuel Pégourié-Gonnard
· 10 months ago
gh-readonly-queue/mbedtls-3.6/pr-9655-cab2318c77a5ce5e6718380af136c347b13c7f4d
e9603cb
Don't use the "allow list" terminology any longer
by Gilles Peskine
· 10 months ago
7960b76
Switch coverage analysis to IGNORE_TESTS for its allowlist
by Gilles Peskine
· 11 months ago
5ef96c6
Simplify sub-test-suite handling in is_test_case_ignored
by Gilles Peskine
· 11 months ago
9b7cdd9
Move test case ignore list to the master Task class
by Gilles Peskine
· 11 months ago
0a7d96d
Remove now-useless level of method call indirection
by Gilles Peskine
· 11 months ago
95b2b0c
Move analysis functions into their respective classes
by Gilles Peskine
· 11 months ago
0e5e57b
Remove dead code that was handling stringly typed data
by Gilles Peskine
· 11 months ago
92cc8db
Replace stringly typed data by class: driver vs reference (data)
by Gilles Peskine
· 11 months ago
17e071b
Replace stringly typed data by class: driver vs reference (code)
by Gilles Peskine
· 11 months ago
0316f10
Replace stringly typed data by class: coverage
by Gilles Peskine
· 11 months ago
00ed057
Replace stringly typed data by class: prepare
by Gilles Peskine
· 11 months ago
188325f
Allow running pylint and mypy on a single file
by Gilles Peskine
· 11 months ago
6f8ff55
Remove "error" allowance in dtls_server
by Gilles Peskine
· 10 months ago
6216314
dtls_server: allow unexpected messages during handshake
by Gilles Peskine
· 10 months ago
cab2318
Merge pull request #9640 from eleuzi01/mbedtls-3.6
by Ronald Cron
· 10 months ago
gh-readonly-queue/mbedtls-3.6/pr-9640-55b43e5cfbc498872bb0d69395d93508cc286ce8
Next »