1. 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
  2. ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  3. 2230e6c Simplify PSA transform->ivlen set in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 3 months ago
  4. 3bf040e Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup() by Neil Armstrong · 3 years, 3 months ago
  5. 301711e Simplify mbedtls_ssl_get_base_mode by Gilles Peskine · 3 years, 3 months ago
  6. e108d98 Simplify mbedtls_ssl_get_mode by Gilles Peskine · 3 years, 3 months ago
  7. 98136b1 Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh by Neil Armstrong · 3 years, 3 months ago
  8. 1c9eb72 Update PSA specific comment in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 3 months ago
  9. eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 months ago
  10. a828f4d Merge pull request #5684 from tom-daubney-arm/M-AEAD_decrypt_driver_dispatch_test by Ronald Cron · 3 years, 4 months ago
  11. e65d801 fix undeclare error by Jerry Yu · 3 years, 4 months ago
  12. 882e02e Move and fixup check_test_requires_psa_disabled() into check_test_cases() by Neil Armstrong · 3 years, 4 months ago
  13. 6e6967f Reorganize PSA INVALID_PADDING handling for test #5 in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 4 months ago
  14. 2f8c2a5 Merge pull request #5753 from tom-cosgrove-arm/fix-missing-prototypes-warnings-a64-sha256-sha512 by Gilles Peskine · 3 years, 4 months ago
  15. eef30bc Merge pull request #5755 from mpg/ecdsa-range-test by Gilles Peskine · 3 years, 4 months ago
  16. 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
  17. 955ddd7 fix various issues by Jerry Yu · 3 years, 4 months ago
  18. 60d83f0 Merge pull request #5710 from superna9999/5627-pk-opaque-rsa-x509 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  19. 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  20. 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
  21. 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
  22. ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
  23. 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
  24. 6b27c97 Rename mbedtls_get_mode() to mbedtls_ssl_get_mode() by Neil Armstrong · 3 years, 4 months ago
  25. ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
  26. 858581e Remove cipher_info in mbedtls_ssl_ticket_setup() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  27. a0eeb7f Remove cipher_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
  28. 7fea33e Use mbedtls_get_mode_from_ciphersuite() in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
  29. fe635e4 Use mbedtls_get_mode_from_ciphersuite() in server-side ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
  30. 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
  31. 136f840 Replace PSA/Cipher logic with mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  32. 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
  33. 7d063f6 Adds comments for clarification by Thomas Daubney · 3 years, 4 months ago
  34. a09f5e9 fix build fail by Jerry Yu · 3 years, 4 months ago
  35. cfc04b3 Update comments in write server hello by Jerry Yu · 3 years, 4 months ago
  36. e74e04a Rename write supported_versions ext by Jerry Yu · 3 years, 4 months ago
  37. d9436a1 remove guards for write_key_share by Jerry Yu · 3 years, 4 months ago
  38. 57d4841 fix write key_share issues by Jerry Yu · 3 years, 4 months ago
  39. 637a3f1 fix various issues by Jerry Yu · 3 years, 4 months ago
  40. 1c3e688 fix comments issues by Jerry Yu · 3 years, 4 months ago
  41. 8b9fd37 Add P_CLI test to easy debug by Jerry Yu · 3 years, 4 months ago
  42. 349a613 fix write selected_version fail by Jerry Yu · 3 years, 4 months ago
  43. abf20c7 add state check by Jerry Yu · 3 years, 4 months ago
  44. fb9f54d fix comments issue by Jerry Yu · 3 years, 4 months ago
  45. 89e103c tls13: Share write ecdh_key_exchange function by Jerry Yu · 3 years, 4 months ago
  46. 3bf2c64 tls13: write server hello compile pass by Jerry Yu · 3 years, 4 months ago
  47. 56404d7 tls13:server:Add finalize write_server_hello and dummy body by Jerry Yu · 3 years, 4 months ago
  48. f4b27e4 tls13:server:Add prepare write_server_hello by Jerry Yu · 3 years, 4 months ago
  49. 5b64ae9 tls13:server:Add base framework for serverhello by Jerry Yu · 3 years, 4 months ago
  50. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
  51. 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  52. e6ed23c Fix typo in x509_crt_check() comment by Neil Armstrong · 3 years, 4 months ago
  53. e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
  54. 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  55. 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  56. 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 4 months ago
  57. 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 4 months ago
  58. 9d8716c Merge pull request #5739 from gilles-peskine-arm/depends-curves-positive-only by Gilles Peskine · 3 years, 4 months ago
  59. 843795a Use macro for public key buffer size in pk_psa_wrap_sign_ext() by Neil Armstrong · 3 years, 4 months ago
  60. 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  61. afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
  62. 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
  63. 4daaa2b derive_output mix-psk test: add more cases for derivation of output key by Przemek Stekiel · 3 years, 4 months ago
  64. 6aabc47 derive_output test: remove redundant tests with raw key agreement by Przemek Stekiel · 3 years, 4 months ago
  65. e665466 derive_output test: add other key type value 11 to handle raw key type by Przemek Stekiel · 3 years, 4 months ago
  66. c5bd1b8 PSA key derivation mix-psk tests: add description for bad state cases by Przemek Stekiel · 3 years, 4 months ago
  67. 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
  68. 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago
  69. 7f1c89d Provide other_secret, other_secret_length fields if MBEDTLS_PSA_BUILTIN_ALG_TLS12_PSK_TO_MS is defined by Przemek Stekiel · 3 years, 4 months ago
  70. 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
  71. 38647de derive_output() test: fix code style by Przemek Stekiel · 3 years, 4 months ago
  72. 2503f7e Handle empty other secret when passed with input bytes by Przemek Stekiel · 3 years, 4 months ago
  73. cd00d7f test PSA key derivation: add positive and negative cases for mixed-psk by Przemek Stekiel · 3 years, 4 months ago
  74. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 4 months ago
  75. 060d867 Update parse_key_share in server side and version config by XiaokangQian · 3 years, 4 months ago
  76. 09030a3 Refine component_check_test_requires_psa_disabled change grep options order for better compatibility by Neil Armstrong · 3 years, 4 months ago
  77. 771e42a Merge pull request #5698 from ronald-cron-arm/tls13-misc by Ronald Cron · 3 years, 4 months ago
  78. 7ea6ae8 Merge pull request #5743 from Anton-TF/build-win32 by Paul Elliott · 3 years, 4 months ago
  79. ec52893 Improve readability and relevance of values by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  80. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
  81. 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
  82. 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
  83. de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
  84. d8d19de Expand negative coverage of ECDSA verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  85. 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
  86. 17f974c Re-order the ciphersuite matching code in parse_client_hello by XiaokangQian · 3 years, 4 months ago
  87. 8482377 Only store the first group in ssl_tls13_parse_supported_groups_ext() by XiaokangQian · 3 years, 4 months ago
  88. 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
  89. b67384d Fix coding style and comments styles by XiaokangQian · 3 years, 4 months ago
  90. f8ceb94 Fix the parse_sig_alg_ext fail issue by XiaokangQian · 3 years, 4 months ago
  91. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  92. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  93. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  94. 4080a7f Change code style and some share functions by XiaokangQian · 3 years, 4 months ago
  95. 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
  96. c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
  97. 8840888 Fix some CI issues by XiaokangQian · 3 years, 4 months ago
  98. c5763b5 Change some code style by XiaokangQian · 3 years, 4 months ago
  99. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 6 months ago
  100. 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 6 months ago