- e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
- c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
- ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
- 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years ago
- 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years ago
- 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years ago
- d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
- 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
- dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years ago
- 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years ago
- a05e9c1 Fix selection of default FFDH group by Przemek Stekiel · 2 years, 1 month ago
- 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 1 month ago
- a6033ac Add missing guards in tls 1.3 by Andrzej Kurek · 2 years, 2 months ago
- 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
- 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
- 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 1 month ago
- 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 2 months ago
- c89f3ea Add support for FFDH in TLS 1.3 by Przemek Stekiel · 2 years, 2 months ago
- 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 1f2a587 Use actual function instead of static inline by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- da60913 fix: correct calling to time function in tls13 client&server by YxC · 2 years, 2 months ago
- 91bb3f0 Wrap lines in library/ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
- 958b6ff Wrap lines which exceed 80 chars in ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
- eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 3 months ago
- b828c7d Fix, improve and add comments by Ronald Cron · 2 years, 3 months ago
- 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 5 months ago
- 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
- 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 4 months ago
- 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 4 months ago
- 1a38e54 Changes from 2nd review by Jan Bruckner · 2 years, 4 months ago
- a0589e7 Changes from review by Jan Bruckner · 2 years, 4 months ago
- 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 5 months ago
- 5a3629b Fix debug print of encrypted extensions by Jan Bruckner · 2 years, 5 months ago
- 5e5aa4a Merge pull request #7218 from tom-cosgrove-arm/fix-typos-230307 by Dave Rodgman · 2 years, 4 months ago
- 5c8505f Fix typos by Tom Cosgrove · 2 years, 4 months ago
- 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
- 63e33dd Fix unchecked return value by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 5 months ago
- 8dc4ce7 Fix various coding style and comment issues by Xiaokang Qian · 2 years, 5 months ago
- 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 5 months ago
- 53c4c27 Update the comment of ciphersuite check for early data by Xiaokang Qian · 2 years, 5 months ago
- 64bc9bc Add comments to describe the early data behavior-encrypt/rejected... by Xiaokang Qian · 2 years, 5 months ago
- e04afdc Refine the condition of whether re-generate early keys by Xiaokang Qian · 2 years, 5 months ago
- eb31cbc Share the hash check code between ticket and external psk by Xiaokang Qian · 2 years, 5 months ago
- 4ef8ba2 Assign the ciphersuite in finalize_hrr{server_hello} by Xiaokang Qian · 2 years, 5 months ago
- bb88324 Remove useless comments of outbound switch by Xiaokang Qian · 2 years, 5 months ago
- 02f5e14 Combine the alert check of selected_id and ciphercuite by Xiaokang Qian · 2 years, 5 months ago
- 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 5 months ago
- ac4c625 Add hash check of ciphersuite for ticket psk by Xiaokang Qian · 2 years, 5 months ago
- 6be8290 Change to CCS after client hello only if we offer early data by Xiaokang Qian · 2 years, 5 months ago
- 7179f81 Restore the empty lines by Xiaokang Qian · 2 years, 5 months ago
- b584621 Refine the ciphersuite and select id check for early data by Xiaokang Qian · 2 years, 6 months ago
- 7892b6c Refine the comment about generating early secrects in post server hello by Xiaokang Qian · 2 years, 6 months ago
- bd0ab06 Skip CCS once we proposed early data even it is rejected by Xiaokang Qian · 2 years, 6 months ago
- f6d8fd3 Improve the coding style of new lines by Xiaokang Qian · 2 years, 6 months ago
- 79f7752 Move state change to finalize client hello by Xiaokang Qian · 2 years, 6 months ago
- 3f616c2 Move selected_identity zero check to post_server_hello by Xiaokang Qian · 2 years, 6 months ago
- 1d8e86c Get hash_alg by mbedtls_psa_translate_md by Xiaokang Qian · 2 years, 6 months ago
- ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 6 months ago
- 4224244 Improve coding styles and add comments by Xiaokang Qian · 2 years, 6 months ago
- 33ff868 Fix various errors by Xiaokang Qian · 2 years, 6 months ago
- 43a83f2 Move the place where call set_outbound_transform to switch handshake key by Xiaokang Qian · 2 years, 6 months ago
- 9074613 Fix compile error and warnings by Xiaokang Qian · 2 years, 6 months ago
- f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 6 months ago
- 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 6 months ago
- 303f82c5 Skip generating early secrets in some cases by Xiaokang Qian · 2 years, 6 months ago
- 2a67493 Pend a illeagal allert when selected_identity isn't 0 by Xiaokang Qian · 2 years, 6 months ago
- 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
- 19d4416 Refine code to remove finalize_write_end_of_early_data() by Xiaokang Qian · 2 years, 7 months ago
- 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 7 months ago
- 854db28 Set hs_psk,ciphercuit_info and kex mode when writing pre-share key by Xiaokang Qian · 2 years, 7 months ago
- 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 7 months ago
- 742578c Remove end_of_early_data_coordinate() to align with exist style by Xiaokang Qian · 2 years, 7 months ago
- bc75bc0 Switch to MBEDTLS_SSL_END_OF_EARLY_DATA as needed by Xiaokang Qian · 2 years, 7 months ago
- c81a15a Change the comment format of end_of_early_data by Xiaokang Qian · 2 years, 7 months ago
- 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 7 months ago
- da8402d Switch outbound back to handshake key after end_of_early_data by Xiaokang Qian · 2 years, 7 months ago
- bf09376 Remove useless prepare_write_end_of_early_data by Xiaokang Qian · 2 years, 7 months ago
- 34aab55 Add prepare function to switch transform to early keys by Xiaokang Qian · 2 years, 7 months ago
- 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
- 9b84ea7 remove ssl_tls13_has_compat_ticket_flags by Pengyu Lv · 2 years, 6 months ago
- 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 6 months ago
- 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 6 months ago
- 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 7 months ago
- 9356678 filter the tickets with tls13_kex_mode on client side. by Pengyu Lv · 2 years, 7 months ago
- 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 8 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
- 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 6 months ago
- 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 3e60cad Improve comment and changlog by Jerry Yu · 2 years, 6 months ago
- bdb936b Workaround anti replay fail of GnuTLS by Jerry Yu · 2 years, 6 months ago
- cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 6 months ago
- 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
- ddda050 tls13: Upstream various fix in prototype by Jerry Yu · 2 years, 8 months ago
- ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
- 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
- 1d1d536 Merge pull request #6490 from xkqian/tls13_parse_early_data_indication_ee by Ronald Cron · 2 years, 8 months ago