- 957e383 Zeroize local MAC variables by Gilles Peskine · 3 years, 8 months ago
- 459a461 Fix TLS alert codes by Dave Rodgman · 4 years, 1 month ago
- 6db34e6 Merge pull request #4542 from mpg/fix-ssl-cf-hmac-alt-2.16 by Gilles Peskine · 4 years, 2 months ago
- 7f0d193 Fix misuse of MD API in SSL constant-flow HMAC by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 69c5f5d avoid -Wstringop-overflow when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
- d2d0e70 Move declaration to fix C90 warning by Rodrigo Dias Correa · 4 years, 8 months ago
- 0b9bc0b Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
- 671600c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
- 56ad24c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
- 1a0c7fb Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
- 0391ea3 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
- ab9ec32 Fix a typo in a comment by Manuel Pégourié-Gonnard · 5 years ago
- 590b2d9 Add mbedtls_ssl_cf_memcpy_offset() with tests by Manuel Pégourié-Gonnard · 5 years ago
- ce45d1a Use temporary buffer to hold the peer's HMAC by Manuel Pégourié-Gonnard · 5 years ago
- f0b469e Merge branch 'mbedtls-2.16' into mbedtls-2.16-restricted by Manuel Pégourié-Gonnard · 5 years ago
- 14cb46d Merge pull request #3598 from makise-homura/mbedtls-2.16 by Gilles Peskine · 5 years ago
- 8c3fa63 A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
- 50f6a19 Backport e2k support to mbedtls-2.7 by makise-homura · 5 years ago
- a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 0ca801a Merge pull request #732 from gabor-mezei-arm/689_bp216_zeroising_of_plaintext_buffers by Gilles Peskine · 5 years ago
- 3eaa103 Zeroising of plaintext buffers to erase unused application data from memory by gabor-mezei-arm · 5 years ago
- e1b1fff Add comment that was lost while backporting by Manuel Pégourié-Gonnard · 5 years ago
- 253b0de Remove use of C99 construct by Manuel Pégourié-Gonnard · 5 years ago
- 09ac297 Add missing const for consistency by Manuel Pégourié-Gonnard · 5 years ago
- 94fd8dc Fix typos in comments by Manuel Pégourié-Gonnard · 5 years ago
- 5bb6f3c Check errors from the MD layer by Manuel Pégourié-Gonnard · 5 years ago
- a6c1317 Remove unnecessary cast by Manuel Pégourié-Gonnard · 5 years ago
- 74503bb Improve some comments and internal documentation by Manuel Pégourié-Gonnard · 5 years ago
- 1e94128 Factor repeated condition to its own macro by Manuel Pégourié-Gonnard · 5 years ago
- de02b58 Implement cf_hmac() actually with constant flow by Manuel Pégourié-Gonnard · 5 years ago
- 368fc65 Use existing implementation of cf_hmac() by Manuel Pégourié-Gonnard · 5 years ago
- fde7505 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
- a60d0f2 Factor repeated preprocessor condition to a macro by Manuel Pégourié-Gonnard · 5 years ago
- f69b919 Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.7r0 by Janos Follath · 5 years ago
- 20cd85c Use starts/finish around Lucky 13 dummy compressions by Manuel Pégourié-Gonnard · 5 years ago
- f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
- 157cffe Use defines to check alpn ext list validity by Ronald Cron · 5 years ago
- b08a334 Improve debug logging of client hard reconnect by Manuel Pégourié-Gonnard · 5 years ago
- 52dbda6 Fix compilation issue when DTLS and SSL_HW_RECORD_ACCEL are on by Andres Amaya Garcia · 7 years ago
- 7f132cc Merge remote-tracking branch 'origin/pr/2714' into mbedtls-2.16 by Jaeden Amero · 6 years ago
- 16529b2 ssl_tls: Enable Suite B with subset of ECP curves by Jaeden Amero · 6 years ago
- d5f4759 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
- e1b1a2c Merge remote-tracking branch 'upstream-public/pr/2181' into development by Jaeden Amero · 7 years ago
- 3fbdada SSL: Make use of the new ECDH interface by Janos Follath · 7 years ago
- f6d6e30 Fix incomplete assertion in ssl_write_handshake_msg() by Hanno Becker · 7 years ago
- 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
- 17a0fab Merge remote-tracking branch 'public/pr/2111' into development-proposed by Simon Butcher · 7 years ago
- 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 7 years ago
- dd3ab13 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 7 years ago
- 805f2e1 Add missing zeroization of buffered handshake messages by Hanno Becker · 7 years ago
- 748face ssl_tls: fix maximum output length by Andrzej Kurek · 7 years ago
- ef43ce6 Dtls: change the way unlimited mtu is set for client hello messages by Andrzej Kurek · 7 years ago
- 6290dae Disable dtls fragmentation for ClientHello messages by Andrzej Kurek · 7 years ago
- 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 0bbb4fc Merge branch 'development' into development by Simon Butcher · 7 years ago
- 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
- 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
- a591c48 Correct typo in debug message by Hanno Becker · 7 years ago
- 83ab41c Correct typo in comment by Hanno Becker · 7 years ago
- cd9dcda Add const qualifier to handshake header reading functions by Hanno Becker · 7 years ago
- 39b8bc9 Change wording of debug message by Hanno Becker · 7 years ago
- ef7afdf Rename another_record_in_datagram to next_record_is_in_datagram by Hanno Becker · 7 years ago
- c573ac3 Fix typos in debug message and comment in ssl-tls.c by Hanno Becker · 7 years ago
- 3af567d Merge remote-tracking branch 'restricted/pr/437' into development-restricted by Simon Butcher · 7 years ago
- 7f85563 Merge remote-tracking branch 'restricted/pr/491' into development-restricted by Simon Butcher · 7 years ago
- 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
- 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
- 4613772 Merge remote-tracking branch 'public/pr/1915' into development by Simon Butcher · 7 years ago
- 0207e53 Style: Correct typo in ssl-tls.c by Hanno Becker · 7 years ago
- d584777 Style: Group buffering-related forward declarations in ssl_tls.c by Hanno Becker · 7 years ago
- 360bef3 Reordering: Document that only HS and CCS msgs are buffered by Hanno Becker · 7 years ago
- 4f432ad Style: Don't use abbreviations in comments by Hanno Becker · 7 years ago
- b8f5014 Add explicit MBEDTLS_DEBUG_C-guard around debugging code by Hanno Becker · 7 years ago
- f0da667 Style: Add braces around if-branch where else-branch has them by Hanno Becker · 7 years ago
- ecbdf1c Style: Correct indentation of debug msgs in mbedtls_ssl_write_record by Hanno Becker · 7 years ago
- 3f7b973 Correct typo in mbedtls_ssl_flight_transmit() by Hanno Becker · 7 years ago
- 6e12c1e Enhance debugging output by Hanno Becker · 7 years ago
- 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
- 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
- f4b010e Limit MTU by maximum fragment length setting by Hanno Becker · 7 years ago
- 283f5ef Buffering: Free future record epoch after each flight by Hanno Becker · 7 years ago
- 081bd81 ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 7 years ago
- c83d2b3 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 7 years ago
- b309b92 ssl_buffering_free_slot(): Double-check validity of slot index by Hanno Becker · 7 years ago
- 65dc885 Use size_t for msg_len argument in ssl_get_reassembly_buffer_size() by Hanno Becker · 7 years ago
- 1b20e8e Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
- 554b0af Fix assertion in mbedtls_ssl_write_record() by Hanno Becker · 7 years ago
- 7428d4f Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
- 551835d ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 7 years ago
- 2c98db2 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 7 years ago
- 6353134 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
- 11682cc Uniformly treat MTU as size_t by Hanno Becker · 7 years ago
- 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
- a67dee2 Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing by Hanno Becker · 7 years ago
- b8eec19 Implement PMTU auto-reduction in handshake by Manuel Pégourié-Gonnard · 7 years ago
- 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
- 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
- 01315ea Account for future epoch records in the total buffering size by Hanno Becker · 7 years ago
- a02b0b4 Add function making space for current message reassembly by Hanno Becker · 7 years ago
- e180139 Add another debug message to ssl_buffer_message() by Hanno Becker · 7 years ago