1. 63c3282 Remove retrun code from mod_raw_cond_assign/swap by Gabor Mezei · 2 years, 11 months ago
  2. 24d183a Use the new swap and assign function in the old interface by Gabor Mezei · 2 years, 11 months ago
  3. 9f6615f Remove argument checking from constant time functions by Gabor Mezei · 2 years, 11 months ago
  4. 12071d4 Add conditional assign and swap function for MPI modulus by Gabor Mezei · 2 years, 11 months ago
  5. e1d31c4 Add conditional swap and assign function for MPI core by Gabor Mezei · 2 years, 11 months ago
  6. 845de08 Merge pull request #6083 from tom-cosgrove-arm/issue-6015-montgomery-multiplication by Gilles Peskine · 2 years, 10 months ago
  7. 6da3a3b Fix doc regarding aliasing of modulus input to mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 10 months ago
  8. 4386ead Correct the aliasing requirements in doc for mbedtls_mpi_core_montmul(), and test them by Tom Cosgrove · 2 years, 10 months ago
  9. 77c691f Merge pull request #6194 from xkqian/tls13_add_psk_client_cases by Ronald Cron · 2 years, 10 months ago
  10. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  11. f3f9e45 Merge pull request #6115 from AndrzejKurek/ecjpake-kdf-tls-1-2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  12. ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
  13. c27a907 tls13: server: Add comment when trying another sig alg by Ronald Cron · 2 years, 10 months ago
  14. cb6e963 Change kex mode string name by Xiaokang Qian · 2 years, 10 months ago
  15. b72dac4 Fix PSA identifier of RSA_PKCS1V15 signing algorithms by Ronald Cron · 2 years, 10 months ago
  16. b510cd2 Fix a copy-paste error - wrong macro used by Andrzej Kurek · 2 years, 10 months ago
  17. 5603efd Improve readability and formatting by Andrzej Kurek · 2 years, 10 months ago
  18. 5beec4b Refine ssl_get_kex_mode_str() for easy automatic generation by Xiaokang Qian · 2 years, 10 months ago
  19. ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 2 years, 10 months ago
  20. 5596c74 Merge pull request #6140 from Zaya-dyno/validation_remove_change_auth_enc by Gilles Peskine · 2 years, 11 months ago
  21. 12a1e85 Merge pull request #6138 from Zaya-dyno/validation_remove_change_key_agree by Gilles Peskine · 2 years, 11 months ago
  22. 87953f2 Merge pull request #6091 from Zaya-dyno/validation_remove_change_pk by Gilles Peskine · 2 years, 11 months ago
  23. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 11 months ago
  24. 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
  25. 5001bfc Add key exchange mode log in client side by Xiaokang Qian · 2 years, 11 months ago
  26. 335cfaa Finalize client side code for psk by XiaokangQian · 3 years ago
  27. 359e65f limit session ticket number when resumption by Jerry Yu · 2 years, 11 months ago
  28. f3bdf9d fix various issues by Jerry Yu · 2 years, 11 months ago
  29. 07ba2be Merge pull request #6304 from yuhaoth/pr/exclude-pre_shared_key-from-hrr-msg by Gilles Peskine · 2 years, 11 months ago
  30. 1475ac4 Merge pull request #6107 from Zaya-dyno/validation_remove_change_hash by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  31. d5c82fb Merge pull request #6085 from Zaya-dyno/validation_remove_change_cipher by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  32. b7e3fa7 move count decrement after success sent by Jerry Yu · 2 years, 11 months ago
  33. d0766ec fix various issues by Jerry Yu · 2 years, 11 months ago
  34. c573882 Merge remote-tracking branch 'upstream/development' into issue-6015-montgomery-multiplication by Tom Cosgrove · 2 years, 11 months ago
  35. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  36. 4782823 Ensure we explicitly document the modulus for fixed-width arithmetic by Tom Cosgrove · 2 years, 11 months ago
  37. b0b77e1 Document and test aliasing of the bignums given to mbedtls_mpi_core_mla() by Tom Cosgrove · 2 years, 11 months ago
  38. 067a1e7 tls13: Try reasonable sig alg for CertificateVerify signature by Ronald Cron · 2 years, 11 months ago
  39. 38391bf tls13: Do not impose minimum hash size for RSA PSS signatures by Ronald Cron · 2 years, 11 months ago
  40. 67ea254 tls13: server: Add sig alg checks when selecting best certificate by Ronald Cron · 2 years, 11 months ago
  41. ea45c1d Document and test aliasing of output for mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  42. d4e7500 Enable multi session tickets on Server by Jerry Yu · 3 years ago
  43. 1ad7ace Add conf new session tickets by Jerry Yu · 3 years ago
  44. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 11 months ago
  45. 7763829 Add missing ifdef when calculating operation capacity by Andrzej Kurek · 2 years, 11 months ago
  46. 3c4c514 Remove `PSA_ALG_IS_TLS12_ECJPAKE_TO_PMS` by Andrzej Kurek · 2 years, 11 months ago
  47. b093650 Add proper capacity calculation for EC J-PAKE to PMS KDF by Andrzej Kurek · 2 years, 11 months ago
  48. 702776f Restrict the EC J-PAKE to PMS input type to secret by Andrzej Kurek · 2 years, 11 months ago
  49. ad4d2bb Exclude pre_shared_key for HRR by Jerry Yu · 2 years, 11 months ago
  50. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  51. 6ee726e Replace md translation function by Jerry Yu · 2 years, 11 months ago
  52. a5df584 fix build fail for test_psa_crypto_config_accel_hash_use_psa by Jerry Yu · 2 years, 11 months ago
  53. 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
  54. 5c0e810 Prefer 'fixed-size' to 'known-size' in doc comments by Tom Cosgrove · 2 years, 11 months ago
  55. b7438d1 Update name of mbedtls_mpi_montg_init() by Tom Cosgrove · 2 years, 11 months ago
  56. 2701dea Use mbedtls_ct_mpi_uint_mask() rather than rolling our own by Tom Cosgrove · 2 years, 11 months ago
  57. 818d992 Note that T must not overlap other parameters of mbedtls_mpi_core_montmul() by Tom Cosgrove · 2 years, 11 months ago
  58. dca2246 ssl_tls13_select_sig_alg_to_psa_alg: optimize code by Przemek Stekiel · 3 years, 1 month ago
  59. f937e66 Guard new code with MBEDTLS_USE_PSA_CRYPTO by Przemek Stekiel · 3 years, 1 month ago
  60. 3c326f9 Add function to convert sig_alg to psa alg and use it by Przemek Stekiel · 3 years, 1 month ago
  61. b40f2e8 TLS 1.3: Take into account key policy while picking a signature algorithm by Przemek Stekiel · 3 years, 1 month ago
  62. c42c7e6 Update documentation in legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  63. 1dc3725 Style: wrap a long line by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  64. 409a620 Merge pull request #6255 from mprse/md_tls13 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  65. 0a55cc6 Remove unnecessary var and improve comment by Jerry Yu · 2 years, 11 months ago
  66. 18dff1f Merge pull request #5871 from superna9999/4153-psa-expose-ec-j-pake by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  67. d60907b Define ECJPAKE_TO_PMS in config_psa only if SHA_256 is available by Andrzej Kurek · 2 years, 11 months ago
  68. f7dad3c fix various issues by Jerry Yu · 2 years, 11 months ago
  69. 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
  70. 208257b Merge pull request #6259 from yuhaoth/pr/add-psk_ephemeral-possible-group-tests by Ronald Cron · 2 years, 11 months ago
  71. ab9b9d4 ssl_tls13_keys.h: use PSA max hash size by Przemyslaw Stekiel · 2 years, 11 months ago
  72. da64525 ssl_tls13_generic.c: fix hash buffer sizes (use PSA_HASH_MAX_SIZE) by Przemyslaw Stekiel · 2 years, 11 months ago
  73. 6a12a77 Fix typo in comment by Neil Armstrong · 2 years, 11 months ago
  74. 004c218 ssl_misc.h: hash guards adaptations by Przemyslaw Stekiel · 2 years, 11 months ago
  75. acff823 Add negative tolerance window by Jerry Yu · 2 years, 11 months ago
  76. 95db17e fix various issues by Jerry Yu · 2 years, 11 months ago
  77. 0852ef8 mbedtls_ssl_reset_transcript_for_hrr: remove redundant 'else' statement by Przemek Stekiel · 2 years, 11 months ago
  78. 9dfbf3a ssl_tls13_generic.c: optimize code to save memory by Przemek Stekiel · 2 years, 11 months ago
  79. 153b442 mbedtls_ssl_tls13_sig_alg_is_supported: adapt guards by Przemek Stekiel · 3 years ago
  80. 47e3cb1 ssl_tls13_generic.c: adapt guards for MBEDTLS_SHAxxx_C by Przemek Stekiel · 3 years ago
  81. fa84962 Add comment explaining PSA PAKE vs Mbedtls J-PAKE API matching strategy by Neil Armstrong · 2 years, 11 months ago
  82. 3d4966a Move possible input/output steps check inside PSA_ALG_JPAKE handling by Neil Armstrong · 2 years, 11 months ago
  83. 017db4c Drop calls to mbedtls_ecjpake_check() by Neil Armstrong · 2 years, 11 months ago
  84. 1d0294f Clarify sequence length calculation comment by Neil Armstrong · 2 years, 11 months ago
  85. cb679f2 Replace 0s with proper defines when possible by Neil Armstrong · 2 years, 11 months ago
  86. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  87. 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
  88. 8d4bbba fix ticket age check issues by Jerry Yu · 2 years, 11 months ago
  89. 46bffe0 Refine rsumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  90. 466dda8 Rename resumption master secret compute function by Jerry Yu · 2 years, 11 months ago
  91. ecb221b Move operation buffer in operation struct and remove dynamic allocation by Neil Armstrong · 2 years, 11 months ago
  92. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  93. c3f2767 hash_info.h: add MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  94. 9720b88 Remove doxygen markup outside doxygen block in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  95. b39833c Fix typo in psa_pake_sequence comment by Neil Armstrong · 2 years, 11 months ago
  96. 58af233 Add possible group tests for psk with ECDHE by Jerry Yu · 2 years, 11 months ago
  97. fd310eb fix coding style issues by Jerry Yu · 2 years, 11 months ago
  98. bcd5bd9 Add a comment expliciting usage of internal PAKE step/state/sequence enums by Neil Armstrong · 3 years ago
  99. 5bbdb70 Fix style in psa_pake_input() by Neil Armstrong · 3 years ago
  100. 67c9247 Move the T++ in mbedtls_mpi_core_montmul() to within the loop body by Tom Cosgrove · 3 years ago