- 2b5bf4c Fix doumentation by Gabor Mezei · 2 years, 10 months ago
- f4dd3b6 Fix documentation by Gabor Mezei · 2 years, 11 months ago
- cfc0eb8 Remove unused parameter by Gabor Mezei · 2 years, 11 months ago
- 87638a9 Add missing include by Gabor Mezei · 2 years, 11 months ago
- 63c3282 Remove retrun code from mod_raw_cond_assign/swap by Gabor Mezei · 2 years, 11 months ago
- 24d183a Use the new swap and assign function in the old interface by Gabor Mezei · 2 years, 11 months ago
- 9f6615f Remove argument checking from constant time functions by Gabor Mezei · 2 years, 11 months ago
- 12071d4 Add conditional assign and swap function for MPI modulus by Gabor Mezei · 2 years, 11 months ago
- e1d31c4 Add conditional swap and assign function for MPI core by Gabor Mezei · 2 years, 11 months ago
- 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
- 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
- 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
- 77c691f Merge pull request #6194 from xkqian/tls13_add_psk_client_cases by Ronald Cron · 2 years, 10 months ago
- e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
- c27a907 tls13: server: Add comment when trying another sig alg by Ronald Cron · 2 years, 10 months ago
- cb6e963 Change kex mode string name by Xiaokang Qian · 2 years, 10 months ago
- b72dac4 Fix PSA identifier of RSA_PKCS1V15 signing algorithms by Ronald Cron · 2 years, 10 months ago
- b510cd2 Fix a copy-paste error - wrong macro used by Andrzej Kurek · 2 years, 10 months ago
- 5603efd Improve readability and formatting by Andrzej Kurek · 2 years, 10 months ago
- 5beec4b Refine ssl_get_kex_mode_str() for easy automatic generation by Xiaokang Qian · 2 years, 10 months ago
- ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 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
- 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
- 5001bfc Add key exchange mode log in client side by Xiaokang Qian · 2 years, 11 months ago
- 335cfaa Finalize client side code for psk by XiaokangQian · 3 years 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
- c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 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
- 4782823 Ensure we explicitly document the modulus for fixed-width arithmetic by Tom Cosgrove · 2 years, 11 months ago
- b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
- 067a1e7 tls13: Try reasonable sig alg for CertificateVerify signature by Ronald Cron · 2 years, 11 months ago
- 38391bf tls13: Do not impose minimum hash size for RSA PSS signatures by Ronald Cron · 2 years, 11 months ago
- 67ea254 tls13: server: Add sig alg checks when selecting best certificate by Ronald Cron · 2 years, 11 months ago
- ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 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
- 7763829 Add missing ifdef when calculating operation capacity by Andrzej Kurek · 2 years, 11 months ago
- 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
- b093650 Add proper capacity calculation for EC J-PAKE to PMS KDF by Andrzej Kurek · 2 years, 11 months ago
- 702776f Restrict the EC J-PAKE to PMS input type to secret by Andrzej Kurek · 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
- 3bd7bc3 Use X rather than A for accumulator-style input (and output!) params, and rename others accordingly by Tom Cosgrove · 2 years, 11 months ago
- 5c0e810 Prefer 'fixed-size' to 'known-size' in doc comments by Tom Cosgrove · 2 years, 11 months ago
- b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
- 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
- 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
- dca2246 ssl_tls13_select_sig_alg_to_psa_alg: optimize code by Przemek Stekiel · 3 years, 1 month ago
- f937e66 Guard new code with MBEDTLS_USE_PSA_CRYPTO by Przemek Stekiel · 3 years, 1 month ago
- 3c326f9 Add function to convert sig_alg to psa alg and use it by Przemek Stekiel · 3 years, 1 month ago
- b40f2e8 TLS 1.3: Take into account key policy while picking a signature algorithm by Przemek Stekiel · 3 years, 1 month 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
- d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
- f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
- 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years 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