TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
refs/heads/archive/mbedtls-2.7
/
library
/
ssl_tls.c
9c7e92b
Move declaration to fix C90 warning
by Rodrigo Dias Correa
· 4 years, 8 months ago
f75fbab
Change function casting in `ssl_calc_finished_tls_sha384`
by Rodrigo Dias Correa
· 4 years, 8 months ago
d7853a8
Fix GCC warning in `ssl_calc_finished_tls_sha384`
by Rodrigo Dias Correa
· 4 years, 8 months ago
34018be
Fix GCC warning in `ssl_calc_finished_tls_sha384`
by Rodrigo Dias Correa
· 4 years, 9 months ago
375366a
Fix mismatched function parameters (prototype/definition)
by Rodrigo Dias Correa
· 4 years, 9 months ago
d103823
Fix build failure on gcc-11
by Rodrigo Dias Correa
· 4 years, 9 months ago
520e78b
Fix a typo in a comment
by Manuel Pégourié-Gonnard
· 5 years ago
3b490a0
Add mbedtls_ssl_cf_memcpy_offset() with tests
by Manuel Pégourié-Gonnard
· 5 years ago
bf7a49e
Use temporary buffer to hold the peer's HMAC
by Manuel Pégourié-Gonnard
· 5 years ago
d863a67
Merge branch 'mbedtls-2.7' into mbedtls-2.7-restricted
by Manuel Pégourié-Gonnard
· 5 years ago
46b3fc2
Merge pull request #3599 from makise-homura/mbedtls-2.7
by Gilles Peskine
· 5 years ago
329fe7e
A different approach of signed-to-unsigned comparison
by makise-homura
· 5 years ago
03c2b8f
Backport e2k support to mbedtls-2.7
by makise-homura
· 5 years ago
44bfbe3
Update copyright notices to use Linux Foundation guidance
by Bence Szépkúti
· 5 years ago
691bed7
Merge pull request #733 from gabor-mezei-arm/689_bp27_zeroising_of_plaintext_buffers
by Gilles Peskine
· 5 years ago
ef73875
Zeroising of plaintext buffers to erase unused application data from memory
by gabor-mezei-arm
· 5 years ago
7cf5ebc
Add comment that was lost while backporting
by Manuel Pégourié-Gonnard
· 5 years ago
e05e576
Remove use of C99 construct
by Manuel Pégourié-Gonnard
· 5 years ago
2f484bd
Add missing const for consistency
by Manuel Pégourié-Gonnard
· 5 years ago
2da9a54
Fix typos in comments
by Manuel Pégourié-Gonnard
· 5 years ago
0cd0c73
Check errors from the MD layer
by Manuel Pégourié-Gonnard
· 5 years ago
c9ef5a2
Remove unnecessary cast
by Manuel Pégourié-Gonnard
· 5 years ago
ec956b1
Improve some comments and internal documentation
by Manuel Pégourié-Gonnard
· 5 years ago
41df0f2
Factor repeated condition to its own macro
by Manuel Pégourié-Gonnard
· 5 years ago
4508c67
Implement cf_hmac() actually with constant flow
by Manuel Pégourié-Gonnard
· 5 years ago
d119718
Use existing implementation of cf_hmac()
by Manuel Pégourié-Gonnard
· 5 years ago
3ba2bca
Add dummy constant-flow HMAC function with tests
by Manuel Pégourié-Gonnard
· 5 years ago
8ebb88d
Factor repeated preprocessor condition to a macro
by Manuel Pégourié-Gonnard
· 5 years ago
9cdda86
Merge branch 'mbedtls-2.7-restricted' into mbedtls-2.7.16r0
by Janos Follath
· 5 years ago
44183d1
Merge pull request #3409 from bensze01/license-2.7
by Janos Follath
· 5 years ago
8352797
Use starts/finish around Lucky 13 dummy compressions
by Manuel Pégourié-Gonnard
· 5 years ago
4e9f712
Update license headers to Apache-2.0 OR GPL-2.0-or-later
by Bence Szépkúti
· 5 years ago
a32236c
Use defines to check alpn ext list validity
by Ronald Cron
· 5 years ago
6062b49
Fix bug in handling of DTLS client hard reconnect
by Manuel Pégourié-Gonnard
· 5 years ago
4bbbdc3
Improve debug logging of client hard reconnect
by Manuel Pégourié-Gonnard
· 5 years ago
8758053
Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on
by Andres Amaya Garcia
· 7 years ago
0b20357
Merge remote-tracking branch 'origin/pr/2713' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
0cf1776
Merge remote-tracking branch 'origin/pr/2451' into mbedtls-2.7
by Jaeden Amero
· 6 years ago
ba59f6b
ssl_tls: Enable Suite B with subset of ECP curves
by Jaeden Amero
· 6 years ago
8fd9156
Fix #2370, minor typos and spelling mistakes
by Antonin Décimo
· 7 years ago
a34cc6b
Correct length check for DTLS records from old epochs.
by Hanno Becker
· 8 years ago
5a15fa3
Merge remote-tracking branch 'public/pr/2096' into mbedtls-2.7-proposed
by Simon Butcher
· 7 years ago
ca31b47
Fail when encountering invalid CBC padding in EtM records
by Hanno Becker
· 7 years ago
d82e0c0
Add missing zeroization of reassembled handshake messages
by Hanno Becker
· 7 years ago
9877efb
Merge remote-tracking branch 'restricted/pr/437' into mbedtls-2.7-restricted
by Simon Butcher
· 7 years ago
6910201
Merge remote-tracking branch 'restricted/pr/493' into mbedtls-2.7-restricted
by Simon Butcher
· 7 years ago
f7be6b0
Merge remote-tracking branch 'public/pr/1960' into mbedtls-2.7
by Simon Butcher
· 7 years ago
12f7ede
Compute record expansion in steps to ease readability
by Hanno Becker
· 7 years ago
dbd3e88
Fix mbedtls_ssl_get_record_expansion() for CBC modes
by Hanno Becker
· 7 years ago
cd6a64a
Reset session_in/out pointers in ssl_session_reset_int()
by Hanno Becker
· 7 years ago
2c16114
Revert change of a return variable name
by k-stachowiak
· 7 years ago
7daacda
Merge remote-tracking branch 'restricted/pr/494' into mbedtls-2.7
by Simon Butcher
· 7 years ago
d5a3ed3
Merge remote-tracking branch 'public/pr/1863' into mbedtls-2.7
by Simon Butcher
· 7 years ago
bc5ec41
Merge remote-tracking branch 'public/pr/1847' into mbedtls-2.7
by Simon Butcher
· 7 years ago
8946b0d
Check for invalid short Alert messages
by Angus Gratton
· 7 years ago
b91cb6e
TLSv1.2: Treat zero-length fragments as invalid, unless they are application data
by Angus Gratton
· 7 years ago
1ba8e91
CBC mode: Allow zero-length message fragments (100% padding)
by Angus Gratton
· 7 years ago
7c34432
Avoid debug message that might leak length
by Manuel Pégourié-Gonnard
· 7 years ago
aeeaaf2
Add counter-measure to cache-based Lucky 13
by Manuel Pégourié-Gonnard
· 7 years ago
c2eddee
Fix memory leak in ssl_setup
by k-stachowiak
· 7 years ago
33e5c32
Fixes different off by ones
by Philippe Antoine
· 7 years ago
a35dbf1
about a issue Replace "new" variable #1782
by niisato
· 7 years ago
0fc4e08
Document ssl_write_real() behaviour in detail
by Andres Amaya Garcia
· 8 years ago
bb5e1c3
Fix multiple quality issues in the source
by Simon Butcher
· 7 years ago
bb07ca0
Fix Lucky13 attack protection when using HMAC-SHA-384
by Gilles Peskine
· 7 years ago
149f3a4
Change variable bytes_written to header_bytes in record decompression
by Andrzej Kurek
· 7 years ago
c3a3e2d
ssl_tls: Fix invalid buffer sizes during compression / decompression
by Andrzej Kurek
· 7 years ago
d8e0cec
Merge remote-tracking branch 'upstream-public/pr/1464' into mbedtls-2.7-proposed
by Jaeden Amero
· 7 years ago
b5f53b1
Merge remote-tracking branch 'upstream-public/pr/1401' into mbedtls-2.7-proposed
by Jaeden Amero
· 7 years ago
29ed80f
Fix compatibility problem in the printed message
by mohammad1603
· 7 years ago
44a6a68
Check whether INT_MAX larger than SIZE_MAX scenario
by mohammad1603
· 7 years ago
2ea2d68
Verify that f_send and f_recv send and receive the expected length
by mohammad1603
· 7 years ago
2170130
Robustness fix in mbedtls_ssl_derive_keys
by Gilles Peskine
· 7 years ago
b11af86
Avoid wraparound on in_left
by mohammad1603
· 7 years ago
158fc33
Merge remote-tracking branch 'upstream-public/pr/1296' into HEAD
by Gilles Peskine
· 7 years ago
6085c72
Backport 2.7:Add guard to out_left to avoid negative values
by mohammad1603
· 7 years ago
3f9cff2
Merge branch 'prr_424' into mbedtls-2.7-proposed
by Gilles Peskine
· 7 years ago
784de59
Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted
by Jaeden Amero
· 8 years ago
66954e1
Merge branch 'development' into development-restricted
by Jaeden Amero
· 8 years ago
5e9f14d
Set correct minimal versions in default conf
by Ron Eldor
· 8 years ago
9e4f77c
New MD API: rename functions from _ext to _ret
by Gilles Peskine
· 8 years ago
d91f2a2
Merge branch 'development' into iotssl-1251-2.7
by Gilles Peskine
· 8 years ago
3d8c907
Compute outgoing MAC in temporary buffer for MAC-then-Encrypt
by Hanno Becker
· 8 years ago
82d607e
Merge remote-tracking branch 'upstream-restricted/pr/433' into development-restricted
by Gilles Peskine
· 8 years ago
d04c623
Merge remote-tracking branch 'restricted/pr/403' into development-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
b053efb
Fix magic constant in previous commit
by Manuel Pégourié-Gonnard
· 8 years ago
464147c
Fix SSLv3 MAC computation
by Manuel Pégourié-Gonnard
· 8 years ago
02e28fe
Merge remote-tracking branch 'upstream-restricted/pr/425' into development-restricted
by Gilles Peskine
· 8 years ago
0960f06
Merge branch 'development' into development-restricted
by Gilles Peskine
· 8 years ago
0884f48
Merge remote-tracking branch 'upstream-public/pr/1141' into development
by Gilles Peskine
· 8 years ago
1df4923
Remove compile-time deprecation warning for TRUNCATED_HMAC_COMPAT
by Hanno Becker
· 8 years ago
c753f5d
Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted
by Gilles Peskine
· 8 years ago
68306ed
Merge remote-tracking branch 'upstream-public/pr/1094' into development
by Gilles Peskine
· 8 years ago
4c2ac7e
Deprecate MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT
by Hanno Becker
· 8 years ago
563423f
Improve documentation of MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT option
by Hanno Becker
· 8 years ago
e89353a
Add fallback to non-compliant truncated HMAC for compatibiltiy
by Hanno Becker
· 8 years ago
81c7b18
Don't truncate MAC key when truncated HMAC is negotiated
by Hanno Becker
· 8 years ago
992b687
Fix heap corruption in ssl_decrypt_buf
by Hanno Becker
· 8 years ago
888fede
Merge branch 'development' into development-restricted
by Manuel Pégourié-Gonnard
· 8 years ago
21df7f9
Fix handling of HS msgs in mbedtls_ssl_read if renegotiation unused
by Hanno Becker
· 8 years ago
Next »