TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/gh-readonly-queue/development/pr-10045-4580c71f677f4e56b16f9fe4c71d66457637c0b6
/
library
bc694b3
Fix printf of enum
by Gilles Peskine
· 5 months ago
7c1dbef
Test split, coalesced-split and empty handshake records
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
ed4a2b4
Merge branch 'development-restricted' into merge-from-restricted
by Manuel Pégourié-Gonnard
· 4 months ago
e57ea21
Merge pull request #10042 from bjwtaylor/remove-ssl-conf
by Manuel Pégourié-Gonnard
· 4 months ago
cd2660f
fixed code style
by Ben Taylor
· 5 months ago
8224e71
remove NULL guard
by Ben Taylor
· 5 months ago
c12152e
corrected style
by Ben Taylor
· 5 months ago
03c05c3
Remove additional line
by Ben Taylor
· 5 months ago
fb68b8c
Remove empty ifdef
by Ben Taylor
· 5 months ago
9774e9a
corrected code style
by Ben Taylor
· 5 months ago
1f09146
tidy up syntax
by Ben Taylor
· 5 months ago
1cd1e01
Correct code style
by Ben Taylor
· 5 months ago
0deda0e
Update debug
by Ben Taylor
· 5 months ago
d5d7078
removed NR psa-init
by Ben Taylor
· 5 months ago
6ff2da1
added further debug
by Ben Taylor
· 5 months ago
fd52984
resolved ci failures
by Ben Taylor
· 5 months ago
602b296
pre-test version of the mbedtls_ssl_conf_rng removal
by Ben Taylor
· 5 months ago
47111a1
initial remove of mbedtls_ssl_conf_rng
by Ben Taylor
· 5 months ago
ba66794
library: remove psa_crypto_se.c from Makefile
by Valerio Setti
· 5 months ago
440cb2a
Remove RNG from x509 and PK
by Ben Taylor
· 5 months ago
a7e14dc
Don't expect added error codes
by Gilles Peskine
· 11 months ago
58535da
Only check for certificates if it is supported
by Gabor Mezei
· 5 months ago
e99e591
Remove key exchange based on encryption/decryption
by Gabor Mezei
· 5 months ago
3c7db0e
Remove `MBEDTLS_TLS_RSA_*` ciphersuite macros
by Gabor Mezei
· 5 months ago
5814e3e
Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type
by Gabor Mezei
· 5 months ago
e1e2730
Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option
by Gabor Mezei
· 5 months ago
4515d10
Merge pull request #10039 from bjwtaylor/remove-rng-from-ssl
by Manuel Pégourié-Gonnard
· 5 months ago
gh-readonly-queue/development/pr-10039-94b99721246b48e34969e05c8489c1ccf87e8e86
1038b22
Reduce the level of logging used in tests
by Manuel Pégourié-Gonnard
· 5 months ago
6637ef7
New test function inject_client_content_on_the_wire()
by Manuel Pégourié-Gonnard
· 6 months ago
a2a0c2c
Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev
by Minos Galanakis
· 5 months ago
e26a060
Cleanly reject non-HS in-between HS fragments
by Manuel Pégourié-Gonnard
· 5 months ago
857144c
removed psa_crypto_init from library as this is supposed to be called by the application
by Ben Taylor
· 5 months ago
0cfe54e
remove RNG parameters from SSL API's
by Ben Taylor
· 5 months ago
816b712
TLS1.2: Check for failures in Finished calculation
by David Horstmann
· 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
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
d7a4654
library: do not include dhm.c in the build
by Valerio Setti
· 6 months ago
15fd5c9
ssl: remove support for MBEDTLS_DHM_C
by Valerio Setti
· 6 months ago
5df993d
Merge remote-tracking branch 'development' into tls-defragmentation-merge-development-20250303
by Gilles Peskine
· 5 months ago
fd89acc
ssl_session_reset: preserve HOSTNAME_SET flag
by Gilles Peskine
· 5 months ago
488b919
Require calling mbedtls_ssl_set_hostname() for security
by Gilles Peskine
· 6 months ago
434016e
Keep track of whether mbedtls_ssl_set_hostname() has been called
by Gilles Peskine
· 5 months ago
28f8e20
Merge pull request #9872 from rojer/tls_hs_defrag_in
by Manuel Pégourié-Gonnard
· 5 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
4ac4008
Access ssl->hostname through abstractions in certificate verification
by Gilles Peskine
· 5 months ago
95fe2a6
Add a flags field to mbedtls_ssl_context
by Gilles Peskine
· 5 months ago
dd14c0a
Remove in_hshdr
by Deomid rojer Ryabkov
· 6 months ago
b8621b6
ssl_ciphersuites: remove references to DHE-RSA key exchanges
by Valerio Setti
· 6 months ago
89743b5
ssl_tls: remove code related to DHE-RSA
by Valerio Setti
· 6 months ago
cf4e6a1
Remove unused variable in ssl_server.c
by Waleed Elmelegy
· 6 months ago
be658c4
Merge pull request #9938 from bjwtaylor/ssl-ticket-api
by David Horstmann
· 6 months ago
afa11db
Remove obselete checks due to the introduction of handhsake defragmen...
by Deomid rojer Ryabkov
· 6 months ago
2547ae9
Move SSL macro checks from TF-PSA-Crypto to Mbed TLS
by Harry Ramsey
· 7 months ago
0c29cf8
Move ssl_ticket to the PSA API
by Ben Taylor
· 6 months ago
072c98e
Remove empty #if #endif block
by Manuel Pégourié-Gonnard
· 6 months ago
53fe26c
Update a function's doxygen
by Manuel Pégourié-Gonnard
· 6 months ago
c7403ed
Rm dead !USE_PSA code: ssl_tls12_client (part 2)
by Manuel Pégourié-Gonnard
· 6 months ago
fef4089
Rm dead !USE_PSA code: ssl_tls12_client (part 1)
by Manuel Pégourié-Gonnard
· 6 months ago
8fcfcf9
Appease unifdef
by Manuel Pégourié-Gonnard
· 6 months ago
07a1edd
Rm dead !USE_PSA code: ssl_tls.c (part 2)
by Manuel Pégourié-Gonnard
· 6 months ago
88800dd
Rm dead !USE_PSA code: ssl_tls.c (part 1)
by Manuel Pégourié-Gonnard
· 6 months ago
1a3959c
Rm dead !USE_PSA code: ssl_msg.c
by Manuel Pégourié-Gonnard
· 6 months ago
df5e1b6
Rm dead !USE_PSA code: ssl_tls12_server.c (part 2)
by Manuel Pégourié-Gonnard
· 6 months ago
5891676
Rm dead !USE_PSA code: ssl_tls12_server.c (part 1)
by Manuel Pégourié-Gonnard
· 6 months ago
0b44a81
Rm dead !USE_PSA code: ssl_tls13*.c part 2
by Manuel Pégourié-Gonnard
· 6 months ago
855f5bf
Rm dead !USE_PSA code: ssl_tls13_xxx (part 1)
by Manuel Pégourié-Gonnard
· 6 months ago
615914b
Rm dead !USE_PSA code: SSL headers (part 2)
by Manuel Pégourié-Gonnard
· 6 months ago
11ae619
Rm dead !USE_PSA code: SSL headers (part 1)
by Manuel Pégourié-Gonnard
· 6 months ago
daeaa51
Rm dead !USE_PSA code: SSL ciphersuites (part 1)
by Manuel Pégourié-Gonnard
· 6 months ago
b18c8b9
Rm dead !USE_PSA code: SSL hooks
by Manuel Pégourié-Gonnard
· 6 months ago
f60b09b
Rm dead !USE_PSA code: X.509
by Manuel Pégourié-Gonnard
· 6 months ago
b70e76a
Add a safety check for in_hsfraglen
by Deomid rojer Ryabkov
· 6 months ago
189dcf6
Merge pull request #9910 from valeriosetti/issue9684
by Ronald Cron
· 6 months ago
gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
7e1154c
Merge pull request #9906 from mpg/rm-conf-curves
by Manuel Pégourié-Gonnard
· 6 months ago
aaa152e
Allow fragments less HS msg header size (4 bytes)
by Deomid rojer Ryabkov
· 6 months ago
3dfe75e
Remove mbedtls_ssl_reset_in_out_pointers
by Deomid rojer Ryabkov
· 6 months ago
6348b46
ssl_ciphersuites: remove references/usages of DHE-PSK
by Valerio Setti
· 7 months ago
48659a1
ssl_tls: remove usage of DHE-PSK
by Valerio Setti
· 7 months ago
cad11ad
Review comments
by Deomid rojer Ryabkov
· 7 months ago
6b64a1b
x509: remove definition and implementation of x509write_crt_set_serial
by Valerio Setti
· 7 months ago
6402c35
Remove internal helper mbedtls_ssl_get_groups()
by Manuel Pégourié-Gonnard
· 7 months ago
6b72016
Remove mbedtls_ssl_conf::curve_list
by Manuel Pégourié-Gonnard
· 7 months ago
93d4591
Remove deprecated function mbedtls_ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 7 months ago
bc7c523
Remove uses of secp244k1
by Gilles Peskine
· 7 months ago
0d28fcb
Merge pull request #9798 from NadavTasher/feature/more-debug-prints
by Janos Follath
· 7 months ago
ac2cf1f
Defragment incoming TLS handshake messages
by Deomid rojer Ryabkov
· 1 year, 5 months ago
51f228c
Switch to actual TF-PSA-Crypto build_info.h
by Ronald Cron
· 9 months ago
Next »