- 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 4 weeks ago
- 86b9d3f documentation of mbedtls_ssl_async_sign_t with RSA: update to PSA by Gilles Peskine · 4 months ago
- c4949d1 mbedtls_ssl_conf_alpn_protocols: declare list elements as const by Gilles Peskine · 9 weeks ago
- 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 3 months ago
- ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 4 months ago
- 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 8 months ago
- 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 8 months ago
- c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 9 months ago
- 3e12918 Fix output size check for key material exporter by Max Fillinger · 9 months ago
- 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 9 months ago
- 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 9 months ago
- e10c984 Fix coding style by Max Fillinger · 10 months ago
- 7b72220 Fix coding style by Max Fillinger · 10 months ago
- ae7d66a Fix doxygen comment parameter name by Max Fillinger · 10 months ago
- 5561994 Fix typos in comment by Max Fillinger · 10 months ago
- 9c9989f Fix mismatches in function declarations by Max Fillinger · 12 months ago
- bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year ago
- 7a84f0f removed rng parameters from struct mbedtls_ssl_config by Ben Taylor · 4 months ago
- 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 5 months ago
- e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 5 months ago
- e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
- a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 5 months ago
- 2b78a5a State globally that the limitations don't apply to DTLS by Gilles Peskine · 5 months ago
- d9c8580 Clarify DTLS by Gilles Peskine · 5 months ago
- 80faced ClientHello may be fragmented in renegotiation by Gilles Peskine · 5 months ago
- d8f9e22 Move the defragmentation documentation to mbedtls_ssl_handshake by Gilles Peskine · 5 months ago
- 36edd48 Document the limitations of TLS handshake message defragmentation by Gilles Peskine · 5 months ago
- 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 6 months ago
- eb2d29e Document the need to call mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
- 96073fb Improve documentation of mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
- 825c3d0 Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup by Gilles Peskine · 5 months ago
- 59a5117 Create error code for mbedtls_ssl_set_hostname not called 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
- 95fe2a6 Add a flags field to mbedtls_ssl_context by Gilles Peskine · 5 months ago
- aa2594a Make ticket_alpn field private by Gilles Peskine · 5 months ago
- dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 6 months ago
- 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
- 11ae619 Rm dead !USE_PSA code: SSL headers (part 1) by Manuel Pégourié-Gonnard · 6 months ago
- 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 6 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
- 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 6 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
- ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 5 months ago
- 130ece0 Remove USE_PSA references from SSL documentation by Janos Follath · 8 months ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
- 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
- 4e6a368 Replace MBEDTLS_MD_CAN_SHA256 in md.h, ssl.h, and entropy.h by Elena Uziunaite · 1 year, 1 month ago
- cf5e3dd Replace MBEDTLS_MD_CAN_SHA384 in md.h and ssl.h by Elena Uziunaite · 1 year, 1 month ago
- 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
- fe15d90 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
- d85eeae tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
- 66a206c tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
- 81bb589 tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
- 9314df6 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
- c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 5 months ago
- 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 5 months ago
- 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
- 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
- 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
- 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
- 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
- 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
- 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
- aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
- 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
- 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
- d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
- 40d4708 ssl: Added session getter for ciphersuite_id. by Minos Galanakis · 1 year, 5 months ago
- 358b448 ssl_ciphersuite: Added getter methods for ciphersuite id. by Minos Galanakis · 1 year, 5 months ago
- 2c8c364 ssl: Added getter methods for session id and len. by Minos Galanakis · 1 year, 5 months ago
- 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
- 26a9811 ssl: Add early_data_count field by Ronald Cron · 1 year, 5 months ago
- 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
- 8f1de7e tls13: Improve documentation by Ronald Cron · 1 year, 5 months ago
- d406924 Improve comments/documentation by Ronald Cron · 1 year, 5 months ago
- 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 5 months ago
- d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
- b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
- 7fdee8b ssl_session: Reorder some fields to reduce padding by Ronald Cron · 1 year, 6 months ago
- 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 6 months ago
- 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
- 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
- 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
- 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
- ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
- 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
- 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
- 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
- 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
- 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
- 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
- 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago