TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/features/tls-defragmentation/development
70bab4e
Merge pull request #10040 from gilles-peskine-arm/tls-defragment-doc
by Manuel Pégourié-Gonnard
· 5 months ago
features/tls-defragmentation/development
4c30cd8
Update the location of defragmentation limitations
by Gilles Peskine
· 5 months ago
2b78a5a
State globally that the limitations don't apply to DTLS
by Gilles Peskine
· 5 months ago
d9c8580
Clarify DTLS
by Gilles Peskine
· 5 months ago
80faced
ClientHello may be fragmented in renegotiation
by Gilles Peskine
· 5 months ago
d8f9e22
Move the defragmentation documentation to mbedtls_ssl_handshake
by Gilles Peskine
· 5 months ago
ba01072
Merge pull request #10047 from mpg/fix-defrag-interleave-dev
by Manuel Pégourié-Gonnard
· 5 months ago
e26a060
Cleanly reject non-HS in-between HS fragments
by Manuel Pégourié-Gonnard
· 5 months ago
723fec4
Merge pull request #10011 from gilles-peskine-arm/tls-defragment-incremental-dev
by Gilles Peskine
· 5 months ago
e34ec86
Fix a log message
by Gilles Peskine
· 5 months ago
dab1cb5
Note unused variables when debugging is disabled
by Gilles Peskine
· 5 months ago
b8f1e4b
Pacify uncrustify
by Gilles Peskine
· 5 months ago
afb254c
Unify handshake fragment log messages
by Gilles Peskine
· 5 months ago
15c072f
Fix handshake defragmentation when the record has multiple messages
by Gilles Peskine
· 5 months ago
0851ec9
Fix end check before memmove
by Gilles Peskine
· 5 months ago
e4a3fc2
Update framework
by Gilles Peskine
· 5 months ago
1b785e2
Refer to the API documentation for details
by Gilles Peskine
· 5 months ago
36edd48
Document the limitations of TLS handshake message defragmentation
by Gilles Peskine
· 5 months ago
90a9593
Fix dodgy printf calls
by Gilles Peskine
· 5 months ago
e85ece6
Handshake defragmentation: reassemble incrementally
by Gilles Peskine
· 5 months ago
235eae9
mbedtls_ssl_prepare_handshake_record(): log offsets after decryption
by Gilles Peskine
· 5 months ago
7a17696
mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep
by Gilles Peskine
· 5 months ago
0702772
Tweak handshake fragment log message
by Gilles Peskine
· 5 months ago
9bdc8aa
Tweak "waiting for more handshake fragments" log message
by Gilles Peskine
· 5 months ago
2e5a7ea
Fix Doxygen markup
by Gilles Peskine
· 6 months ago
6811978
Merge pull request #10021 from gilles-peskine-arm/tls-defragment-generate-tests-dev
by Gilles Peskine
· 5 months ago
2d23a9a
Update framework
by Gilles Peskine
· 5 months ago
e0bd20b
Generate handshake defragmentation test cases: update analyze_outcomes
by Gilles Peskine
· 5 months ago
f89bc27
Switch to generated handshake tests
by Gilles Peskine
· 5 months ago
5071a25
Normalize requirements in defragmentation test cases
by Gilles Peskine
· 5 months ago
46cb8a2
Normalize messages in defragmentation test cases
by Gilles Peskine
· 5 months ago
aaab090
Normalize whitespace in defragmentation test cases
by Gilles Peskine
· 5 months ago
b40d33b
Move most TLS handshake defragmentation tests to a separate file
by Gilles Peskine
· 5 months ago
4773333
New generated file: tests/opt-testcases/handshake-generated.sh
by Gilles Peskine
· 5 months ago
32707bd
Merge pull request #10023 from gilles-peskine-arm/tls-defragmentation-merge-development-20250303
by David Horstmann
· 5 months ago
5df993d
Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303
by Gilles Peskine
· 5 months ago
6eabe58
Merge pull request #9989 from minosgalanakis/issue9887_add_basic_defragmentation_tests
by Gilles Peskine
· 5 months ago
4354dc6
ssl-opt: Re-introduce certificate dependency for HS negative tests.
by Minos Galanakis
· 5 months ago
0dd57a9
ssl-opt: Removed dependencies for HS defrag negative tests.
by Minos Galanakis
· 5 months ago
d01ac30
ssl-opt: Adjusted reference hs defragmentation tests.
by Minos Galanakis
· 5 months ago
76957cc
ssl-opt: Minor typos and documentation fixes.
by Minos Galanakis
· 5 months ago
243e13f
Merge pull request #10006 from stgloorious/fix/before_colon
by David Horstmann
· 5 months ago
gh-readonly-queue/development/pr-10006-ede8494d73e38851a004bbe5313fe70ba037f3c0
19dbbe0
analyze_outcomes: Temporary disabled 3 HS Degragmentation tests.
by Minos Galanakis
· 5 months ago
17170a5
ssl-opt: Updated documentation of HS-Defrag tests.
by Minos Galanakis
· 5 months ago
c8709c6
ssl-opt: Removed redundant dependencies: requires_openssl_3_x
by Minos Galanakis
· 5 months ago
cd6a24b
ssl-opt.sh: Disabled HS Defrag Tests for TLS1.2 where len < 16
by Minos Galanakis
· 5 months ago
99ca668
ssl-opt: Replaced max_send_frag with split_send_frag
by Minos Galanakis
· 5 months ago
a5a8c9f
ssl-opt: Added coverage for hs defragmentation TLS 1.2 tests.
by Minos Galanakis
· 5 months ago
eddbb5a
ChangeLog: Updated the entry for tls-hs-defragmentation
by Minos Galanakis
· 6 months ago
d708a63
ssl-opt: Updated documentation.
by Minos Galanakis
· 6 months ago
36c81f5
ssl-opt: Added DSA-RSA dependency on TLS1.2 defragmentation testing.
by Minos Galanakis
· 5 months ago
74ce749
ssl-opt: Added negative tests for handshake fragmentation.
by Minos Galanakis
· 6 months ago
1c106af
ssl-opt: Added handshake fragmentation tests for 4 byte fragments.
by Minos Galanakis
· 6 months ago
41782a9
ssl-opt: Added negative-assertion testing, (HS Fragmentation disabled)
by Minos Galanakis
· 6 months ago
85fe73d
ssl-opt: Added tls 1.2 tests for HS defragmentation.
by Minos Galanakis
· 6 months ago
a4dde77
ssl-opt: Dependency resolving set to use to requires_protocol_version HS deframentation tests.
by Minos Galanakis
· 6 months ago
a8a298c
ssl-opt: Adjusted the wording on handshake fragmentation tests.
by Minos Galanakis
· 6 months ago
a1b9117
ssl-opt: Added requires_openssl_3_x to defragmentation tests.
by Minos Galanakis
· 6 months ago
270dd74
ssl-opt: Updated the keywords to look up during handshake fragmentation tests.
by Minos Galanakis
· 6 months ago
4028cfd
Add missing client certificate check in handshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
5f21537
Test Handshake defragmentation only for TLS 1.3 only for small values
by Waleed Elmelegy
· 6 months ago
a75c7e0
Add guard to handshake defragmentation tests for client certificate
by Waleed Elmelegy
· 6 months ago
f162249
Add a comment to elaborate using split_send_frag in handshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
61b8e2d
Enforce client authentication in handshake fragmentation tests
by Waleed Elmelegy
· 6 months ago
39d83dd
Remove unneeded mtu option from handshake fragmentation tests
by Waleed Elmelegy
· 6 months ago
48874b3
Add client authentication to handshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
f912031
Require openssl to support TLS 1.3 in handshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
fccd014
Remove unnecessary string check in handshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
c0118d8
Fix typo in TLS Handshake defrafmentation tests
by Waleed Elmelegy
· 6 months ago
0e0d5d4
Improve TLS handshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
79a8ded
Add TLS Hanshake defragmentation tests
by Waleed Elmelegy
· 6 months ago
28f8e20
Merge pull request #9872 from rojer/tls_hs_defrag_in
by Manuel Pégourié-Gonnard
· 5 months ago
ede8494
Merge pull request #9986 from valeriosetti/issue9971-development
by Ronald Cron
· 5 months ago
aa380c4
tf-psa-crypto: update reference
by Valerio Setti
· 5 months ago
69d0781
scripts: move ecc-heap.sh to tf-psa-crypto
by Valerio Setti
· 6 months ago
f8244d4
programs: update .gitignore
by Valerio Setti
· 6 months ago
34b4aa1
programs: move benchmark to tf-psa-crypto repo
by Valerio Setti
· 6 months ago
b5c079b
fix: rename BEFORE_COLON and BC to avoid conflicts
by Stefan Gloor
· 5 months ago
6a9cf11
fix: remove superfluous BEFORE_COLON in x509_crl.c
by Stefan Gloor
· 5 months ago
dc882a8
Merge pull request #9939 from Harry-Ramsey/move-programs-from-mbedtls-to-framework
by Ronald Cron
· 5 months ago
5befe36
Update TF-PSA-Crypto pointer
by Harry Ramsey
· 5 months ago
48d1374
Update framework pointer
by Harry Ramsey
· 6 months ago
21506fd
Update documentation regarding metatest
by Harry Ramsey
· 6 months ago
f6fb2f0
Update documentation regarding test_zeroize
by Harry Ramsey
· 6 months ago
9b4035c
Update path for moved test_zeroize.gdb script
by Harry Ramsey
· 6 months ago
ec4af6c
Update paths for moved programs in generate_visualc_files.pl
by Harry Ramsey
· 6 months ago
d096793
Update paths for moved program files in components-build-system.sh
by Harry Ramsey
· 6 months ago
53ba6ad
Update paths for moved program files in CMakeLists
by Harry Ramsey
· 6 months ago
c19b8e8
Update include paths in C files
by Harry Ramsey
· 6 months ago
2543ec0
Update paths for moved program files in makefiles
by Harry Ramsey
· 6 months ago
b14141d
Move programs out of Mbed TLS
by Harry Ramsey
· 6 months ago
7ef0c60
Merge pull request #9992 from Harry-Ramsey/move-zeroize-memset-configuration
by Ronald Cron
· 6 months ago
82c4219
Update TF-PSA-Crypto pointer
by Harry Ramsey
· 6 months ago
2a75a60
Update path to user-config-zeroize-memset.h
by Harry Ramsey
· 6 months ago
76e4762
Move zeroize config to TF-PSA-Crypto
by Harry Ramsey
· 6 months ago
39e2e4c
Merge pull request #9957 from valeriosetti/issue136-development
by Ronald Cron
· 6 months ago
1e781ad
tf-psa-crypto: update reference
by Valerio Setti
· 6 months ago
e06f9f3
framework: update reference
by Valerio Setti
· 6 months ago
24e6ecb
tests: move components-compliance.sh to tf-psa-crypto repo
by Valerio Setti
· 6 months ago
dd14c0a
Remove in_hshdr
by Deomid rojer Ryabkov
· 6 months ago
Next »