1. 8ff7421 Add comment explaining finish output size by Paul Elliott · 3 years, 11 months ago
  2. 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
  3. 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
  4. 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
  5. eac6c75 Make nonce length check return error where it can by Paul Elliott · 3 years, 11 months ago
  6. 12acb6b Remove missed references to aead_verify from docs by Paul Elliott · 3 years, 11 months ago
  7. b183d56 Use safer size for tag checking by Paul Elliott · 3 years, 11 months ago
  8. 06b6b8c Add missing zeroize for sensitive tag data. by Paul Elliott · 3 years, 11 months ago
  9. 3d7d52c Formatting fixes by Paul Elliott · 4 years ago
  10. 5e69aa5 Remove NULL check for set nonce by Paul Elliott · 4 years ago
  11. 2e45009 Remove variables declared as unused by Paul Elliott · 4 years ago
  12. efda340 Fix formatting issues by Paul Elliott · 4 years ago
  13. 3242f6c Fix formatting issue by Paul Elliott · 4 years ago
  14. b8db2c5 Remove extra blank lines by Paul Elliott · 4 years ago
  15. daf5c89 Remove extraneous state checks by Paul Elliott · 4 years ago
  16. d9343f2 Refactor is_encrypt into aead setup arguments by Paul Elliott · 4 years ago
  17. 3686970 Remove duplicated statements in documentation. by Paul Elliott · 4 years ago
  18. e0a12bd Refactor aead setup functions into single function by Paul Elliott · 4 years ago
  19. 5d3a3c3 Fix arguments formatting mistake by Paul Elliott · 4 years ago
  20. 66696b5 Improve nonce length checks by Paul Elliott · 4 years ago
  21. 814fffb Remove overly strict final checks by Paul Elliott · 4 years ago
  22. ecce901 Change over to specific per algorith size checks by Paul Elliott · 4 years ago
  23. ed08cf8 Add safety check to chachapoly finish by Paul Elliott · 4 years ago
  24. 2fe5db8 Fix passing wrong tag size to GCM finish by Paul Elliott · 4 years ago
  25. 99f548d Fix format issues with check nonce size by Paul Elliott · 4 years ago
  26. 315628d Remove internal aead_verify endpoint by Paul Elliott · 4 years, 1 month ago
  27. 32925b9 Make sure unused parts of tag buffer are cleared by Paul Elliott · 4 years, 1 month ago
  28. 96b0173 Add common nonce checking to oneshot encrypt by Paul Elliott · 4 years, 1 month ago
  29. a561444 Add missing space by Paul Elliott · 4 years, 1 month ago
  30. ed68d74 Move buffer size checks up to psa_crypto layer by Paul Elliott · 4 years, 1 month ago
  31. c2b7144 Simplify logic and factor out initial checks by Paul Elliott · 4 years, 1 month ago
  32. 7f429b7 Remove code duplication and fix formatting by Paul Elliott · 4 years, 1 month ago
  33. a8940ed Fix documented error codes by Paul Elliott · 4 years, 1 month ago
  34. cf2d66e Remove permitting of 8 byte nonce with PolyChaCha by Paul Elliott · 4 years, 1 month ago
  35. 95271f1 Call set_nonce direct rather than by wrapper by Paul Elliott · 4 years, 1 month ago
  36. d7ab9f1 Move the setting of id in driver wrappers by Paul Elliott · 4 years, 1 month ago
  37. ad53dcc Move common final checks to function by Paul Elliott · 4 years, 1 month ago
  38. 534d0b4 Finish / Verify state checks by Paul Elliott · 4 years, 1 month ago
  39. f88a565 Better tag size default for m-aead finish by Paul Elliott · 4 years, 1 month ago
  40. d89304e Fix formatting issues by Paul Elliott · 4 years, 1 month ago
  41. e4030f2 Replace function with macro that already exists by Paul Elliott · 4 years, 1 month ago
  42. 7220cae Ensure generate nonce unavailable in decrypt by Paul Elliott · 4 years, 1 month ago
  43. 8eb9daf Add generate nonce test by Paul Elliott · 4 years, 2 months ago
  44. 1c8de15 Update documentation to tally with recent changes by Paul Elliott · 4 years, 2 months ago
  45. bc94978 Add missing unused arguments by Paul Elliott · 4 years, 2 months ago
  46. 40ef3a9 Fix state logic and return codes by Paul Elliott · 4 years, 2 months ago
  47. 83f09ef Proper multipart AEAD GCM Implementation by Paul Elliott · 4 years, 3 months ago
  48. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  49. 9f5c34c Merge pull request #4596 from gilles-peskine-arm/nist_kw-null_dereference-3.0 by Gilles Peskine · 4 years, 2 months ago
  50. 89ee599 Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  51. 6d84e91 Merge pull request #4568 from creiter32/to_upstream/csr_critical_extensions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  52. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  53. f1eb425 Merge pull request #4469 from xiaoxiang781216/padlock by Ronald Cron · 4 years, 2 months ago
  54. c44a1d5 Merge pull request #4507 from Venafi/userid-oid by Ronald Cron · 4 years, 2 months ago
  55. 95273f4 Expose flag for critical extensions by Christoph Reiter · 4 years, 7 months ago
  56. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  57. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  58. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  59. 8a5304d Merge pull request #4553 from gilles-peskine-arm/aria_alt-3.0 by Gilles Peskine · 4 years, 2 months ago
  60. c537aa8 CAMELLIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  61. be89fea ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  62. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  63. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  64. 2d8800e Small corrections in the comments by TRodziewicz · 4 years, 3 months ago
  65. b5850c5 Correction of too restrictive ssl cli minor check by TRodziewicz · 4 years, 3 months ago
  66. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  67. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  68. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  69. 3a16e01 Ensure tag lengths match in verification by Paul Elliott · 4 years, 3 months ago
  70. f47b095 Set tag to 'impossible' value on failure to encrypt by Paul Elliott · 4 years, 3 months ago
  71. 6eb9598 Improve state logic by Paul Elliott · 4 years, 3 months ago
  72. 6981fbc Remove unneccessary guard for key unlock by Paul Elliott · 4 years, 3 months ago
  73. e95259f Remove some CCM leftovers by Paul Elliott · 4 years, 3 months ago
  74. d58ed58 Restores erroneously removed checks by Thomas Daubney · 4 years, 3 months ago
  75. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 3 months ago
  76. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  77. 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 3 months ago
  78. e715f88 Fix key slot being used uninitialised on error by Paul Elliott · 4 years, 3 months ago
  79. 1a98aca Properly handle GCM's range of nonce sizes by Paul Elliott · 4 years, 3 months ago
  80. ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 3 months ago
  81. b91da71 Remove unrequired initialisation by Paul Elliott · 4 years, 3 months ago
  82. ac1b3fd Ensure that key gets unlocked in case of error by Paul Elliott · 4 years, 3 months ago
  83. cee785c Seperate id checks from other state checks by Paul Elliott · 4 years, 3 months ago
  84. bb8bf66 Change function signature indentation by Paul Elliott · 4 years, 3 months ago
  85. e9eeea3 Formatting fixes by Paul Elliott · 4 years, 3 months ago
  86. 5c656cb Fix missed incorrect include guard by Paul Elliott · 4 years, 3 months ago
  87. b91f331 Correct potential return values in documentation by Paul Elliott · 4 years, 3 months ago
  88. 498d350 Misc documentation fixes. by Paul Elliott · 4 years, 3 months ago
  89. 9622c9a Fix updated size macros in documentation by Paul Elliott · 4 years, 3 months ago
  90. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago
  91. e913174 Merge pull request #4543 from gilles-peskine-arm/undefined-reference-3.0 by Gilles Peskine · 4 years, 3 months ago
  92. 3248be4 Merge pull request #4462 from netfoundry/gcc11.fixes by Gilles Peskine · 4 years, 3 months ago
  93. f4c1d58 Merge pull request #4453 from facchinm/crt_in_filesystem_mbed_os by Gilles Peskine · 4 years, 3 months ago
  94. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
  95. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
  96. eb30b0c Merge remote-tracking branch 'upstream-public/development' into no-generated-files-3.0 by Gilles Peskine · 4 years, 3 months ago
  97. 1411c7c Don't make configuration-independent files depend on config.h by Gilles Peskine · 4 years, 4 months ago
  98. b5e0863 Ignore generated source files that are no longer checked in by Gilles Peskine · 4 years, 4 months ago
  99. 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  100. 1905a24 Fix missing compilation guard around psa_crypto_driver_wrappers.c by Gilles Peskine · 4 years, 3 months ago