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