- 4c49927 Fix unused variables warnings in default + stream cipher only build by Przemek Stekiel · 2 years, 10 months ago
- a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
- 89ad623 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
- 5596c74 Merge pull request #6140 from Zaya-dyno/validation_remove_change_auth_enc by Gilles Peskine · 2 years, 11 months ago
- 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 11 months ago
- 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 11 months ago
- 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 11 months ago
- 359e65f limit session ticket number when resumption by Jerry Yu · 2 years, 11 months ago
- f3bdf9d fix various issues by Jerry Yu · 2 years, 11 months ago
- 07ba2be Merge pull request #6304 from yuhaoth/pr/exclude-pre_shared_key-from-hrr-msg by Gilles Peskine · 2 years, 11 months ago
- 1475ac4 Merge pull request #6107 from Zaya-dyno/validation_remove_change_hash by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- d5c82fb Merge pull request #6085 from Zaya-dyno/validation_remove_change_cipher by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- b7e3fa7 move count decrement after success sent by Jerry Yu · 2 years, 11 months ago
- d0766ec fix various issues by Jerry Yu · 2 years, 11 months ago
- d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- d4e7500 Enable multi session tickets on Server by Jerry Yu · 3 years ago
- 1ad7ace Add conf new session tickets by Jerry Yu · 3 years ago
- be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
- ad4d2bb Exclude pre_shared_key for HRR by Jerry Yu · 2 years, 11 months ago
- 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
- a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
- c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 0a55cc6 Remove unnecessary var and improve comment by Jerry Yu · 2 years, 11 months ago
- 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
- 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
- ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
- da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
- 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
- 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
- acff823 Add negative tolerance window by Jerry Yu · 2 years, 11 months ago
- 95db17e fix various issues by Jerry Yu · 2 years, 11 months ago
- 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
- 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
- 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 2 years, 11 months ago
- 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
- fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
- 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
- 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
- 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
- cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
- 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
- 8d4bbba fix ticket age check issues by Jerry Yu · 2 years, 11 months ago
- 46bffe0 Refine rsumption master secret compute function by Jerry Yu · 2 years, 11 months ago
- 466dda8 Rename resumption master secret compute function by Jerry Yu · 2 years, 11 months ago
- ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
- 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
- b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
- 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
- fd310eb fix coding style issues by Jerry Yu · 2 years, 11 months ago
- bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 2 years, 11 months ago
- 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 2 years, 11 months ago
- 216baca pkcs5: improve error handling by Andrzej Kurek · 3 years ago
- e3d544c Minor PKCS5 improvements by Andrzej Kurek · 3 years ago
- 3d0dfb9 Change the pkcs5_pbkdf2_hmac deprecation approach by Andrzej Kurek · 3 years ago
- f000471 Add missing MD dependency for pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
- ed98e95 Adjust pkcs5 test dependencies by Andrzej Kurek · 3 years ago
- 890e78a Deprecate mbedtls_pkcs5_pbkdf2_hmac by Andrzej Kurek · 3 years ago
- dd36c76 Provide a version of pkcs5_pbkdf2_hmac without MD usage by Andrzej Kurek · 3 years ago
- 97fc247 Merge pull request #6232 from AndrzejKurek/pkcs12-no-md by Manuel Pégourié-Gonnard · 3 years ago
- e16e6ed Remove the dependency on MD_MAX_SIZE from PKCS12 by Andrzej Kurek · 3 years ago
- 7bd12c5 Remove MD dependency from pkcs12 module by Andrzej Kurek · 3 years ago
- 8253486 Add session ticket support for server by Jerry Yu · 3 years ago
- 95699e7 Add session ticket identity check by Jerry Yu · 3 years ago
- 661dd94 Add dummy server name extension paser by Jerry Yu · 3 years ago
- e976492 Add session ticket tests for client by Jerry Yu · 3 years ago
- e652751 Add obfuscated_ticket_age write by Jerry Yu · 3 years ago
- 49d63f8 Implement generate resumption master secret by Jerry Yu · 3 years ago
- db8c5fa Add getting session ticket for client by Jerry Yu · 3 years ago
- e00d6d6 Merge pull request #6135 from yuhaoth/pr/tls13-finalize-external-psk-negotiation by Ronald Cron · 3 years ago
- 9077dbf Remove NULL pointer validation in poly1305.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 913819e Remove NULL pointer validation in chachapoly.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 6a473b2 Remove NULL pointer validation in rsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 1c5609d Remove NULL pointer validation in dhm.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 5893ab0 Re-introduce ENUM validation in sha512.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 3446c26 Remove NULL pointer validation in sha512.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 696dfb6 Re-introduce ENUM validation in sha256.c by Tuvshinzaya Erdenekhuu · 3 years ago
- df2f560 Remove NULL pointer validation in sha256.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 6b150ad Remove NULL pointer validation in sha1.c by Tuvshinzaya Erdenekhuu · 3 years ago
- c6b8a67 Re-introduce ENUM validation in gcm.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 505ce0b Remove NULL pointer validation in gcm.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 80a6af6 Re-introduce ENUM validation in cipher.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 5ce8e52 Remove NULL pointer validation in cipher.c by Tuvshinzaya Erdenekhuu · 3 years ago
- ce8908e Remove NULL pointer validation in chacha20.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 1fd7f98 Re-introduce ENUM validation in camellia.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 6291b13 Remove NULL pointer validation in camellia.c by Tuvshinzaya Erdenekhuu · 3 years ago
- a8ef156 Re-introduce ENUM validation in aes.c by Tuvshinzaya Erdenekhuu · 3 years ago
- cac11d7 Remove NULL pointer validation in aes.c by Tuvshinzaya Erdenekhuu · 3 years ago
- c388af6 Remove extra spacings by Tuvshinzaya Erdenekhuu · 3 years ago
- dcf9c96 Remove NULL pointer validation in pkparse.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 088e936 Remove NULL pointer validation in pkwrite.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 78c1d8c Re-introduce ENUM validation in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
- 26b39c6 Remove NULL pointer validation in pk.c by Tuvshinzaya Erdenekhuu · 3 years ago
- f19a3cb Use the mbedtls_ecjpake_write_shared_key() to input raw shared key material as derivation secret by Neil Armstrong · 3 years, 2 months ago