1. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  2. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  3. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  4. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 2 months ago
  5. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  6. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  7. 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
  8. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  9. fb665a8 Adress the comments about styles and pick_cert by XiaokangQian · 3 years, 2 months ago
  10. 3ed1623 Refine server side SNI test cases by XiaokangQian · 3 years, 2 months ago
  11. 07aad07 Refine function name ssl_tls13_pick_key_cert by XiaokangQian · 3 years, 2 months ago
  12. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  13. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  14. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  15. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  16. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  17. 271c305 Merge pull request #5892 from AndrzejKurek/ssl-opt-client-kill-fix by Paul Elliott · 3 years, 2 months ago
  18. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  19. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  20. 3a83327 Merge pull request #5727 from SiliconLabs/feature/PSEC-3207-TLS13-hashing-HMAC-to-PSA by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  21. 96287d9 Remove the certificate key check against the received signature by XiaokangQian · 3 years, 2 months ago
  22. d9aaf76 Fixing CI complains. Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  23. 5313f03 Add change log by Ronald Cron · 3 years, 2 months ago
  24. 9850fa8 Refine ssl_tls13_pick_cert() by XiaokangQian · 3 years, 2 months ago
  25. b06acd7 Fixing PSA return status Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  26. 23c5be6 Enable SNI test for both tls12 and tls13 by XiaokangQian · 3 years, 2 months ago
  27. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  28. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  29. 209cae9 tls13: server: Fix state update in CLIENT_CERTIFICATE by Ronald Cron · 3 years, 2 months ago
  30. 670913f Fixing return value for ssl_tls13_write_certificate_body() by pespacek · 3 years, 2 months ago
  31. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  32. 140b589 Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  33. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  34. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  35. 5e03d9e Merge pull request #5837 from robert-shade/robert-shade/add_subdirectory_support by Dave Rodgman · 3 years, 2 months ago
  36. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  37. 129aeb9 Update test cases and support sni ca override by XiaokangQian · 3 years, 2 months ago
  38. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  39. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  40. 8399ccc Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access by Gilles Peskine · 3 years, 2 months ago
  41. 3d3cfc5 Add Changelog entry by Thomas Daubney · 3 years, 2 months ago
  42. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  43. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  44. 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 4 months ago
  45. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  46. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  47. f4f0f69 Enable requires_openssl_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  48. ac41edf Enable requires_gnutls_tls1_3 in sni test cases by XiaokangQian · 3 years, 2 months ago
  49. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  50. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago
  51. f940693 Merge pull request #5725 from tom-daubney-arm/x25519_program by Gilles Peskine · 3 years, 2 months ago
  52. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  53. 2ccd97b Change test case name to sni by XiaokangQian · 3 years, 2 months ago
  54. 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
  55. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  56. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  57. b3d86de fix hanshake wrapup fail by Jerry Yu · 3 years, 3 months ago
  58. 0a92d6c fix move state to handshake over fail by Jerry Yu · 3 years, 3 months ago
  59. df65b66 Add handshake over test by Jerry Yu · 3 years, 3 months ago
  60. 85e5c81 fix check test cases fail by Jerry Yu · 3 years, 3 months ago
  61. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  62. 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
  63. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  64. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  65. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 3 months ago
  66. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  67. a3344f7 Merge pull request #5767 from leorosen/avoid-null-args by Dave Rodgman · 3 years, 2 months ago
  68. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  69. 1bc0ca4 Merge pull request #5875 from Summer-ARM/mbedtls-psa-crypto-config by Janos Follath · 3 years, 2 months ago
  70. 0557c94 Add back SNI related code to validate_certificate by XiaokangQian · 3 years, 2 months ago
  71. f2a9420 Fix SNI test failure by XiaokangQian · 3 years, 3 months ago
  72. 9b2b771 Change mbedtls_ssl_parse_server_name_ext base on comments by XiaokangQian · 3 years, 3 months ago
  73. 40a3523 Add support of server name extension to server side by XiaokangQian · 3 years, 3 months ago
  74. 1c1d355 Merge pull request #5777 from xkqian/tls13_parse_cert_certverify by Ronald Cron · 3 years, 2 months ago
  75. e7a5da5 Remove SNI related code by XiaokangQian · 3 years, 2 months ago
  76. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  77. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  78. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  79. f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  80. 9a4e1dd Add back openssl client auth test by XiaokangQian · 3 years, 2 months ago
  81. aca9048 Change base on review by XiaokangQian · 3 years, 3 months ago
  82. 989f06d Change some comments base on review by XiaokangQian · 3 years, 3 months ago
  83. 63e713e Fix comments by XiaokangQian · 3 years, 3 months ago
  84. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  85. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago
  86. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  87. a636d1f Merge pull request #5714 from daverodgman/k-stachowiak_static-runtime-option-msvc by Dave Rodgman · 3 years, 2 months ago
  88. 32c995a Merge pull request #5724 from Biswa96/cmake-mingw by Dave Rodgman · 3 years, 2 months ago
  89. 8fba70f Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup by Paul Elliott · 3 years, 2 months ago
  90. ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
  91. 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  92. eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
  93. 2056ce5 Fix PSA_PAKE_OUTPUT_MAX_SIZE/PSA_PAKE_INPUT_MAX_SIZE commment about parameters to PSA_PAKE_OUTPUT_SIZE/PSA_PAKE_INPUT_SIZE by Neil Armstrong · 3 years, 2 months ago
  94. 413550c Change memcmp call by Thomas Daubney · 3 years, 3 months ago
  95. 5491f85 skip openssl client auth test by Jerry Yu · 3 years, 3 months ago
  96. 090378c change exit code of cli auth test by Jerry Yu · 3 years, 3 months ago
  97. 3493587 FEATURE: mbedtls_md() in ssl_tls13_write_certificate_verify_body() by pespacek · 3 years, 3 months ago
  98. a137810 FEATURE: use psa_hash_xxx rather than mbedtls_md_xxx for TLS 1.3. by pespacek · 3 years, 3 months ago
  99. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  100. 7eaadae fix no x509 info fail. by Jerry Yu · 3 years, 3 months ago