1. f57d14b Ignore early data app msg before 2nd client hello by Jerry Yu · 1 year, 9 months ago
  2. 263dbf7 tls13: srv: Do not allow early data indication in 2nd ClientHello by Jerry Yu · 2 years, 9 months ago
  3. 1483dc3 tls13: cli: Indicate early data only in first ClientHello by Ronald Cron · 1 year, 7 months ago
  4. 2995d35 tls13: srv: Deprotect and discard early data records by Ronald Cron · 1 year, 7 months ago
  5. 4caf3ca tls13: srv: Add discard_early_data_record SSL field by Jerry Yu · 1 year, 9 months ago
  6. 064dd2b Adjust check order by Jerry Yu · 1 year, 8 months ago
  7. b90e695 Merge pull request #8692 from ronald-cron-arm/read-early-data by Ronald Cron · 1 year, 6 months ago
  8. 38dbab9 tests: ssl: Adjust early data test by Ronald Cron · 1 year, 6 months ago
  9. 78a38f6 tls13: srv: Do not use early_data_status by Ronald Cron · 1 year, 6 months ago
  10. 3b90345 Revert "tls13: Introduce early_data_state SSL context field" by Ronald Cron · 1 year, 6 months ago
  11. 164537c tls13: early data: Improve, add comments by Ronald Cron · 1 year, 6 months ago
  12. ed7d4bf tls13: srv: Simplify mbedtls_ssl_read_early_data() API by Ronald Cron · 1 year, 6 months ago
  13. 44d70a5 tls13: early data: Improve documentation by Ronald Cron · 1 year, 6 months ago
  14. 2c43089 ssl.h: Fix comments by Ronald Cron · 1 year, 6 months ago
  15. 0883b8b tls13: Introduce early_data_state SSL context field by Ronald Cron · 1 year, 6 months ago
  16. 7d21cde ssl.h: Simplify guard by Ronald Cron · 1 year, 6 months ago
  17. 7b6ee94 tls13: srv: Reject early data in case of HRR by Ronald Cron · 1 year, 7 months ago
  18. 579bd4d Update early data test by Jerry Yu · 1 year, 9 months ago
  19. 192e0f9 ssl_server2: Add read early data support by Jerry Yu · 2 years, 8 months ago
  20. d9ca354 tls13: srv: Add mbedtls_ssl_read_early_data() API by Jerry Yu · 1 year, 8 months ago
  21. 3a04562 Update mbedtls_ssl_read_early_data() definition by Ronald Cron · 1 year, 7 months ago
  22. 032985c Add MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA error code by Jerry Yu · 1 year, 8 months ago
  23. 6a5904d tls13: srv: Move early data size check placeholder by Jerry Yu · 1 year, 8 months ago
  24. 739a1d4 tls: Add internal function ssl_read_application_data() by Jerry Yu · 2 years, 8 months ago
  25. 5d0ae90 tls13: srv: Refine early data status by Ronald Cron · 1 year, 7 months ago
  26. 149b0e7 ssl.h: Fix comment by Ronald Cron · 1 year, 7 months ago
  27. 11cc412 Merge pull request #8711 from ronald-cron-arm/tls13-ticket-and-early-data-unit-test by Ronald Cron · 1 year, 6 months ago
  28. cb88c49 Merge pull request #8754 from Redfoxymoon/development by Paul Elliott · 1 year, 6 months ago
  29. eb84534 Use TEST_EQUAL instead of TEST_ASSERT where possible by Ronald Cron · 1 year, 6 months ago
  30. 5de9c6f Fix and add comments in ticket and early data test function by Ronald Cron · 1 year, 6 months ago
  31. 095a3a5 Fix PSA init and done macros in TLS unit tests by Ronald Cron · 1 year, 6 months ago
  32. faf026c Explain purpose of test specific write/parse ticket functions by Ronald Cron · 1 year, 6 months ago
  33. 4c92845 Merge pull request #8767 from daverodgman/sha-glibc-changelog by Dave Rodgman · 1 year, 6 months ago
  34. 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
  35. f1562a7 Merge pull request #8657 from gilles-peskine-arm/pk-psa-bridge-design by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  36. dae21d3 Support SHA-512 hwcap detection on old libc by Dave Rodgman · 1 year, 6 months ago
  37. cbb9cae Changelog for building SHA-256 and 512 with old libc by Gilles Peskine · 2 years, 6 months ago
  38. 36dee75 Update ECDSA signature conversion based on experimentation by Gilles Peskine · 1 year, 6 months ago
  39. d4c373a Refactor all.sh clang version detection code by Tom Cosgrove · 1 year, 6 months ago
  40. 9e4eeff Fix comment about verison of clang required for 'build_aes_armce' by Tom Cosgrove · 1 year, 6 months ago
  41. 2a6cb5c fix build for midipix by Ørjan Malde · 1 year, 6 months ago
  42. 47c74a4 Merge pull request #8741 from Ryan-Everett-arm/add-locking-macros by Paul Elliott · 1 year, 6 months ago
  43. 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
  44. 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
  45. da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  46. 935182f Merge pull request #1158 from daverodgman/mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  47. f5e231c Merge pull request #8719 from daverodgman/iar-codegen by Dave Rodgman · 1 year, 6 months ago
  48. 3877d48 Refactor macros by Ryan Everett · 1 year, 6 months ago
  49. 13f2f4e Merge remote-tracking branch 'restricted/development' into mbedtls-3.5.2rc by Dave Rodgman · 1 year, 6 months ago
  50. daca7a3 Update BRANCHES.md by Dave Rodgman · 1 year, 6 months ago mbedtls-3.5.2 v3.5.2
  51. cb05ce3 Minor fixes to locking macros by Ryan Everett · 1 year, 7 months ago
  52. 90afb13 Add ..._GOTO_EXIT macro by Ryan Everett · 1 year, 7 months ago
  53. d6d6a76 Add ..._GOTO_RETURN macro by Ryan Everett · 1 year, 7 months ago
  54. aa3fa98 Merge pull request #8726 from v1gnesh/patch-1 by Janos Follath · 1 year, 7 months ago gh-readonly-queue/development/pr-8726-34c6e8a7702f6b16a02b5c9b2c3b0ada0c557a48
  55. c64280a Fix comment typo by Dave Rodgman · 1 year, 7 months ago
  56. 468c02c Update ChangeLog.d/8726.txt by v1gnesh · 1 year, 7 months ago
  57. 00b530e Limit compiler hint to compilers that are known to benefit from it by Dave Rodgman · 1 year, 7 months ago
  58. e23d647 Bump version by Dave Rodgman · 1 year, 7 months ago
  59. 6ba4169 Assemble Changelog by Dave Rodgman · 1 year, 7 months ago
  60. 0d57f10 Update Marvin fix Changelog entry by Janos Follath · 1 year, 7 months ago
  61. 393df9c Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  62. 16ab76b Fix typo by Janos Follath · 1 year, 7 months ago
  63. b4b8f3d RSA: improve readability by Janos Follath · 1 year, 7 months ago
  64. 47ee770 RSA: remove unneeded temporaries by Janos Follath · 1 year, 7 months ago
  65. e6750b2 RSA: document Montgomery trick in unblind by Janos Follath · 1 year, 7 months ago
  66. a62a554 Fix style by Janos Follath · 1 year, 9 months ago
  67. 100dcdd Make local function static by Janos Follath · 1 year, 9 months ago
  68. a865fc9 Add Changelog for the Marvin attack fix by Janos Follath · 1 year, 9 months ago
  69. 6bcbc92 Extend blinding to RSA result check by Janos Follath · 1 year, 9 months ago
  70. d6b0965 Make RSA unblinding constant flow by Janos Follath · 1 year, 9 months ago
  71. 968a928 Add Changelog for #8687 by Paul Elliott · 1 year, 7 months ago
  72. af553bf Add required dependency to the testcase by Jonathan Winzig · 1 year, 7 months ago
  73. acd35a5 Remove unneeded testcase by Jonathan Winzig · 1 year, 7 months ago
  74. 144bfde Update test-data to use SIZE_MAX by Jonathan Winzig · 1 year, 7 months ago
  75. 93f5240 Add missing newline at the end of test_suite_x509write.data by Jonathan Winzig · 1 year, 7 months ago
  76. a0c9448 Update fix to be more platform-independent by Jonathan Winzig · 1 year, 7 months ago
  77. 63b5e21 Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  78. 1c7629c Add tests for Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  79. d0b55ed Create 8726.txt changelog entry by v1gnesh · 1 year, 7 months ago
  80. 3c129dd Update entropy_poll.c by v1gnesh · 1 year, 7 months ago
  81. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  82. f8fdbb5 tests: tls13: Run early data test only in TLS 1.3 only config by Ronald Cron · 1 year, 7 months ago
  83. a8dd81b tests: tls13: Add early data unit test by Ronald Cron · 1 year, 7 months ago
  84. ec3408d tests: ssl: Move setting of debug callback by Ronald Cron · 1 year, 7 months ago
  85. d903a86 tests: tls13: Add session resume with ticket unit test by Ronald Cron · 1 year, 7 months ago
  86. 77abfe6 ssl_helpers.c: Add ticket write/parse test functions by Ronald Cron · 1 year, 7 months ago
  87. 297c608 tls13: cli: Fix setting of early data transform by Ronald Cron · 1 year, 7 months ago
  88. fb12d92 Merge pull request #8693 from Ryan-Everett-arm/implement-key-slot-mutex by Janos Follath · 1 year, 7 months ago
  89. 075f879 Remove include of build_info.h by Dave Rodgman · 1 year, 7 months ago
  90. 336efee Move MBEDTLS_COMPILER_IS_GCC & MBEDTLS_GCC_VERSION into build_info by Dave Rodgman · 1 year, 7 months ago
  91. 00b4eeb Improve comments by Dave Rodgman · 1 year, 7 months ago
  92. 7470557 Add changelog entry by Dave Rodgman · 1 year, 7 months ago
  93. 2143a4a Improve mbedtls_xor docs by Dave Rodgman · 1 year, 7 months ago
  94. 18d90d7 Make mbedtls_xor always inline by Dave Rodgman · 1 year, 7 months ago
  95. 55b5dd2 Make unaligned accessors always inline by Dave Rodgman · 1 year, 7 months ago
  96. c581264 Fix unaligned access on old compilers by Dave Rodgman · 1 year, 7 months ago
  97. 4215138 programs_dh_client/server: Updated config guards. by Minos Galanakis · 1 year, 7 months ago
  98. db89152 programs_dh_client/server: Changed mdlen type to unsigned integer. by Minos Galanakis · 1 year, 7 months ago
  99. 7d8c99a Move MBEDTLS_COMPILER_IS_GCC defn into alignment.h by Dave Rodgman · 1 year, 7 months ago
  100. 69b5a86 Improve mbedtls_xor for IAR by Dave Rodgman · 1 year, 7 months ago