TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/gh-readonly-queue/mbedtls-3.6/pr-10043-3dbe333ab0751c70646c9c3e4761a73f1dc0616a
/
library
3dbe333
Merge pull request #10051 from Vge0rge/key_id_range_backport
by Gilles Peskine
· 5 months ago
104bd06
Merge remote-tracking branch 'origin/features/tls-defragmentation/3.6' into feature_merge_defragmentation_36
by Minos Galanakis
· 5 months ago
d5e64f7
PSA core: Allow enabling one volatile/builtin key
by Georgios Vasilakis
· 5 months ago
8a4ec49
Cleanly reject non-HS in-between HS fragments
by Manuel Pégourié-Gonnard
· 5 months ago
c22e315
Fix a log message
by Gilles Peskine
· 5 months ago
229e200
Note unused variables when debugging is disabled
by Gilles Peskine
· 5 months ago
dee9263
Pacify uncrustify
by Gilles Peskine
· 5 months ago
0a467cc
Unify handshake fragment log messages
by Gilles Peskine
· 5 months ago
b888cca
Fix handshake defragmentation when the record has multiple messages
by Gilles Peskine
· 5 months ago
3175fc3
Fix end check before memmove
by Gilles Peskine
· 5 months ago
58c3301
Make conversion explicit to silence MSVC warning
by Gilles Peskine
· 5 months ago
302f37b
Fix dodgy printf calls
by Gilles Peskine
· 5 months ago
cc856a2
Handshake defragmentation: reassemble incrementally
by Gilles Peskine
· 5 months ago
22c51b9
mbedtls_ssl_prepare_handshake_record(): log offsets after decryption
by Gilles Peskine
· 5 months ago
af0c461
mbedtls_ssl_prepare_handshake_record(): refactor first fragment prep
by Gilles Peskine
· 5 months ago
1e81d34
Tweak handshake fragment log message
by Gilles Peskine
· 5 months ago
3d490a9
Tweak "waiting for more handshake fragments" log message
by Gilles Peskine
· 5 months ago
05b3835
psa: move definition of psa_can_do_hash() to crypto_extra.h
by Valerio Setti
· 5 months ago
4726d20
Remove unused variable in ssl_server.c
by Waleed Elmelegy
· 6 months ago
2878a05
Remove obselete checks due to the introduction of handhsake defragmen...
by Deomid rojer Ryabkov
· 6 months ago
cb72cd2
Don't reset badmac_seen on a DTLS client reconnect
by Gilles Peskine
· 6 months ago
b710599
Merge in_hsfraglen with badmac_seen_or_in_hsfraglen
by Gilles Peskine
· 6 months ago
ebdd405
Change the type of in_hsfraglen to unsigned
by Gilles Peskine
· 6 months ago
f6a676d
Rename badmac_seen to badmac_seen_or_in_hsfraglen
by Gilles Peskine
· 6 months ago
69f8f45
Minor readability improvement
by Gilles Peskine
· 6 months ago
bbe8745
Remove in_hshdr
by Deomid rojer Ryabkov
· 6 months ago
85ec2b3
Add a safety check for in_hsfraglen
by Deomid rojer Ryabkov
· 6 months ago
5c853ea
Allow fragments less HS msg header size (4 bytes)
by Deomid rojer Ryabkov
· 6 months ago
96e2290
Remove mbedtls_ssl_reset_in_out_pointers
by Deomid rojer Ryabkov
· 6 months ago
1f4088c
Review comments
by Deomid rojer Ryabkov
· 7 months ago
3fc5a4d
Defragment incoming TLS handshake messages
by Deomid rojer Ryabkov
· 1 year, 5 months ago
4847765
Update tf-psa-crypto/drivers/builtin/src/ecp.c
by minosgalanakis
· 12 months ago
abf9f1a
PSA interruptible sign/verify: detect invalid curve family in start
by Gilles Peskine
· 8 months ago
9058998
Merge pull request #9796 from gilles-peskine-arm/psa-storage-test-cases-never-supported-positive-3.6
by Gilles Peskine
· 7 months ago
8e8dabd
Merge pull request #9830 from gilles-peskine-arm/9798-backport-3.6
by Janos Follath
· 7 months ago
bc3f917
crypto_config.h: Don't list mechanisms that are not implemented
by Gilles Peskine
· 7 months ago
e65428e
Specify previously missed XMM register clobbers in AES-NI asm blocks
by Solar Designer
· 8 months ago
98910a1
Specify register clobbers in mbedtls_aesni_crypt_ecb()
by Solar Designer
· 8 months ago
a770f30
Merge pull request #9782 from gilles-peskine-arm/psa-storage-test-cases-never-supported-preliminaries-3.6
by Janos Follath
· 8 months ago
aebe857
Added debug print in tls13 ssl_tls13_write_key_share_ext
by Nadav Tasher
· 8 months ago
7e6d4c1
Make mbedTLS compile with MS-DOS DJGPP
by SuperIlu
· 8 months ago
8a8aa59
PSA interruptible sign/verify: detect unsupported mechanism in start
by Gilles Peskine
· 9 months ago
808b541
PSA sign/verify: more uniform error on an unsupported hash
by Gilles Peskine
· 1 year, 4 months ago
dcf42a0
Update references to test helpers
by David Horstmann
· 9 months ago
346d2f4
Merge pull request #9731 from gilles-peskine-arm/coverity-20241004-3.6
by Paul Elliott
· 9 months ago
c8b668d
mbedtls_psa_ecp_generate_key: don't calculate the public key
by Gilles Peskine
· 9 months ago
5dea5f3
mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw: reject bits==0
by Gilles Peskine
· 10 months ago
91972cc
Merge pull request #9608 from gilles-peskine-arm/outcome-check-repeated-configurations-all.sh-preliminaries-3.6
by Gilles Peskine
· 9 months ago
gh-readonly-queue/mbedtls-3.6/pr-9608-0b8b7a1ee1d3704199660540dc8a4efa546f1593
0b8b7a1
Merge pull request #9448 from valeriosetti/psa-use-static-slots-backport
by Gilles Peskine
· 9 months ago
0f170ad
Merge pull request #9714 from ThePassionate/mbedtls-1022-3.6.0
by David Horstmann
· 10 months ago
66b39d4
net/mbedtls_net_connect: Preventing double close problem
by makejian
· 10 months ago
fe0f09e
Documentation: fix some nits
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
dbfb2ab
psa: zeroize static key buffer content when key slot is freed
by Valerio Setti
· 12 months ago
f51488b
psa: fix some macro definition
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
1980bb7
psa-core: properly set PSA_CRYPTO_MAX_STORAGE_SIZE
by Valerio Setti
· 12 months ago
8d4f150
psa: allow to use static key buffers instead of dynamic ones
by Valerio Setti
· 1 year, 2 months ago
e905442
Merge pull request #9675 from eleuzi01/backport-9673
by David Horstmann
· 10 months ago
5adc9c3
Add "common.h"
by Elena Uziunaite
· 10 months ago
78542bf
Merge pull request #9698 from gilles-peskine-arm/3.6.2-rc2-mergeback-3
by David Horstmann
· 10 months ago
7f5ec13
Adjust file path for generate_ssl_debug_helpers.py
by Elena Uziunaite
· 10 months ago
bfb9f71
Revert "Add generated files"
by David Horstmann
· 11 months ago
a712d8d
Bump version to 3.6.2
by Gilles Peskine
· 10 months ago
5f1c8a7
pkwrite: fix buffer overrun
by Valerio Setti
· 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
698a90d
Ignore and clean generated assembly
by Gilles Peskine
· 1 year, 1 month ago
925e9ad
Add target to compile to assembly
by Gilles Peskine
· 1 year, 2 months ago
5a668dd
Reduce level of non-error debug message
by Gilles Peskine
· 11 months ago
015d222
Remove transitional always-on internal option
by Gilles Peskine
· 11 months ago
78df03a
Separate accepting TLS 1.3 middlebox compatibility from sending it
by Gilles Peskine
· 11 months ago
26fc039
Merge pull request #9498 from minosgalanakis/bugfix/return_early_in_ccm_star_bp36
by Gilles Peskine
· 11 months ago
gh-readonly-queue/mbedtls-3.6/pr-9498-78b1362b4228b21aaa63156fba4e3348f538d96c
32bdf19
Minor updates in doc/comments/debug
by Manuel Pégourié-Gonnard
· 1 year, 2 months ago
8cd0dfa
Merge pull request #9537 from mpg/tickets13-followup
by Manuel Pégourié-Gonnard
· 11 months ago
f59d7b9
Merge pull request #9493 from yanesca/rsapub_additional_tests
by Manuel Pégourié-Gonnard
· 11 months ago
1116de3
Add guard on internal 1.2-only function
by Manuel Pégourié-Gonnard
· 11 months ago
15fa9ce
Misc improvements to comments
by Manuel Pégourié-Gonnard
· 11 months ago
33a2918
Merge pull request #9390 from eleuzi01/backport-9327
by Manuel Pégourié-Gonnard
· 11 months ago
4bc15d8
Fix guards on #include
by Manuel Pégourié-Gonnard
· 11 months ago
126cfed
Fix code style
by Manuel Pégourié-Gonnard
· 11 months ago
96cfd7a
Move bignum code path testing out of the library
by Janos Follath
· 12 months ago
2f8ad59
Explain the choice of the value of MBEDTLS_MPI_IS_PUBLIC
by Janos Follath
· 12 months ago
e86607c
Initial local variables to secure default
by Janos Follath
· 12 months ago
42f72b3
Introduce MBEDTLS_MPI_IS_TEST
by Janos Follath
· 12 months ago
fbc34ee
Revert "Add generated files"
by David Horstmann
· 11 months ago
0d11176
Add generated files
by David Horstmann
· 11 months ago
1d2dcfc
Bump version to 3.6.1
by David Horstmann
· 11 months ago
9f10979
Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr
by David Horstmann
· 11 months ago
c46edd4
Fix/Improve documentation
by Ronald Cron
· 11 months ago
9f44c88
Rename some "new_session_tickets" symbols
by Ronald Cron
· 11 months ago
ba45a44
Move session tickets getter functions to ssl_misc.h
by Ronald Cron
· 11 months ago
97dc583
Improve debug logs
by Ronald Cron
· 11 months ago
d67f801
Do not add a new field in the SSL config
by Ronald Cron
· 11 months ago
b675b2b
TLS 1.3: Ignore tickets if disabled at runtime
by Ronald Cron
· 11 months ago
bedddd7
Add mbedtls_ssl_conf_enable_new_session_tickets() API
by Ronald Cron
· 11 months ago
57dbd69
TLS 1.3 server: move crypto_init after protocol negotiation
by Gilles Peskine
· 11 months ago
5047627
Error translation and init are needed in PSK-only builds as well
by Gilles Peskine
· 11 months ago
069bccd
Call psa_crypto_init in the library when required for TLS 1.3
by Gilles Peskine
· 12 months ago
4002e6f
Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted
by Gilles Peskine
· 12 months ago
Next »