1. c466ec2 Fix code formatting by Paul Elliott · 3 years, 1 month ago
  2. da0913b Call setbuf when reading or writing files: library by Gilles Peskine · 3 years, 1 month ago
  3. 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
  4. 9bbb7ba Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  5. aad9b0a Update code base on comments by XiaokangQian · 3 years, 3 months ago
  6. a987e1d Change state machine after encrypted extension and update cases by XiaokangQian · 3 years, 3 months ago
  7. ec6efb9 Change variable name to output_len by XiaokangQian · 3 years, 3 months ago
  8. cec9ae6 Change the code places of CERTIFICATE_REQUEST by XiaokangQian · 3 years, 3 months ago
  9. 45c2220 Update test cases and encrypted extension state set by XiaokangQian · 3 years, 3 months ago
  10. 2f150e1 Update status and add test cases for client certificate request by XiaokangQian · 3 years, 3 months ago
  11. 1f1f1e3 Temp change to align with client/server hello style by XiaokangQian · 3 years, 3 months ago
  12. 9dc4450 Fix commets issue about coding styles by XiaokangQian · 3 years, 3 months ago
  13. eaf3651 Rebase and solve conflicts by XiaokangQian · 3 years, 3 months ago
  14. 5ee73d8 Address review comments by Xiaofei Bai · 3 years, 5 months ago
  15. 9ca09d4 Add writing CertificateRequest msg on server side by Xiaofei Bai · 3 years, 6 months ago
  16. 25b1f5d Merge pull request #5545 from xffbai/tls13-write-enc-ext by Ronald Cron · 3 years, 3 months ago
  17. ef2b98a fix coding style issues by Jerry Yu · 3 years, 3 months ago
  18. f86eb75 fix various issues by Jerry Yu · 3 years, 3 months ago
  19. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
  20. e110d25 Add set outbound transform by Jerry Yu · 3 years, 3 months ago
  21. e59a531 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
  22. 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
  23. 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
  24. cd05f0b Drop skip PMS generation for opaque XXX-PSK now Opaque PSA key is always present when MBEDTLS_USE_PSA_CRYPTO selected by Neil Armstrong · 3 years, 3 months ago
  25. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  26. 61f237a Remove PSA-only code dealing with non-opaque PSA key by Neil Armstrong · 3 years, 3 months ago
  27. 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
  28. b743d95 Do not erase input key in psa_tls12_prf_psk_to_ms_set_key() by Neil Armstrong · 3 years, 3 months ago
  29. 9da5e5a fix coding style issues by Jerry Yu · 3 years, 3 months ago
  30. de66d12 remove out couter reset by Jerry Yu · 3 years, 3 months ago
  31. 39730a7 remove variable initial by Jerry Yu · 3 years, 3 months ago
  32. 8937eb4 fix various issues by Jerry Yu · 3 years, 3 months ago
  33. 068a13d Merge pull request #5771 from superna9999/5761-rsa-decrypt-rework-pk-wrap-as-opaque by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  34. 67397fa Merge pull request #5704 from mprse/mixed_psk_2cx by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  35. 169bf0b Fix comments (#endif flags) by Przemek Stekiel · 3 years, 3 months ago
  36. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 4 months ago
  37. 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
  38. 8a4b7fd Optimize code by Przemek Stekiel · 3 years, 3 months ago
  39. ab452cc fix name issue by Jerry Yu · 3 years, 3 months ago
  40. 8abcee9 Fix typos by Przemek Stekiel · 3 years, 3 months ago
  41. 2230e6c Simplify PSA transform->ivlen set in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 3 months ago
  42. 3bf040e Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup() by Neil Armstrong · 3 years, 3 months ago
  43. 301711e Simplify mbedtls_ssl_get_base_mode by Gilles Peskine · 3 years, 3 months ago
  44. e108d98 Simplify mbedtls_ssl_get_mode by Gilles Peskine · 3 years, 3 months ago
  45. 4d3841a fix various issues by Jerry Yu · 3 years, 4 months ago
  46. cba64af TLS1.3: add writing encrypted extensions by Xiaofei Bai · 3 years, 6 months ago
  47. eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 months ago
  48. e65d801 fix undeclare error by Jerry Yu · 3 years, 3 months ago
  49. 2f8c2a5 Merge pull request #5753 from tom-cosgrove-arm/fix-missing-prototypes-warnings-a64-sha256-sha512 by Gilles Peskine · 3 years, 4 months ago
  50. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  51. 955ddd7 fix various issues by Jerry Yu · 3 years, 4 months ago
  52. 99114f3 Fix build flags for opaque/raw psk checks by Przemek Stekiel · 3 years, 4 months ago
  53. cb322ea Enable support for psa opaque DHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  54. b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  55. 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  56. 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
  57. 51a1f36 setup_psa_key_derivation(): change salt parameter to other_secret by Przemek Stekiel · 3 years, 4 months ago
  58. aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
  59. f2534ba tls12_client: skip PMS generation for opaque RSA-PSK by Przemek Stekiel · 3 years, 4 months ago
  60. c203340 Add support for psa rsa-psk key exchange by Przemek Stekiel · 3 years, 4 months ago
  61. ae4ed30 Fix naming: random bytes are the seed (not salt) in derivation process by Przemek Stekiel · 3 years, 4 months ago
  62. 1f02703 setup_psa_key_derivation(): add optional salt parameter by Przemek Stekiel · 3 years, 4 months ago
  63. 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  64. 76b7407 Use MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM to enable ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
  65. 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
  66. ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
  67. d1be767 Use PSA_BLOCK_CIPHER_BLOCK_LENGTH instead of PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  68. 6b27c97 Rename mbedtls_get_mode() to mbedtls_ssl_get_mode() by Neil Armstrong · 3 years, 4 months ago
  69. ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
  70. 858581e Remove cipher_info in mbedtls_ssl_ticket_setup() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  71. a0eeb7f Remove cipher_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  72. 7fea33e Use mbedtls_get_mode_from_ciphersuite() in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  73. fe635e4 Use mbedtls_get_mode_from_ciphersuite() in server-side ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
  74. 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
  75. 136f840 Replace PSA/Cipher logic with mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  76. 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  77. a09f5e9 fix build fail by Jerry Yu · 3 years, 4 months ago
  78. cfc04b3 Update comments in write server hello by Jerry Yu · 3 years, 4 months ago
  79. e74e04a Rename write supported_versions ext by Jerry Yu · 3 years, 4 months ago
  80. d9436a1 remove guards for write_key_share by Jerry Yu · 3 years, 4 months ago
  81. 57d4841 fix write key_share issues by Jerry Yu · 3 years, 4 months ago
  82. 637a3f1 fix various issues by Jerry Yu · 3 years, 4 months ago
  83. 1c3e688 fix comments issues by Jerry Yu · 3 years, 4 months ago
  84. 349a613 fix write selected_version fail by Jerry Yu · 3 years, 4 months ago
  85. fb9f54d fix comments issue by Jerry Yu · 3 years, 4 months ago
  86. 89e103c tls13: Share write ecdh_key_exchange function by Jerry Yu · 3 years, 4 months ago
  87. 3bf2c64 tls13: write server hello compile pass by Jerry Yu · 3 years, 4 months ago
  88. 56404d7 tls13:server:Add finalize write_server_hello and dummy body by Jerry Yu · 3 years, 4 months ago
  89. f4b27e4 tls13:server:Add prepare write_server_hello by Jerry Yu · 3 years, 4 months ago
  90. 5b64ae9 tls13:server:Add base framework for serverhello by Jerry Yu · 3 years, 4 months ago
  91. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  92. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  93. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  94. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  95. 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 4 months ago
  96. 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 4 months ago
  97. 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  98. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  99. 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
  100. 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago