1. abddad4 Add note about aliasing of operands for mbedtls_mpi_mod_raw_add() by Tom Cosgrove · 2 years, 8 months ago
  2. e4c0a6c Change cast to correct type by Werner Lewis · 2 years, 9 months ago
  3. 1a277d9 Replace comparison with XOR by Werner Lewis · 2 years, 9 months ago
  4. d391b8c Change types and move const before type by Werner Lewis · 2 years, 9 months ago
  5. 9fa91eb Use modulus structure in mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  6. 0eea827 Rename MPI_CORE(add_mod) to mbedtls_mpi_mod_raw_add by Werner Lewis · 2 years, 9 months ago
  7. a45b6fe Extract MPI_CORE(add_mod) from the prototype by Hanno Becker · 2 years, 9 months ago
  8. 4cf77e9 Merge pull request #6621 from ronald-cron-arm/tls13-early-data-write by Ronald Cron · 2 years, 9 months ago
  9. 531a871 Merge pull request #6235 from tom-cosgrove-arm/issue-6231-core-sub-int by Janos Follath · 2 years, 9 months ago
  10. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  11. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  12. 1d1d536 Merge pull request #6490 from xkqian/tls13_parse_early_data_indication_ee by Ronald Cron · 2 years, 9 months ago
  13. cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 9 months ago
  14. b157e91 Move the early data status set afeter all of the extensions parse by Xiaokang Qian · 2 years, 9 months ago
  15. e861ba0 Remove the duplicate early_data_status check by Xiaokang Qian · 2 years, 9 months ago
  16. ca09afc Remove useless function and parse early data in ee by Xiaokang Qian · 2 years, 9 months ago
  17. 99d88c1 tls: psa_pake: fix missing casting in mbedtls_psa_ecjpake_write_round by Valerio Setti · 2 years, 9 months ago
  18. 452c99c Use mbedtls_mpi_core_sub_int() in mbedtls_mpi_sub_abs() by Tom Cosgrove · 3 years ago
  19. f7ff4c9 Tidy up, remove MPI_CORE(), and apply the naming convention by Tom Cosgrove · 3 years ago
  20. d9b2348 Extract MPI_CORE(sub_int) from the prototype by Hanno Becker · 3 years ago
  21. 4f19d86 Merge pull request #6608 from mprse/ecjpake_password_fix by Gilles Peskine · 2 years, 9 months ago
  22. d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 9 months ago
  23. 8bee899 Add parse function for early data in encrypted extentions by Xiaokang Qian · 2 years, 9 months ago
  24. 0bdec19 Further optimizations of pake set_password implementation by Przemek Stekiel · 2 years, 9 months ago
  25. fdd24b8 Revert change in flight transmit by Jerry Yu · 2 years, 9 months ago
  26. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  27. ad0f357 Optimize pake code that sets/use password key by Przemek Stekiel · 2 years, 9 months ago
  28. e2d6b5f psa_key_slot_get_slot_number: Move documentation to header file by Przemek Stekiel · 2 years, 9 months ago
  29. 5151bdf tls: psa_pake: add missing braces by Valerio Setti · 2 years, 9 months ago
  30. 79f6b6b tls: psa_pake: fixing mbedtls_psa_ecjpake_write_round() by Valerio Setti · 2 years, 9 months ago
  31. 9e1836c Merge pull request #6593 from Mbed-TLS/fix_tls12_sent_sigalgs by Dave Rodgman · 2 years, 9 months ago
  32. 9b42145 Revert change in dtls1.2 by Jerry Yu · 2 years, 9 months ago
  33. 668070d Remove unnecessary replace by Jerry Yu · 2 years, 9 months ago
  34. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  35. cfda4bb Replace handshake over in flight transmit by Jerry Yu · 2 years, 9 months ago
  36. 1fb3299 Replace internal usage of is_handshake_over. by Jerry Yu · 2 years, 9 months ago
  37. 5ed73ff Add NEW_SESSION_TICKET* into handshake over states by Jerry Yu · 2 years, 9 months ago
  38. 6848a61 Revert "Replace internal usage of mbedtls_ssl_is_handshake_over" by Jerry Yu · 2 years, 9 months ago
  39. e219c11 Replace internal usage of mbedtls_ssl_is_handshake_over by Jerry Yu · 2 years, 10 months ago
  40. 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 9 months ago
  41. aca21b7 tls: psa_pake: enforce not empty passwords by Valerio Setti · 2 years, 9 months ago
  42. 819de86 tls: removed extra white spaces and other minor fix by Valerio Setti · 2 years, 9 months ago
  43. 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 9 months ago
  44. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 9 months ago
  45. 30ebe11 tls: psa_pake: add a check on read size on both rounds by Valerio Setti · 2 years, 9 months ago
  46. a988364 tls: psa_pake: fix missing new round one parsing function on tls12 server by Valerio Setti · 2 years, 9 months ago
  47. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 9 months ago
  48. ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
  49. 96a0fd9 Fix signature algorithms list entry getting overwritten by length. by Paul Elliott · 2 years, 9 months ago
  50. 369ae0a Zeroize pake password buffer before free by Przemek Stekiel · 2 years, 9 months ago
  51. 152ae07 Change password ec j-pake operation fields to more suitable by Przemek Stekiel · 2 years, 9 months ago
  52. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  53. 1def5be Add psa_get_and_lock_key_slot_with_policy to header file by Przemyslaw Stekiel · 2 years, 9 months ago
  54. 6f1b574 tls12: psa_pake: simplify EC info parsing in server's 2nd round by Valerio Setti · 2 years, 9 months ago
  55. 4a9caaa tls12: psa_pake: check elliptic curve's TLS ID on handshake by Valerio Setti · 2 years, 9 months ago
  56. fbbc1f3 tls12: psa_pake: use proper defines for the output size of each step in ECJPAKE by Valerio Setti · 2 years, 9 months ago
  57. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
  58. 0cc4320 Add EARLY_DATA guard to the early data extension in session ticket by Xiaokang Qian · 2 years, 9 months ago
  59. ef7f4e4 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  60. af601f9 Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  61. db14a9d Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  62. 348410f Make a copy of the key in operation while setting pake password by Przemek Stekiel · 2 years, 9 months ago
  63. 4a768dd Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
  64. 72ee1e3 Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
  65. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  66. 4d0ea7f Merge pull request #6550 from minosgalanakis/minos/6017_add_montgomery_conversion by Janos Follath · 2 years, 9 months ago
  67. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  68. ae07cd9 Change ticket_flag base on review by Xiaokang Qian · 2 years, 9 months ago
  69. 2d87a9e Pend one alert in case wrong EXT_EARLY_DATA length by Xiaokang Qian · 2 years, 9 months ago
  70. a042b84 Address some format issues by Xiaokang Qian · 2 years, 9 months ago
  71. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  72. a341225 Change function name ssl_tls13_early_data_has_valid_ticket by Xiaokang Qian · 2 years, 9 months ago
  73. 01323a4 Add session ticket related check when send early data by Xiaokang Qian · 2 years, 9 months ago
  74. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 9 months ago
  75. 7633281 Define the EARLY_DATA_STATUS by Xiaokang Qian · 2 years, 9 months ago
  76. 338f727 Move EARLY_DATA_OFF/ON guard to ssl_misc.h by Xiaokang Qian · 2 years, 9 months ago
  77. b781a23 Move ssl_tls13_has_configured_ticket() back to tls13 client by Xiaokang Qian · 2 years, 9 months ago
  78. 893ad81 Remove useless early_secrets field by Xiaokang Qian · 2 years, 9 months ago
  79. 911c0cc Fix format issues in comments by Xiaokang Qian · 2 years, 9 months ago
  80. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 10 months ago
  81. aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
  82. d9299c3 bignum_mod_raw: Refactored Montgomery conversion functions by Minos Galanakis · 2 years, 9 months ago
  83. 5ad4a93 bignum_mod_raw: Added conversion methods for internal/public data representation by Hanno Becker · 3 years ago
  84. ed4b34a Merge pull request #6570 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-nonempty by Gilles Peskine · 2 years, 9 months ago
  85. 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
  86. 95b5add Don't test mbedtls_mpi_core_lt_ct with 0 limbs by Gilles Peskine · 2 years, 9 months ago
  87. d4bd38b Merge pull request #6544 from KloolK/development by Gilles Peskine · 2 years, 9 months ago
  88. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  89. 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 9 months ago
  90. 79aa721 Rename ext print function and macro by Jerry Yu · 2 years, 9 months ago
  91. b95dd36 Add missing mask set and tls13 unrecognized extension by Jerry Yu · 2 years, 9 months ago
  92. c437ee3 fix wrong return value by Jerry Yu · 2 years, 9 months ago
  93. ea52ed9 fix typo and spell issues by Jerry Yu · 2 years, 9 months ago
  94. 42d75f2 Merge pull request #6013 from gstrauss/asn1-type-free by Gilles Peskine · 2 years, 9 months ago
  95. ae2635d Merge pull request #6306 from tom-cosgrove-arm/issue-6305-fix by Dave Rodgman · 2 years, 9 months ago
  96. ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
  97. e599132 fix tls13 psk only test fail by Jerry Yu · 2 years, 9 months ago
  98. 82ba274 Deprecate mbedtls_asn1_free_named_data() by Glenn Strauss · 2 years, 9 months ago
  99. faefe62 Merge pull request #6390 from mpg/fix-ecjpake-psa-format by Gilles Peskine · 2 years, 9 months ago
  100. 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