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