TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
6edb76cba4655bc007e51c7f58e69631d0e4eba3
6edb76c
mbedtls_test_ssl_endpoint_init: split configuration and setup
by Gilles Peskine
· 9 weeks ago
00eb072
mbedtls_test_ssl_endpoint_init: store user_data_n in the endpoint object
by Gilles Peskine
· 9 weeks ago
a6e71f9
Don't change the configuration after mbedtls_ssl_setup
by Gilles Peskine
· 9 weeks ago
6e4d245
Move certificate and key parsing to auxiliary functions
by Gilles Peskine
· 2 months ago
fb2ce05
SSL tests: make client authentication more uniform, defaulting on
by Gilles Peskine
· 10 weeks ago
27586d8
Move more endpoint configuration into the setup function
by Gilles Peskine
· 10 weeks ago
7a8fd46
Separate test function to perform an SSL connection
by Gilles Peskine
· 10 weeks ago
bd95340
Unify SSL version checks between client and server
by Gilles Peskine
· 10 weeks ago
e23a6d1
Move serialization testing into its own function
by Gilles Peskine
· 2 months ago
78df6ae
Move renegotiation testing into its own function
by Gilles Peskine
· 2 months ago
e30b5c7
mbedtls_test_ssl_perform_handshake: make client, server pointers
by Gilles Peskine
· 2 months ago
07432b9
Unify identical code
by Gilles Peskine
· 2 months ago
ca8a9ac
Remove unused parameters to endpoint init/free
by Gilles Peskine
· 2 months ago
6c154e7
Move queue management into mbedtls_test_ssl_dtls_join_endpoints
by Gilles Peskine
· 2 months ago
b092e78
New auxiliary function mbedtls_test_ssl_dtls_join_endpoints
by Gilles Peskine
· 2 months ago
2996959
Move DTLS context into the endpoint structure
by Gilles Peskine
· 2 months ago
9b99368
mbedtls_test_ssl_perform_handshake: declare options as const
by Gilles Peskine
· 2 months ago
c4949d1
mbedtls_ssl_conf_alpn_protocols: declare list elements as const
by Gilles Peskine
· 2 months ago
2744a43
Refactor set_ciphersuites to work on the endpoint structure
by Gilles Peskine
· 2 months ago
0677e02
Move timer into the endpoint structure
by Gilles Peskine
· 2 months ago
35a2d9b
Remove testing of mbedtls_ssl_conf_own_cert(NULL)
by Gilles Peskine
· 2 months ago
b6bb3fb
Flatten out mbedtls_test_ssl_endpoint_certificate structure
by Gilles Peskine
· 2 months ago
353eb33
Use TEST_EQUAL(a,b) instead of TEST_ASSERT(a==b)
by Gilles Peskine
· 3 months ago
2439c4c
Merge pull request #10090 from valeriosetti/issue9618-development
by Gilles Peskine
· 3 months ago
7f8b7b7
tf-psa-crypto: update reference
by Valerio Setti
· 3 months ago
55fa875
framework: update reference
by Valerio Setti
· 3 months ago
1afedac
tests: scripts: add new component to configuration-platform.sh
by Valerio Setti
· 3 months ago
5f6c633
Merge pull request #10157 from diopoex/development
by Gilles Peskine
· 3 months ago
02c80e6
Fix test and formatting in ssl_context_info
by Paul Höhn
· 3 months ago
e380416
fixed the tests
by Paul Höhn
· 3 months ago
5a7a530
removed trailing whitespace
by Paul Höhn
· 3 months ago
da95274
ssl context fix for 4.0
by Paul Höhn
· 3 months ago
0f0304d
scripts: tests: fix component_test_full_cmake_clang
by Valerio Setti
· 4 months ago
7fb7fda
tests: scripts: fix component_test_no_platform()
by Valerio Setti
· 4 months ago
1971eab
programs: test: add C++ specific commands to cpp_dummy_build
by Valerio Setti
· 4 months ago
b13d29e
tests: scripts: fix test_cmake_out_of_source
by Valerio Setti
· 4 months ago
7ac1184
configs: add PLATFORM_C to configs using ENTROPY_C
by Valerio Setti
· 4 months ago
3775c9b
programs: selftest: remove direct call to mbedtls_platform_entropy_poll()
by Valerio Setti
· 4 months ago
73bd210
tests: remove usage of MBEDTLS_NO_PLATFORM_ENTROPY
by Valerio Setti
· 4 months ago
405d4ad
psasim: add timeout while waiting for psa_server to start
by Valerio Setti
· 4 months ago
c568688
config.py: do not enable MBEDTLS_PLATFORM_GET_ENTROPY_ALT in full config
by Valerio Setti
· 4 months ago
0fe9277
Merge pull request #9983 from bjwtaylor/kw-api-rework
by Manuel Pégourié-Gonnard
· 3 months ago
1948c94
added dependencies to test scripts
by Ben Taylor
· 5 months ago
4695204
remove mbedtls_nist_kw_self_test from selftests
by Ben Taylor
· 6 months ago
748e24d
Merge pull request #10143 from diopoex/development
by Gilles Peskine
· 3 months ago
4f4a2b3
Merge pull request #10146 from gilles-peskine-arm/pylint-check-str-concat-dev
by David Horstmann
· 3 months ago
ad6953f
Merge pull request #10114 from felixc-arm/switch-to-which-aes
by David Horstmann
· 3 months ago
8893a8f
Complain about a missing comma in multiline lists of strings
by Gilles Peskine
· 3 months ago
0f6dd1c
Prepare framework for pylint check-str-concat-over-line-jumps
by Gilles Peskine
· 3 months ago
4156c49
Merge pull request #10122 from felixc-arm/move-public-headers
by Gilles Peskine
· 3 months ago
97c45bb
Merge pull request #10120 from gilles-peskine-arm/test_suite_ssl-fix-ret-20250408
by Gilles Peskine
· 3 months ago
f065c31
Update tf-psa-crypto pointer
by Felix Conway
· 4 months ago
6908580
Use aesni_crypt_ecb and internal_aes_encrypt to check conditional compilation
by Felix Conway
· 4 months ago
ad70494
Remove executable permissions and shebang from component-platforms.sh
by Felix Conway
· 4 months ago
8e13c8f
Add shebang to fix CI error
by Felix Conway
· 4 months ago
9949f00
Add tf-psa-crypto/programs/test/which_aes to Makefile
by Felix Conway
· 4 months ago
5081d65
Switch all.sh components from selftest to which_aes
by Felix Conway
· 4 months ago
b12205c
Removed use of mbedtls_cipher_info from ssl_context_info.c
by diopoex
· 4 months ago
0d4fca2
Update submodule pointers
by Felix Conway
· 4 months ago
232da48
Merge pull request #9421 from mfil/feature/implement_tls_exporter
by David Horstmann
· 4 months ago
61bd272
Check include/mbedtls exists before including from it
by Felix Conway
· 4 months ago
dc6f6ec
Update framework pointer to merge commit
by Felix Conway
· 4 months ago
819bb4a
Reset crypto pointer to development
by Felix Conway
· 4 months ago
dba07e1
Add missing ifdef for mbedtls_ssl_tls13_exporter
by Max Fillinger
· 4 months ago
8ab3d8c
Merge pull request #10074 from bjwtaylor/rng-documentation
by Manuel Pégourié-Gonnard
· 4 months ago
gh-readonly-queue/development/pr-10074-a3d27b54fc9dd5d4f030e3e46e637015a863362c
a3d27b5
Merge pull request #10045 from gilles-peskine-arm/defragment-test-server-first-flight-dev
by Ronald Cron
· 4 months ago
gh-readonly-queue/development/pr-10045-4580c71f677f4e56b16f9fe4c71d66457637c0b6
a5db6c1
Fix record insertion
by Manuel Pégourié-Gonnard
· 4 months ago
7af97b6
Use HANDSHAKE_OVER in nominal test cases
by Manuel Pégourié-Gonnard
· 4 months ago
8d73bdc
Improve comments
by Manuel Pégourié-Gonnard
· 4 months ago
6fedc4e
Add executable permissions to new perl file
by Felix Conway
· 4 months ago
132f5b9
Use same dependencies for helper functions
by Manuel Pégourié-Gonnard
· 4 months ago
1f471a1
Tighten dependencies again
by Manuel Pégourié-Gonnard
· 4 months ago
921a2ac
Improve dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
0a1996f
Tighten dependency declarations
by Manuel Pégourié-Gonnard
· 4 months ago
c0721e0
Improve documentation
by Gilles Peskine
· 5 months ago
eb48890
Remove redundant setup
by Gilles Peskine
· 5 months ago
161cadd
Fix copypasta
by Gilles Peskine
· 5 months ago
84ccbd8
Simulate closing the connection mid-message
by Gilles Peskine
· 5 months ago
5e3c0bd
Also test inserting non-empty, non-handshake records
by Gilles Peskine
· 5 months ago
c34ea47
Fix the build without MBEDTLS_DEBUG_C
by Gilles Peskine
· 5 months ago
0742672
Fix the build in PSK-only configurations
by Gilles Peskine
· 5 months ago
bc694b3
Fix printf of enum
by Gilles Peskine
· 5 months ago
7ab9fb6
Pacify ancient clang -Wmissing-initializer
by Gilles Peskine
· 5 months ago
7c1dbef
Test split, coalesced-split and empty handshake records
by Gilles Peskine
· 5 months ago
92122ed
Create handshake record coalescing tests
by Gilles Peskine
· 5 months ago
a4bf002
Document gotcha of move_handshake_to_state
by Gilles Peskine
· 5 months ago
c67befe
Add a log message on every SSL state transition
by Gilles Peskine
· 5 months ago
f670ba5
Always call mbedtls_ssl_handshake_set_state
by Gilles Peskine
· 5 months ago
52bed3f
Update tf-psa-crypto & framework pointers
by Felix Conway
· 4 months ago
4580c71
Merge pull request #10118 from mpg/issue-template
by Gilles Peskine
· 4 months ago
gh-readonly-queue/development/pr-10118-3b819cf22f9eca2f144fd99c05907fd56f7ffd12
1ef121c
Move script and update shebang to fix CI
by Felix Conway
· 4 months ago
e6605f9
Adjust build scripts to accommodate public header move
by Felix Conway
· 4 months ago
946bf14
Fix some test helper functions returning 0 on some failures
by Gilles Peskine
· 4 months ago
55b8bb4
Check the status of mbedtls_ssl_set_hostname()
by Gilles Peskine
· 4 months ago
3b819cf
Merge pull request #10109 from mpg/merge-from-restricted
by Gilles Peskine
· 4 months ago
f02784b
Tune wording
by Manuel Pégourié-Gonnard
· 4 months ago
16be0f0
Merge pull request #10008 from valeriosetti/issue138-development
by Ronald Cron
· 4 months ago
48e5c95
tf-psa-crypto: update reference
by Valerio Setti
· 5 months ago
0690a63
framework: update reference
by Valerio Setti
· 5 months ago
09e35e7
Update bug report template for security issues
by Manuel Pégourié-Gonnard
· 4 months ago
Next »