1. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  2. 9b2b771 Change mbedtls_ssl_parse_server_name_ext base on comments by XiaokangQian · 3 years, 3 months ago
  3. 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
  4. 63e713e Fix comments by XiaokangQian · 3 years, 3 months ago
  5. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  6. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago
  7. 8395d7a Change guard of mbedtls_ssl_cipher_to_psa() with USE_PSA_CRYPTO || SSL_PROTO_TLS1_3 by Neil Armstrong · 3 years, 3 months ago
  8. 9edf51d Merge pull request #5785 from gabor-mezei-arm/5460_unify_parsing_sig_alg_ext by Ronald Cron · 3 years, 3 months ago
  9. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  10. 53a3b14 Update documntation by Gabor Mezei · 3 years, 3 months ago
  11. c1051b6 Remove `MBEDTLS_SSL_SIG_ALG_SET` macro by Gabor Mezei · 3 years, 3 months ago
  12. 3631cf6 Rename signiture algorithm macros to better suite with TLS 1.2 by Gabor Mezei · 3 years, 3 months ago
  13. 24c7c2b Unify `MBEDTLS_TLS_SIG_NONE` macro definition for TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
  14. a3d016c Rename and rewrite `mbedtls_ssl_sig_hash_set_find` function by Gabor Mezei · 3 years, 3 months ago
  15. 15b95a6 Use common macro for the invalid signiture algorithm botn in TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
  16. 1a3be08 Reorder defines to use previous definitions by Gabor Mezei · 3 years, 3 months ago
  17. 078e803 Unify parsing of the signature algorithms extension by Gabor Mezei · 3 years, 3 months ago
  18. d1a954d Merge pull request #5707 from yuhaoth/pr/add-tls13-write-hello-retry-request by Paul Elliott · 3 years, 3 months ago
  19. 9bbb7ba Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  20. 6a2cd9e fix various issues by Jerry Yu · 3 years, 3 months ago
  21. fbe3e64 fix various issues by Jerry Yu · 3 years, 3 months ago
  22. 582dd06 Add HRR handler by Jerry Yu · 3 years, 3 months ago
  23. 93a13f2 Share magic word of HRR by Jerry Yu · 3 years, 4 months ago
  24. eaf3651 Rebase and solve conflicts by XiaokangQian · 3 years, 3 months ago
  25. 80f6f32 Make mbedtls_ssl_psk_derive_premaster() only for when MBEDTLS_USE_PSA_CRYPTO is not selected by Neil Armstrong · 3 years, 3 months ago
  26. 044a32c Remove mbedtls_ssl_get_psk() and it's usage when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  27. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  28. 501c932 Import PSK as opaque PSA key for mbedtls_ssl_conf_psk() & mbedtls_ssl_set_hs_psk() by Neil Armstrong · 3 years, 3 months ago
  29. 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
  30. eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 months ago
  31. 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  32. f2c82f0 Introduce MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM macro to determine if Encrypt-then-MAC with CBC is used in a ciphersuite by Neil Armstrong · 3 years, 4 months ago
  33. ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
  34. ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
  35. 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
  36. 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  37. 89e103c tls13: Share write ecdh_key_exchange function by Jerry Yu · 3 years, 4 months ago
  38. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  39. 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 3 months ago
  40. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 3 months ago
  41. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  42. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  43. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  44. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  45. 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
  46. 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 5 months ago
  47. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  48. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  49. cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
  50. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
  51. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  52. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  53. 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  54. 769dc05 Remove bad dependency on MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED for ecdh_ctx guard by Neil Armstrong · 3 years, 4 months ago
  55. f3f4641 Remove ecdh_ctx variable, init & free when USE_PSA_CRYPTO isn't selected by Neil Armstrong · 3 years, 4 months ago
  56. 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  57. 8583627 psa_ssl_status_to_mbedtls: add conversion of PSA_ERROR_BUFFER_TOO_SMALL by Przemek Stekiel · 3 years, 4 months ago
  58. f716a70 Rename mbedtls_ssl_handshake_params variable ecdh_psa_shared_key to ecdh_psa_privkey_is_external by Neil Armstrong · 3 years, 4 months ago
  59. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  60. 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  61. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  62. 82c785f Make handshake::min_minor_ver client only by Ronald Cron · 3 years, 4 months ago
  63. 91477a7 Switch handshake->ecdh_bits to size_t and remove now useless cast & limit checks by Neil Armstrong · 3 years, 4 months ago
  64. 8113d25 Add ecdh_psa_shared_key flag to protect PSA privkey if imported by Neil Armstrong · 3 years, 4 months ago
  65. f660655 TLS: Allow hybrid TLS 1.2/1.3 in default configurations by Ronald Cron · 3 years, 5 months ago
  66. e71639d Simplify TLS major version default value setting by Ronald Cron · 3 years, 5 months ago
  67. fbd9f99 ssl_tls.c: Move some client specific functions to ssl_client.c by Ronald Cron · 3 years, 5 months ago
  68. 4079abc ssl_client.c: Adapt extensions writing to the TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  69. 11e1857 ssl_client.c: Fix key share code guards by Ronald Cron · 3 years, 5 months ago
  70. d491c2d ssl_client.c: Adapt ciphersuite writing to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  71. cb5ef6a Remove duplicated includes by Gabor Mezei · 3 years, 4 months ago
  72. 55c49a3 Use proper macro guard by Gabor Mezei · 3 years, 4 months ago
  73. 86a477f ssl_client.c: Adapt initial version selection to TLS 1.2 case by Ronald Cron · 3 years, 6 months ago
  74. 3d580bf Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file by Ronald Cron · 3 years, 6 months ago
  75. 8f6d39a Make some handshake TLS 1.3 utility routines available for TLS 1.2 by Ronald Cron · 3 years, 5 months ago
  76. 90f0120 ssl_tls12_server.c: Simplify TLS version check in ClientHello by Ronald Cron · 3 years, 5 months ago
  77. 4dcbca9 ssl_tls.c: Move mbedtls_ssl_set_calc_verify_md() to TLS 1.2 section by Ronald Cron · 3 years, 5 months ago
  78. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  79. 63d97ad Merge pull request #5559 from yuhaoth/pr/add-rsae-sha384-sha512 by Ronald Cron · 3 years, 4 months ago
  80. 5d9a1fe PSA code depends on MBEDTLS_SSL_PROTO_TLS1_3 by Gabor Mezei · 3 years, 4 months ago
  81. 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago
  82. 9b93c0d Change cookie parameters for dtls and tls 1.3 by XiaokangQian · 3 years, 6 months ago
  83. 25c9c90 Refine cookie len to fix compile issues by XiaokangQian · 3 years, 6 months ago
  84. 6c6f102 fix various issues by Jerry Yu · 3 years, 4 months ago
  85. e26acee Refactor guards for sig algs by Jerry Yu · 3 years, 4 months ago
  86. f8aa9a4 fix various issues by Jerry Yu · 3 years, 4 months ago
  87. 8c33886 create sig_alg decode function by Jerry Yu · 3 years, 4 months ago
  88. 0c23fc3 fix various guards issues by Jerry Yu · 3 years, 4 months ago
  89. cef3f33 Guard rsa sig algs with rsa_c and pkcs1_v{15,21} by Jerry Yu · 3 years, 4 months ago
  90. 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
  91. 1bf075f Use SSL error codes by Gabor Mezei · 3 years, 5 months ago
  92. adfeadc Extend PSA error translation by Gabor Mezei · 3 years, 5 months ago
  93. f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  94. 8d7afc6 Merge pull request #5523 from ronald-cron-arm/one-flush-output-development by Ronald Cron · 3 years, 5 months ago
  95. 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  96. 00d012f2 Fix type of force_flush parameter by Ronald Cron · 3 years, 5 months ago
  97. 66dbf91 TLS 1.3: Do not send handshake data in handshake step handlers by Ronald Cron · 3 years, 6 months ago
  98. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  99. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  100. cf8841a Remove non-PSA MAC keys in mbedtls_ssl_transform when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 5 months ago