1. b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  2. 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  3. 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  4. 51a1f36 setup_psa_key_derivation(): change salt parameter to other_secret by Przemek Stekiel · 3 years, 4 months ago
  5. aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  6. f2534ba tls12_client: skip PMS generation for opaque RSA-PSK by Przemek Stekiel · 3 years, 4 months ago
  7. c203340 Add support for psa rsa-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
  8. ae4ed30 Fix naming: random bytes are the seed (not salt) in derivation process by Przemek Stekiel · 3 years, 4 months ago
  9. 1f02703 setup_psa_key_derivation(): add optional salt parameter by Przemek Stekiel · 3 years, 4 months ago
  10. 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  11. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  12. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  13. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  14. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  15. 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 4 months ago
  16. 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 4 months ago
  17. 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  18. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  19. 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
  20. 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago
  21. e47201b rename: psa_tls12_prf_set_other_key->psa_tls12_prf_psk_to_ms_set_other_key and adapt code by Przemek Stekiel · 3 years, 4 months ago
  22. 2503f7e Handle empty other secret when passed with input bytes by Przemek Stekiel · 3 years, 4 months ago
  23. 060d867 Update parse_key_share in server side and version config by XiaokangQian · 3 years, 4 months ago
  24. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  25. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  26. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  27. de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
  28. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  29. 17f974c Re-order the ciphersuite matching code in parse_client_hello by XiaokangQian · 3 years, 4 months ago
  30. 8482377 Only store the first group in ssl_tls13_parse_supported_groups_ext() by XiaokangQian · 3 years, 4 months ago
  31. 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
  32. b67384d Fix coding style and comments styles by XiaokangQian · 3 years, 4 months ago
  33. f8ceb94 Fix the parse_sig_alg_ext fail issue by XiaokangQian · 3 years, 4 months ago
  34. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  35. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  36. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  37. 4080a7f Change code style and some share functions by XiaokangQian · 3 years, 4 months ago
  38. 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
  39. c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
  40. 8840888 Fix some CI issues by XiaokangQian · 3 years, 4 months ago
  41. c5763b5 Change some code style by XiaokangQian · 3 years, 4 months ago
  42. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  43. 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 6 months ago
  44. a9c5841 Fix compile and test issues by XiaokangQian · 3 years, 6 months ago
  45. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
  46. fd8cbda Remove ECDH code specific to TLS 1.3 by Ronald Cron · 3 years, 4 months ago
  47. fd6193c ssl_tls13_client: Add downgrade attack protection by Ronald Cron · 3 years, 4 months ago
  48. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  49. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
  50. 606cb16 Add comment explaining structure of UMAAL assembly by Hanno Becker · 3 years, 4 months ago
  51. d46d96c Add 2-fold unrolled assembly for umaal based multiplication by Hanno Becker · 3 years, 4 months ago
  52. 63eb28c Use separate counters for 8-fold and single multiplication steps by Hanno Becker · 3 years, 4 months ago
  53. eacf3b9 Simplify organization of inline assembly for bignum by Hanno Becker · 3 years, 4 months ago
  54. 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
  55. 63ed7cb Merge pull request #5701 from hanno-arm/mpi_mul_hlp by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  56. 8315811 Remove restrictive proto ver negotiation checks by Glenn Strauss · 3 years, 4 months ago
  57. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  58. cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
  59. 041a376 Remove some tls_ver < MBEDTLS_SSL_VERSION_TLS1_2 checks by Glenn Strauss · 3 years, 5 months ago
  60. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  61. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  62. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  63. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  64. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  65. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  66. 3577131 Reintroduce trimming of input in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
  67. 769dc05 Remove bad dependency on MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED for ecdh_ctx guard by Neil Armstrong · 3 years, 4 months ago
  68. 2827502 Remove PSA only code from non-PSA code block code in ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
  69. 11d4945 Simplify compile-time PSA/non-PSA ECDH(E) code in ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
  70. 1f198d8 Simplify by moving ssl_check_server_ecdh_params in the ECDHE non-PSA compile-time block by Neil Armstrong · 3 years, 4 months ago
  71. 913b364 Simplify compile-time PSA/non-PSA ECDH(E) code in ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
  72. 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  73. 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
  74. 1772e05 Reduce the scope of local variable in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
  75. da763de Revert "Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi()" by Hanno Becker · 3 years, 4 months ago
  76. 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
  77. 62d452b Implement PK Opaque RSA PSS signature by Neil Armstrong · 3 years, 4 months ago
  78. f3f4641 Remove ecdh_ctx variable, init & free when USE_PSA_CRYPTO isn't selected by Neil Armstrong · 3 years, 4 months ago
  79. 3ea0149 Store TLS1.2 ECDH point format only when USE_PSA_CRYPTO isn't selected by Neil Armstrong · 3 years, 4 months ago
  80. a33a255 Disable non-PSA ECDHE code in mbedtls_ssl_psk_derive_premaster() when USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 4 months ago
  81. d8419ff Refactor to make PSA and non-PSA ECDH(E) client code exclusive by Neil Armstrong · 3 years, 4 months ago
  82. d91526c Refactor to make PSA and non-PSA ECDH(E) server code exclusive by Neil Armstrong · 3 years, 4 months ago
  83. 927410d Merge pull request #5611 from superna9999/5318-tls-ecdhe-psk by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  84. bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  85. d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
  86. 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
  87. 0235f75 Reduce scope of local variables in mpi_montmul() by Hanno Becker · 3 years, 4 months ago
  88. 9137b9c Note alternative implementation strategy in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
  89. 808e666 Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
  90. d7a2864 psa_tls12_prf_set_key(): add PSA_TLS12_PRF_STATE_OTHER_KEY_SET as a valid state by Przemek Stekiel · 3 years, 4 months ago
  91. a7695a2 psa_key_derivation_check_input_type(): handle PSA_KEY_DERIVATION_INPUT_OTHER_SECRET by Przemek Stekiel · 3 years, 4 months ago
  92. c8fa5a1 psa_tls12_prf_psk_to_ms_set_key(): add support for other secret input by Przemek Stekiel · 3 years, 4 months ago
  93. 43b0943 Merge pull request #1946 from hanno-arm/alert_reentrant by Gilles Peskine · 3 years, 4 months ago
  94. 7624a5a Allow RSA PK Opaque keys for RSA-PSS signing by Neil Armstrong · 3 years, 4 months ago
  95. 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
  96. dfcb2d0 Fix Doxygen for mbedtls_mpi_core_mla() by Hanno Becker · 3 years, 4 months ago
  97. 99ba4cc Remove Doxygen from mbedtls_mpi_core_mla() implementation by Hanno Becker · 3 years, 4 months ago
  98. efdc519 Reintroduce though-to-be unused variable in correct place by Hanno Becker · 3 years, 4 months ago
  99. 5d4ceeb Remove const qualifier for mutable local variable in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
  100. 284d778 Address review comments by Hanno Becker · 3 years, 4 months ago