1. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  2. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  3. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  4. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  5. 60116ae Invert logic on nonce length tests by Paul Elliott · 3 years, 10 months ago
  6. 355f59e Fix formatting issues by Paul Elliott · 3 years, 10 months ago
  7. e716e6c Switch cipher enabled macros by Paul Elliott · 3 years, 10 months ago
  8. baff51c Make sure nonce length checks use base algorithm by Paul Elliott · 3 years, 10 months ago
  9. 814f0c5 Remove check for lack of supported ciphers by Paul Elliott · 3 years, 10 months ago
  10. 946c920 Add safety for nonce length to internal driver by Paul Elliott · 3 years, 10 months ago
  11. bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
  12. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  13. 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  14. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  15. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  16. c78833a Add reminder of assumption to documentation by Paul Elliott · 3 years, 10 months ago
  17. c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
  18. 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
  19. 5977bc9 Add MBEDTLS_PRIVATE to new structs by Paul Elliott · 3 years, 11 months ago
  20. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  21. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  22. 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
  23. 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 11 months ago
  24. 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 11 months ago
  25. 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
  26. fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
  27. a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
  28. bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
  29. bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
  30. 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
  31. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  32. 304689e Merge pull request #4947 from gilles-peskine-arm/muladdc-amd64-memory-development by Gilles Peskine · 3 years, 11 months ago
  33. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  34. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  35. 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
  36. 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
  37. 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
  38. 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago
  39. ec95cc9 Add safety for NULL tag being passed to finish by Paul Elliott · 3 years, 11 months ago
  40. 8ff7421 Add comment explaining finish output size by Paul Elliott · 3 years, 11 months ago
  41. 4c916e8 Improve comment on buffer clearing by Paul Elliott · 3 years, 11 months ago
  42. 69bf5fc Const correctness by Paul Elliott · 3 years, 11 months ago
  43. 70f447d Replace individual zeroization with memset by Paul Elliott · 3 years, 11 months ago
  44. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  45. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  46. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  47. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  48. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  49. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  50. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  51. eac6c75 Make nonce length check return error where it can by Paul Elliott · 3 years, 11 months ago
  52. 12acb6b Remove missed references to aead_verify from docs by Paul Elliott · 3 years, 11 months ago
  53. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  54. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  55. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  56. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  57. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  58. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  59. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  60. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  61. b183d56 Use safer size for tag checking by Paul Elliott · 3 years, 11 months ago
  62. 06b6b8c Add missing zeroize for sensitive tag data. by Paul Elliott · 3 years, 11 months ago
  63. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  64. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  65. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  66. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  67. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  68. 5b1df10 Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
  69. d337fbc x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  70. cacec72 Merge pull request #4938 from gilles-peskine-arm/psa_cipher_update_ecp-unused_parameter by Janos Follath · 3 years, 11 months ago
  71. d87d873 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
  72. 1716f32 psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
  73. 55dffe5 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
  74. 78e84e8 Merge pull request #4766 from SiliconLabs/silabs_import_copy_key_opaque by Gilles Peskine · 4 years ago
  75. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  76. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  77. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  78. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  79. 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 4 years ago
  80. 449608b Code style improvements by Archana · 4 years ago
  81. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  82. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  83. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  84. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  85. 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  86. 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  87. 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  88. ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  89. 3c28fd3 Merge pull request #4882 from yuhaoth/pr/add-tls13-client-hello-process by Ronald Cron · 4 years ago
  90. fec982e fix coding style issues by Jerry Yu · 4 years ago
  91. 4e38828 fix usage of iteration by Jerry Yu · 4 years ago
  92. bbe0952 fix name conversion issues by Jerry Yu · 4 years ago
  93. 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
  94. efec38b Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  95. 5d7f6b1 Remove rendundat ctx->add_len check. by Mateusz Starzyk · 4 years ago
  96. cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  97. dbfb7bd fix various issues by Jerry Yu · 4 years ago
  98. 8c02bb4 fix various comment issues by Jerry Yu · 4 years ago
  99. 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
  100. ef387d7 change prototype of write body by Jerry Yu · 4 years ago