1. 86d288c tests: ssl: Rename tls13_early_data to tls13_read_early_data by Ronald Cron · 1 year, 6 months ago
  2. 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 6 months ago
  3. e21c2d2 tls13: cli: Add missing MBEDTLS_SSL_EARLY_DATA guards by Ronald Cron · 1 year, 6 months ago
  4. 0004600 tests: write early data: Inverse loop over state logic by Ronald Cron · 1 year, 6 months ago
  5. bf5e909 tests: write early data: Check we can complete handshake after writing by Ronald Cron · 1 year, 6 months ago
  6. 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 6 months ago
  7. b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 6 months ago
  8. d406924 Improve comments/documentation by Ronald Cron · 1 year, 6 months ago
  9. 4922190 tls13: write_early_data: Add endpoint check by Ronald Cron · 1 year, 6 months ago
  10. 24da991 tests: ssl: early data: Add systematic default case in scenario switches by Ronald Cron · 1 year, 6 months ago
  11. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
  12. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  13. 84dfbf4 tls13: client: Add comment about early data in 2nd ClientHello by Ronald Cron · 1 year, 6 months ago
  14. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
  15. e273f72 tls13: client: Improve CCS handling by Ronald Cron · 1 year, 6 months ago
  16. b3d42fd tests: write early data: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
  17. 05600e2 tests: write early data: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
  18. 8fe2b01 tests: write early data: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
  19. 2fbbba9 tests: ssl: Add write early data unit test by Ronald Cron · 1 year, 6 months ago
  20. 30bb7ce Add test case for early data writing by Xiaokang Qian · 1 year, 8 months ago
  21. a556189 ssl_client2: Add support for early data writing by Ronald Cron · 1 year, 7 months ago
  22. 2fe0ec8 ssl_client2: Add buffer overflow check by Ronald Cron · 1 year, 6 months ago
  23. ccfaefa ssl_client2: Switch from int to size_t by Ronald Cron · 1 year, 6 months ago
  24. 4e1bd47 ssl_client2: Move code to build http request by Ronald Cron · 1 year, 7 months ago
  25. 54a3829 ssl_client2: Simplify early_data option by Ronald Cron · 1 year, 6 months ago
  26. b62732e tls13: cli: Add mbedtls_ssl_write_early_data() API by Xiaokang Qian · 1 year, 8 months ago
  27. 2261ab2 tests: early data status: Add HRR scenario by Ronald Cron · 1 year, 6 months ago
  28. d6dba67 tests: early data status: Add "server rejects" scenario by Ronald Cron · 1 year, 6 months ago
  29. 265273e tests: early data status: Add "not sent" scenario by Ronald Cron · 1 year, 6 months ago
  30. 5c208d7 tests: ssl: Add scenario param to early data status testing function by Ronald Cron · 1 year, 6 months ago
  31. a7f94e4 tests: ssl: Add early data status unit test by Ronald Cron · 1 year, 6 months ago
  32. 90e2233 tls13: cli: Refine early data status by Ronald Cron · 1 year, 7 months ago
  33. fe59ff7 tls13: Send dummy CCS only once by Ronald Cron · 1 year, 6 months ago
  34. bfcdc06 tests: ssl: Use get TLS 1.3 ticket helper for early data test by Ronald Cron · 1 year, 6 months ago
  35. 1f6e4e4 tests: ssl: Add helper function to get a TLS 1.3 ticket by Ronald Cron · 1 year, 6 months ago
  36. ced99be tests: ssl: Add early data handshake option by Ronald Cron · 1 year, 6 months ago
  37. b4ad3e7 tests: ssl: First reset to all zeroes options in init by Ronald Cron · 1 year, 6 months ago
  38. fb53647 tests: ssl: Move group list to options by Ronald Cron · 1 year, 6 months ago
  39. 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  40. d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
  41. 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
  42. 71c6e65 tls13: ssl_msg.c: Improve/add comments by Ronald Cron · 1 year, 6 months ago
  43. 31e2d83 tls13: srv: Improve coding by Ronald Cron · 1 year, 6 months ago
  44. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  45. 747bedb Merge pull request #8733 from ivq/gcm_ad_len_check by Janos Follath · 1 year, 6 months ago
  46. 12285c5 Add calls to BLOCK_CIPHER_PSA_INIT / BLOCK_CIPHER_PSA_DONE by Dave Rodgman · 1 year, 6 months ago
  47. ae2d81c tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  48. f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
  49. 263dbf7 tls13: srv: Do not allow early data indication in 2nd ClientHello by Jerry Yu · 2 years, 9 months ago
  50. 1483dc3 tls13: cli: Indicate early data only in first ClientHello by Ronald Cron · 1 year, 7 months ago
  51. 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
  52. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  53. 064dd2b Adjust check order by Jerry Yu · 1 year, 8 months ago
  54. b90e695 Merge pull request #8692 from ronald-cron-arm/read-early-data by Ronald Cron · 1 year, 6 months ago
  55. 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
  56. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  57. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  58. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  59. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  60. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  61. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  62. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  63. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  64. 7b6ee94 tls13: srv: Reject early data in case of HRR by Ronald Cron · 1 year, 7 months ago
  65. 579bd4d Update early data test by Jerry Yu · 1 year, 9 months ago
  66. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  67. d9ca354 tls13: srv: Add mbedtls_ssl_read_early_data() API by Jerry Yu · 1 year, 8 months ago
  68. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  69. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  70. 6a5904d tls13: srv: Move early data size check placeholder by Jerry Yu · 1 year, 8 months ago
  71. 739a1d4 tls: Add internal function ssl_read_application_data() by Jerry Yu · 2 years, 8 months ago
  72. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  73. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  74. ba8e9ad Fix test dependencies by Dave Rodgman · 1 year, 6 months ago
  75. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  76. cb88c49 Merge pull request #8754 from Redfoxymoon/development by Paul Elliott · 1 year, 6 months ago
  77. 6823247 Fix compile warning in tests by Dave Rodgman · 1 year, 6 months ago
  78. eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
  79. 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
  80. 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
  81. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  82. 4c92845 Merge pull request #8767 from daverodgman/sha-glibc-changelog by Dave Rodgman · 1 year, 6 months ago
  83. 1ee85b4 Merge pull request #8766 from tom-cosgrove-arm/unify-clang-version-checking-in-all.sh by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8766-f1562a721723288f0659f4a2889edbb868611897
  84. f1562a7 Merge pull request #8657 from gilles-peskine-arm/pk-psa-bridge-design by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  85. dae21d3 Support SHA-512 hwcap detection on old libc by Dave Rodgman · 1 year, 6 months ago
  86. cbb9cae Changelog for building SHA-256 and 512 with old libc by Gilles Peskine · 2 years, 6 months ago
  87. 36dee75 Update ECDSA signature conversion based on experimentation by Gilles Peskine · 1 year, 6 months ago
  88. d4c373a Refactor all.sh clang version detection code by Tom Cosgrove · 1 year, 6 months ago
  89. 9e4eeff Fix comment about verison of clang required for 'build_aes_armce' by Tom Cosgrove · 1 year, 6 months ago
  90. 2a6cb5c fix build for midipix by Ørjan Malde · 1 year, 6 months ago
  91. 47c74a4 Merge pull request #8741 from Ryan-Everett-arm/add-locking-macros by Paul Elliott · 1 year, 6 months ago
  92. 12abdde Merge pull request #8699 from minosgalanakis/update/rsa_context_in_programs_5014 by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8699-c4e911889ecd680882b0ef925ac6445af7a37767
  93. c4e9118 Merge pull request #8751 from trofi/gcc-14-calloc-fix by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8751-935182fe2b5f4801e29026ea504f168ca450150b
  94. da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  95. 935182f Merge pull request #1158 from daverodgman/mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  96. ef56795 Fix 1 forgotten separate input/output buffer by Chien Wong · 1 year, 6 months ago
  97. 92c17c4 Use separate input/output buffer. Explain why error is expected by Chien Wong · 1 year, 6 months ago
  98. f5e231c Merge pull request #8719 from daverodgman/iar-codegen by Dave Rodgman · 1 year, 6 months ago
  99. 3877d48 Refactor macros by Ryan Everett · 1 year, 6 months ago
  100. 99ff1f5 Add test cases on GCM AD, input, IV length by Chien Wong · 1 year, 6 months ago