1. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  2. 835be98 Merge pull request #7631 from tom-daubney-arm/remove_surplus_loop_condition_issue_7529 by Gilles Peskine · 2 years, 2 months ago
  3. d040509 tls: use pk_get_group_id() instead of directly accessing PK's structure by Valerio Setti · 2 years, 2 months ago
  4. f9f0ba8 Use functions in alignment.h to get value by Thomas Daubney · 2 years, 2 months ago
  5. 9720778 tls/x509: minor enhancement for using the new private key format by Valerio Setti · 2 years, 2 months ago
  6. 850a079 Remove extraneous check in for loop condition by Thomas Daubney · 2 years, 2 months ago
  7. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  8. 501fb3a Merge pull request #5894 from Xeenych/patch-1 by Tom Cosgrove · 2 years, 3 months ago
  9. 6c496a1 solve disparities for ECP_LIGHT between ref/accel by Valerio Setti · 2 years, 4 months ago
  10. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  11. 097ba14 tls: srv: Set hybrid TLS 1.2/1.3 as default configuration by Ronald Cron · 2 years, 5 months ago
  12. 3b35455 tls: srv: Allow server hybrid TLS 1.2 and 1.3 configuration by Ronald Cron · 2 years, 5 months ago
  13. 6291b23 tls: Add logic in handshake step to enable server version negotiation by Ronald Cron · 2 years, 5 months ago
  14. 8a12aee tls: Initialize SSL context tls_version in mbedtls_ssl_setup() by Ronald Cron · 2 years, 5 months ago
  15. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  16. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  17. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  18. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  19. 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  20. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 5 months ago
  21. 18336da Merge pull request #7196 from mprse/ecjpake-driver-dispatch-peer-user by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  22. 4a1d3be Merge pull request #7229 from tom-cosgrove-arm/static-assert by Dave Rodgman · 2 years, 5 months ago
  23. c0e6250 Fix documentation and tests by Przemek Stekiel · 2 years, 5 months ago
  24. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  25. fde1128 Code optimizations and documentation fixes by Przemek Stekiel · 2 years, 5 months ago
  26. 18cd6c9 Use local macros for j-pake slient/server strings by Przemek Stekiel · 2 years, 5 months ago
  27. 4cd2031 Use user/peer instead role in jpake TLS code by Przemek Stekiel · 2 years, 5 months ago
  28. 75fba32 ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 5 months ago
  29. 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  30. 6ef9bb3 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
  31. a2fc399 Merge pull request #6829 from AndrzejKurek/unify-psa-errors by Gilles Peskine · 2 years, 5 months ago
  32. 2f1d967 ssl: fix included pk header file by Valerio Setti · 2 years, 5 months ago
  33. 947cee1 Fix memory leak. by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  34. daf5b56 Translate to MD errors in ssl-tls.c by Andrzej Kurek · 2 years, 5 months ago
  35. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  36. 02d55d5 Rename some local variables by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  37. f057ecf Use MD not low-level sha256/512 in TLS by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  38. 0ac71c0 Make debug statement more portable by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  39. 1ad9ef2 ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 5 months ago
  40. 8e176f7 Fix wrong return statement by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  41. 626aaed Fix unused variable warnings in some builds by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  42. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  43. e1a4caa Handle hash errors in calc_finished by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  44. b9b564e Handle hash errors in calc_verify by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  45. df94901 Handle hash errors in update_checksum by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  46. b72ff49 Handle hash errors in reset_checksum by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  47. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  48. 537f231 Split hash start out of handshake_params_init by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  49. 226aa15 Make handshake hashing functions return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  50. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
  51. acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
  52. ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
  53. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  54. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  55. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  56. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  57. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  58. c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  59. 016f682 tls: pake: small code refactoring for password setting functions by Valerio Setti · 2 years, 8 months ago
  60. 0c2a738 fix various issues by Jerry Yu · 2 years, 8 months ago
  61. ddda050 tls13: Upstream various fix in prototype by Jerry Yu · 2 years, 8 months ago
  62. 2e19981 tls13: guards transform negotiate by Jerry Yu · 2 years, 8 months ago
  63. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  64. ae7fe7e tls: pake: avoid useless psa_pake_abort in setting opaque password by Valerio Setti · 2 years, 8 months ago
  65. 70d1fa5 tls: pake: fix missing return values check by Valerio Setti · 2 years, 8 months ago
  66. c689ed8 tls: pake: minor adjustments by Valerio Setti · 2 years, 8 months ago
  67. 90af1a1 Merge pull request #6734 from daverodgman/fix_test_dep_spelling by Dave Rodgman · 2 years, 8 months ago
  68. 556e8a3 Fix additional mis-spelling by Dave Rodgman · 2 years, 8 months ago
  69. 6ee56aa Add default values for conf->*early_data* by Jerry Yu · 2 years, 8 months ago
  70. 39da985 remove limitation of max_early_data_size by Jerry Yu · 2 years, 8 months ago
  71. 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
  72. 757f359 tls: pake: do not destroy key on errors while setting opaque password by Valerio Setti · 2 years, 8 months ago
  73. cc4e007 Add max_early_data_size to mbedtls_ssl_config by Jerry Yu · 2 years, 8 months ago
  74. 0944329 tls: pake: add check for empty passwords in mbedtls_ssl_set_hs_ecjpake_password() by Valerio Setti · 2 years, 8 months ago
  75. a9a97dc psa_pake: add support for opaque password by Valerio Setti · 2 years, 8 months ago
  76. 3d9b590 guards transform_earlydata by Jerry Yu · 2 years, 9 months ago
  77. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  78. 99d88c1 tls: psa_pake: fix missing casting in mbedtls_psa_ecjpake_write_round by Valerio Setti · 2 years, 8 months ago
  79. d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 8 months ago
  80. 79f6b6b tls: psa_pake: fixing mbedtls_psa_ecjpake_write_round() by Valerio Setti · 2 years, 8 months ago
  81. 1fb3299 Replace internal usage of is_handshake_over. by Jerry Yu · 2 years, 9 months ago
  82. 5ed73ff Add NEW_SESSION_TICKET* into handshake over states by Jerry Yu · 2 years, 9 months ago
  83. 6848a61 Revert "Replace internal usage of mbedtls_ssl_is_handshake_over" by Jerry Yu · 2 years, 9 months ago
  84. e219c11 Replace internal usage of mbedtls_ssl_is_handshake_over by Jerry Yu · 2 years, 9 months ago
  85. 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 8 months ago
  86. aca21b7 tls: psa_pake: enforce not empty passwords by Valerio Setti · 2 years, 9 months ago
  87. 819de86 tls: removed extra white spaces and other minor fix by Valerio Setti · 2 years, 9 months ago
  88. 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
  89. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 9 months ago
  90. 30ebe11 tls: psa_pake: add a check on read size on both rounds by Valerio Setti · 2 years, 9 months ago
  91. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 9 months ago
  92. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
  93. aeb8bf2 Merge pull request #6170 from yuhaoth/pr/tls13-cleanup-extensions-parser by Paul Elliott · 2 years, 9 months ago
  94. 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
  95. 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 9 months ago
  96. 79aa721 Rename ext print function and macro by Jerry Yu · 2 years, 9 months ago
  97. b95dd36 Add missing mask set and tls13 unrecognized extension by Jerry Yu · 2 years, 9 months ago
  98. ea52ed9 fix typo and spell issues by Jerry Yu · 2 years, 9 months ago
  99. ae2635d Merge pull request #6306 from tom-cosgrove-arm/issue-6305-fix by Dave Rodgman · 2 years, 9 months ago
  100. ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago