1. a82a8b9 Mark internal int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  2. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  3. 66b0d61 Add comments when can_do() is safe to use by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  4. 19a567b Fix impact evaluation by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  5. 22e84de Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  6. 1c91b0c Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  7. b64fb62 Fix unchecked return value from internal function by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  8. 32a38df Add ChangeLog for potential overread with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  9. e0469b5 Merge pull request #931 from AndrzejKurek/clihlo_cookie_pxy_fix by Gilles Peskine · 3 years, 2 months ago
  10. 755ddff Fix print format in a debug message by Andrzej Kurek · 3 years, 2 months ago
  11. ca35f5b test_suite_ssl: Use a zero fragment offset in a test with a too short record by Andrzej Kurek · 3 years, 2 months ago
  12. cbe14ec Improve variable extracting operations by using MBEDTLS_GET macros by Andrzej Kurek · 3 years, 2 months ago
  13. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  14. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  15. 96d5439 Fix incorrect changelog entry by Andrzej Kurek · 3 years, 2 months ago
  16. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago
  17. fb1a3fe Address comments about python syntax by XiaokangQian · 3 years, 2 months ago
  18. b1847a2 Re-structure to share more common code by XiaokangQian · 3 years, 2 months ago
  19. ed4d217 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
  20. b58cf0d Split a debug message into two - for clarity by Andrzej Kurek · 3 years, 2 months ago
  21. 078e9bc Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
  22. 271c305 Merge pull request #5892 from AndrzejKurek/ssl-opt-client-kill-fix by Paul Elliott · 3 years, 2 months ago
  23. 1193069 Merge pull request #5827 from wernerlewis/time_utc by Dave Rodgman · 3 years, 2 months ago
  24. 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
  25. 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
  26. d9aaf76 Fixing CI complains. Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  27. 5313f03 Add change log by Ronald Cron · 3 years, 2 months ago
  28. b06acd7 Fixing PSA return status Signed-off-by: pespacek <peter.spacek@silabs.com> by pespacek · 3 years, 2 months ago
  29. 00e5eaa test: ssl: Remove more TLS 1.2 dependencies in handshake state tests by Ronald Cron · 3 years, 2 months ago
  30. bdddaef test: ssl: Enable client authentication in handshake state tests by Ronald Cron · 3 years, 2 months ago
  31. 209cae9 tls13: server: Fix state update in CLIENT_CERTIFICATE by Ronald Cron · 3 years, 2 months ago
  32. 670913f Fixing return value for ssl_tls13_write_certificate_body() by pespacek · 3 years, 2 months ago
  33. 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
  34. e6487ab Add a changelog entry for the cookie parsing bounds bug by Andrzej Kurek · 3 years, 2 months ago
  35. cfb0194 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago
  36. c8183cc Add missing sid_len in calculations of cookie sizes by Andrzej Kurek · 3 years, 2 months ago
  37. 140b589 Fix a bug with executing ssl-client2 in ssl-opt.sh in a subshell by Andrzej Kurek · 3 years, 2 months ago
  38. 364fd8b More SSL debug messages for ClientHello parsing by Gilles Peskine · 3 years, 6 months ago
  39. 5c9c2ce Add correct test dependencies by Thomas Daubney · 3 years, 2 months ago
  40. a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
  41. 5e03d9e Merge pull request #5837 from robert-shade/robert-shade/add_subdirectory_support by Dave Rodgman · 3 years, 2 months ago
  42. 6994e3e fix various issues by Jerry Yu · 3 years, 2 months ago
  43. acd01e5 Use ASN1 UTC tags for dates before 2000 by Werner Lewis · 3 years, 3 months ago
  44. f2d32e6 fix tls13_only test fail by Jerry Yu · 3 years, 2 months ago
  45. 8399ccc Merge pull request #5829 from paul-elliott-arm/fix_ct_uninit_memory_access by Gilles Peskine · 3 years, 2 months ago
  46. 3d3cfc5 Add Changelog entry by Thomas Daubney · 3 years, 2 months ago
  47. 3ff4fc6 Add test data by Thomas Daubney · 3 years, 2 months ago
  48. bd5466a Add test for accessor by Thomas Daubney · 3 years, 2 months ago
  49. 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 4 months ago
  50. 7bf3358 Remove duplicated tests by Jerry Yu · 3 years, 2 months ago
  51. 1443537 fix test fail when WANT_READ/WRITE returned by Jerry Yu · 3 years, 2 months ago
  52. 66537f4 fix certificate request fail by Jerry Yu · 3 years, 2 months ago
  53. 1e7c438 remove tls1.3 dependancy by Jerry Yu · 3 years, 2 months ago
  54. f940693 Merge pull request #5725 from tom-daubney-arm/x25519_program by Gilles Peskine · 3 years, 2 months ago
  55. 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
  56. 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
  57. 66adf31 Update comments by Jerry Yu · 3 years, 2 months ago
  58. df0a71a Add handshake version test by Jerry Yu · 3 years, 2 months ago
  59. b3d86de fix hanshake wrapup fail by Jerry Yu · 3 years, 3 months ago
  60. 0a92d6c fix move state to handshake over fail by Jerry Yu · 3 years, 3 months ago
  61. df65b66 Add handshake over test by Jerry Yu · 3 years, 3 months ago
  62. 85e5c81 fix check test cases fail by Jerry Yu · 3 years, 3 months ago
  63. d9d049d revert dbg config by Jerry Yu · 3 years, 3 months ago
  64. 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
  65. d8c57fe Add moving state test for TLS1.3 by Jerry Yu · 3 years, 3 months ago
  66. 023ff7a Move dependes_on of move handshakes state by Jerry Yu · 3 years, 3 months ago
  67. d5d5b60 Add comprehensive test cases for TLS1.3 server side by XiaokangQian · 3 years, 3 months ago
  68. ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
  69. a3344f7 Merge pull request #5767 from leorosen/avoid-null-args by Dave Rodgman · 3 years, 2 months ago
  70. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  71. 1bc0ca4 Merge pull request #5875 from Summer-ARM/mbedtls-psa-crypto-config by Janos Follath · 3 years, 2 months ago
  72. 1c1d355 Merge pull request #5777 from xkqian/tls13_parse_cert_certverify by Ronald Cron · 3 years, 2 months ago
  73. e7a5da5 Remove SNI related code by XiaokangQian · 3 years, 2 months ago
  74. 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  75. 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
  76. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  77. f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
  78. 9a4e1dd Add back openssl client auth test by XiaokangQian · 3 years, 2 months ago
  79. aca9048 Change base on review by XiaokangQian · 3 years, 3 months ago
  80. 989f06d Change some comments base on review by XiaokangQian · 3 years, 3 months ago
  81. 63e713e Fix comments by XiaokangQian · 3 years, 3 months ago
  82. c3017f6 Remove useless guards and refine checking by XiaokangQian · 3 years, 3 months ago
  83. 189ded2 Remove coordinate functions and change state machine in server side by XiaokangQian · 3 years, 3 months ago
  84. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  85. a636d1f Merge pull request #5714 from daverodgman/k-stachowiak_static-runtime-option-msvc by Dave Rodgman · 3 years, 2 months ago
  86. 32c995a Merge pull request #5724 from Biswa96/cmake-mingw by Dave Rodgman · 3 years, 2 months ago
  87. 8fba70f Merge pull request #5749 from yuhaoth/pr/add-tls13-finished-message-and-wrapup by Paul Elliott · 3 years, 2 months ago
  88. ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
  89. 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
  90. eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
  91. 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
  92. 413550c Change memcmp call by Thomas Daubney · 3 years, 3 months ago
  93. 5491f85 skip openssl client auth test by Jerry Yu · 3 years, 3 months ago
  94. 090378c change exit code of cli auth test by Jerry Yu · 3 years, 3 months ago
  95. 3493587 FEATURE: mbedtls_md() in ssl_tls13_write_certificate_verify_body() by pespacek · 3 years, 3 months ago
  96. a137810 FEATURE: use psa_hash_xxx rather than mbedtls_md_xxx for TLS 1.3. by pespacek · 3 years, 3 months ago
  97. 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  98. 7eaadae fix no x509 info fail. by Jerry Yu · 3 years, 3 months ago
  99. 591e729 Allow building as a subdir by Robert Shade · 3 years, 3 months ago
  100. 70c0088 Change use of olen variables by Thomas Daubney · 3 years, 3 months ago