1. 5adf52c Correctly void potentially unused arguments by Steven Cooreman · 3 years, 2 months ago
  2. b177731 Make the driver context union a defined type by Steven Cooreman · 3 years, 2 months ago
  3. f763810 Add test driver for hash operations by Steven Cooreman · 3 years, 2 months ago
  4. c828835 move hash update zero-length-input check back into the core by Steven Cooreman · 3 years, 2 months ago
  5. dbf8ced Change the way driver context structures are used by Steven Cooreman · 3 years, 2 months ago
  6. 8e9e407 Clarify documentation of internal hash software driver interface by Steven Cooreman · 3 years, 2 months ago
  7. 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 3 years, 2 months ago
  8. 84d670d Make psa_hash_compare go through hash_compute by Steven Cooreman · 3 years, 2 months ago
  9. 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 3 years, 2 months ago
  10. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  11. 1c4e784 Merge pull request #815 from ARMmbed/mbedtls-2.26.0-rc0-pr by Dave Rodgman · 3 years, 2 months ago
  12. 0135516 Merge pull request #4203 from paul-elliott-arm/memsan_fix_build by paul-elliott-arm · 3 years, 2 months ago
  13. bfe7549 Bump version to 2.26.0 by Dave Rodgman · 3 years, 2 months ago
  14. b05a59a Improve error message by Paul Elliott · 3 years, 2 months ago
  15. cfa6a1e Remove changelog entry by Paul Elliott · 3 years, 2 months ago
  16. 74755e4 Update Changelog for 2.26.0 by Dave Rodgman · 3 years, 2 months ago
  17. b4fe105 Add missing changelog entry by Dave Rodgman · 3 years, 2 months ago
  18. 2d83ac1 Add a missing changelog entry by Dave Rodgman · 3 years, 2 months ago
  19. 5cce6a2 Merge branch 'development-restricted' into mbedtls-2.26.0-rc by Dave Rodgman · 3 years, 2 months ago
  20. 7ef23be Documentation: fix \p names that diverged from the code by Gilles Peskine · 3 years, 2 months ago
  21. 364d12c Documentation: fix \p used for non-parameters by Gilles Peskine · 3 years, 2 months ago
  22. 8735343 Fix copypasta in documentation of an error case by Gilles Peskine · 3 years, 2 months ago
  23. e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 3 years, 2 months ago
  24. 1fb691a Remove superfluous check by Steven Cooreman · 3 years, 2 months ago
  25. cd64093 Language & code readability updates by Steven Cooreman · 3 years, 2 months ago
  26. 286a36e Fix size macros by gabor-mezei-arm · 3 years, 2 months ago
  27. fb91a48 Fix memsan build with clang 11 by Paul Elliott · 3 years, 2 months ago
  28. f08648d Make assemble changelog script enforce line length by Paul Elliott · 3 years, 2 months ago
  29. e7e5252 Merge pull request #4150 from mstarzyk-mobica/remove_compat13 by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  30. 477a463 Merge pull request #4168 from stevew817/fix/unreferenced_function_in_ecp_c by Janos Follath · 3 years, 2 months ago
  31. 9edff74 Fix EC J-PAKE failing when the payload is all-bits-zero by TRodziewicz · 3 years, 2 months ago
  32. bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 3 years, 2 months ago
  33. edc589b Merge pull request #808 from paul-elliott-arm/cf_base64_work by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  34. be165bd Code style fixups by Paul Elliott · 3 years, 2 months ago
  35. a5dce14 Fixup changelog formatting by Paul Elliott · 3 years, 2 months ago
  36. 3c973f4 Fix misnamed base64 test by Paul Elliott · 3 years, 2 months ago
  37. 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 3 years, 2 months ago
  38. d0b0ba8 Merge pull request #4173 from gilles-peskine-arm/net_poll-fd_setsize-development by Janos Follath · 3 years, 2 months ago
  39. 566899e psa: Remove outdated comments by Ronald Cron · 3 years, 2 months ago
  40. cbc1355 psa: wrapper: Remove unnecessary compiler warning workarounds by Ronald Cron · 3 years, 2 months ago
  41. 31a876d Clarify some policy-handling code comments by Steven Cooreman · 3 years, 2 months ago
  42. f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 3 years, 2 months ago
  43. 07fa1f1 Fix carelessly copy pasted comment by Paul Elliott · 3 years, 2 months ago
  44. 3ffd134 Fix constant flow mask maths by Paul Elliott · 3 years, 2 months ago
  45. 88f2eb6 Remove multiplication from conditional assignments by Paul Elliott · 3 years, 2 months ago
  46. 9264e01 Update error codes listed in the net_sockets documentation by Gilles Peskine · 3 years, 2 months ago
  47. 4ff9a29 Check truncation length explicitly by Steven Cooreman · 3 years, 2 months ago
  48. 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 3 years, 2 months ago
  49. 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 3 years, 2 months ago
  50. c48cb80 Prevent false positive CF Test Failures by Paul Elliott · 3 years, 2 months ago
  51. c1a895d Add further more rigorous tests for base64 by Paul Elliott · 3 years, 2 months ago
  52. 7d4b0d7 Reuse PSA_MAC_LENGTH in psa_get_mac_output_length by Steven Cooreman · 3 years, 2 months ago
  53. 5a17267 Add a note about why key_type is required by Steven Cooreman · 3 years, 2 months ago
  54. 1ac5ce3 Make psa_key_policy_algorithm_intersection MAC-length aware by Steven Cooreman · 3 years, 2 months ago
  55. 15472f8 Clean up psa_mac_setup now that we have an output length calculator by Steven Cooreman · 3 years, 2 months ago
  56. 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 3 years, 2 months ago
  57. 12078f4 Keep pointer to TLS record sequence number static by Hanno Becker · 3 years, 2 months ago
  58. 328f11c Language & readability touchups by Steven Cooreman · 3 years, 2 months ago
  59. d367990 Allow skipping 3DES in CMAC self-test when ALT implemented by Steven Cooreman · 3 years, 3 months ago
  60. e538896 Remove unreferenced static functions when ECP_NO_FALLBACK is used by Steven Cooreman · 3 years, 2 months ago
  61. 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 3 years, 2 months ago
  62. 0544d49 Fix Non CF access to table in base64 decrypt by Paul Elliott · 3 years, 2 months ago
  63. 6e152fa Optimise unneccesary cf table accesses away by Paul Elliott · 3 years, 2 months ago
  64. 717ba77 Fix incorrect assumptions about the size of size_t by Paul Elliott · 3 years, 2 months ago
  65. d788fab Clarify usage of psa_key_policy_permits by Steven Cooreman · 3 years, 2 months ago
  66. 16a05f5 Add metadata tests intertwining truncated and at-least-length algos by Steven Cooreman · 3 years, 2 months ago
  67. 947bb0b Code readability improvements by Steven Cooreman · 3 years, 2 months ago
  68. a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 3 years, 2 months ago
  69. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 3 years, 2 months ago
  70. 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 3 years, 2 months ago
  71. ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 3 years, 2 months ago
  72. a96e241 Test _AT_LEAST_THIS_LENGTH macros in the PSA Crypto metadata test suite by Steven Cooreman · 3 years, 2 months ago
  73. 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 3 years, 2 months ago
  74. d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 3 years, 2 months ago
  75. 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 3 years, 2 months ago
  76. 7de9e2d Language / verbiage fixes by Steven Cooreman · 3 years, 2 months ago
  77. aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 3 years, 2 months ago
  78. 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 3 years, 2 months ago
  79. caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 3 years, 2 months ago
  80. 37389c7 Update validity domain of min_tag_length / min_mac_length by Steven Cooreman · 3 years, 2 months ago
  81. 0348802 Remove generic wildcard checks after review feedback by Steven Cooreman · 3 years, 2 months ago
  82. ee18b1f Style and language updates after review by Steven Cooreman · 3 years, 3 months ago
  83. b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 3 years, 2 months ago
  84. c6f2480 Fix documentation by gabor-mezei-arm · 3 years, 3 months ago
  85. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 3 years, 3 months ago
  86. 34045c1 Merge pull request #4145 from stevew817/fix_return_code by Gilles Peskine · 3 years, 2 months ago
  87. 574cf7b Clarify how a file descriptor could still be more than the limit by Gilles Peskine · 3 years, 2 months ago
  88. 97c57fe Fix sloppiness around stricly less-than vs less or equal by Gilles Peskine · 3 years, 2 months ago
  89. c8dab5b Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 3 years, 2 months ago
  90. e28f236 Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout} by Gilles Peskine · 3 years, 2 months ago
  91. ddf4374 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 3 years, 2 months ago
  92. 6667a78 Add test for mbedtls_net_poll beyond FD_SETSIZE by Gilles Peskine · 3 years, 2 months ago
  93. 3e79081 Fixes for MSVC warnings by Paul Elliott · 3 years, 2 months ago
  94. 80c02af Add cross-doc links, avoid redundancies by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  95. b6aa958 Update the issue template by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  96. 1b2e061 Add SUPPORT.md by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  97. a21abf2 Add SECURITY.md by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  98. e699739 Add BRANCHES.md by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  99. e86bdca Fix size macros and its documentation by gabor-mezei-arm · 3 years, 4 months ago
  100. fbd9f1e Add and update macros for output buffer sizes by gabor-mezei-arm · 3 years, 10 months ago