- 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 4 months ago
- 18336da Merge pull request #7196 from mprse/ecjpake-driver-dispatch-peer-user by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 4a1d3be Merge pull request #7229 from tom-cosgrove-arm/static-assert by Dave Rodgman · 2 years, 5 months ago
- c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
- 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
- fde1128 Code optimizations and documentation fixes by Przemek Stekiel · 2 years, 5 months ago
- 18cd6c9 Use local macros for j-pake slient/server strings by Przemek Stekiel · 2 years, 5 months ago
- 4cd2031 Use user/peer instead role in jpake TLS code by Przemek Stekiel · 2 years, 5 months ago
- 75fba32 ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 5 months ago
- 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 6ef9bb3 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
- a2fc399 Merge pull request #6829 from AndrzejKurek/unify-psa-errors by Gilles Peskine · 2 years, 5 months ago
- 2f1d967 ssl: fix included pk header file by Valerio Setti · 2 years, 5 months ago
- 947cee1 Fix memory leak. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- daf5b56 Translate to MD errors in ssl-tls.c by Andrzej Kurek · 2 years, 5 months ago
- 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
- 02d55d5 Rename some local variables by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- f057ecf Use MD not low-level sha256/512 in TLS by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 0ac71c0 Make debug statement more portable by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 1ad9ef2 ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 5 months ago
- 8e176f7 Fix wrong return statement by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 626aaed Fix unused variable warnings in some builds by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- e1a4caa Handle hash errors in calc_finished by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- b9b564e Handle hash errors in calc_verify by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- df94901 Handle hash errors in update_checksum by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- b72ff49 Handle hash errors in reset_checksum by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 537f231 Split hash start out of handshake_params_init by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 226aa15 Make handshake hashing functions return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 6 months ago
- acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 6 months ago
- ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
- 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
- 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
- c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 016f682 tls: pake: small code refactoring for password setting functions by Valerio Setti · 2 years, 8 months ago
- 0c2a738 fix various issues by Jerry Yu · 2 years, 8 months ago
- ddda050 tls13: Upstream various fix in prototype by Jerry Yu · 2 years, 8 months ago
- 2e19981 tls13: guards transform negotiate by Jerry Yu · 2 years, 8 months ago
- eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
- ae7fe7e tls: pake: avoid useless psa_pake_abort in setting opaque password by Valerio Setti · 2 years, 8 months ago
- 70d1fa5 tls: pake: fix missing return values check by Valerio Setti · 2 years, 8 months ago
- c689ed8 tls: pake: minor adjustments by Valerio Setti · 2 years, 8 months ago
- 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
- 556e8a3 Fix additional mis-spelling by Dave Rodgman · 2 years, 8 months ago
- 6ee56aa Add default values for conf->*early_data* by Jerry Yu · 2 years, 8 months ago
- 39da985 remove limitation of max_early_data_size by Jerry Yu · 2 years, 8 months ago
- 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
- 757f359 tls: pake: do not destroy key on errors while setting opaque password by Valerio Setti · 2 years, 8 months ago
- cc4e007 Add max_early_data_size to mbedtls_ssl_config by Jerry Yu · 2 years, 8 months ago
- 0944329 tls: pake: add check for empty passwords in mbedtls_ssl_set_hs_ecjpake_password() by Valerio Setti · 2 years, 8 months ago
- a9a97dc psa_pake: add support for opaque password by Valerio Setti · 2 years, 8 months ago
- 3d9b590 guards transform_earlydata by Jerry Yu · 2 years, 9 months ago
- ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 99d88c1 tls: psa_pake: fix missing casting in mbedtls_psa_ecjpake_write_round by Valerio Setti · 2 years, 8 months ago
- d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 8 months ago
- 79f6b6b tls: psa_pake: fixing mbedtls_psa_ecjpake_write_round() by Valerio Setti · 2 years, 8 months ago
- 1fb3299 Replace internal usage of is_handshake_over. by Jerry Yu · 2 years, 9 months ago
- 5ed73ff Add NEW_SESSION_TICKET* into handshake over states by Jerry Yu · 2 years, 9 months ago
- 6848a61 Revert "Replace internal usage of mbedtls_ssl_is_handshake_over" by Jerry Yu · 2 years, 9 months ago
- e219c11 Replace internal usage of mbedtls_ssl_is_handshake_over by Jerry Yu · 2 years, 9 months ago
- 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 8 months ago
- aca21b7 tls: psa_pake: enforce not empty passwords by Valerio Setti · 2 years, 8 months ago
- 819de86 tls: removed extra white spaces and other minor fix by Valerio Setti · 2 years, 8 months ago
- 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 8 months ago
- 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 8 months ago
- 30ebe11 tls: psa_pake: add a check on read size on both rounds by Valerio Setti · 2 years, 8 months ago
- a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 8 months ago
- 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 8 months ago
- aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
- 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
- 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 9 months ago
- 79aa721 Rename ext print function and macro by Jerry Yu · 2 years, 9 months ago
- b95dd36 Add missing mask set and tls13 unrecognized extension by Jerry Yu · 2 years, 9 months ago
- ea52ed9 fix typo and spell issues by Jerry Yu · 2 years, 9 months ago
- ae2635d Merge pull request #6306 from tom-cosgrove-arm/issue-6305-fix by Dave Rodgman · 2 years, 9 months ago
- ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
- bf249ac Merge pull request #6498 from yuhaoth/pr/fix-session-resumption-fail-when-hostname-is-not-localhost by Gilles Peskine · 2 years, 9 months ago
- 4b8f2f7 Refactor sent extension message output by Jerry Yu · 2 years, 9 months ago
- d25cab0 Refactor debug helpers for exts and hs message by Jerry Yu · 2 years, 9 months ago
- 29b9b2b Fix zeroization at NULL pointer by Dave Rodgman · 2 years, 9 months ago
- e8734d8 Apply suggestions from code review by Dave Rodgman · 2 years, 9 months ago
- 7a485c1 Add ext id and utilities by Jerry Yu · 2 years, 9 months ago
- c4bf5d6 fix various issues by Jerry Yu · 2 years, 9 months ago
- 0c354a2 introduce sent/recv extensions field by Jerry Yu · 2 years, 11 months ago
- def7ae4 Add auth mode check by Jerry Yu · 2 years, 9 months ago
- 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
- 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
- 72dbfef Improve coding styles by Xiaokang Qian · 2 years, 9 months ago
- 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
- 72de95d Move function mbedtls_ssl_tls13_conf_early_data to ssl_tls.c by Xiaokang Qian · 2 years, 9 months ago
- 409248a mbedtls_ssl_get_handshake_transcript is unusable without hashes by Andrzej Kurek · 2 years, 9 months ago
- 57d1063 Fix tls_prf generic dependencies by Andrzej Kurek · 2 years, 9 months ago
- 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
- e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
- 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago