1. c48f43b Fix PSA AEAD GCM's update output buffer length verification. by Mateusz Starzyk · 3 years, 10 months ago
  2. f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
  3. cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
  4. 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
  5. cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
  6. 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  7. 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
  8. bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
  9. 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  10. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  11. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  12. 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
  13. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  14. 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
  15. 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
  16. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  17. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  18. 9e4c020 Merge pull request #4969 from jclab-joseph/pr/fix/build-alpine by Gilles Peskine · 3 years, 11 months ago
  19. 32f46ba Remove ability to turn off chunked ad/data tests 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. 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  22. f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 11 months ago
  23. 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
  24. 88ecbe1 Test generated nonce test generates expected sizes 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. 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
  32. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked 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. f94bd99 Add missing aead state tests. by Paul Elliott · 3 years, 11 months ago
  40. 5221ef6 Add aead setup tests by Paul Elliott · 3 years, 11 months ago
  41. 1c67e0b Add extra verify edge test cases by Paul Elliott · 3 years, 11 months ago
  42. 9961a66 Remove negative tests from multipart_decrypt by Paul Elliott · 3 years, 11 months ago
  43. fd0c154c Add tests to oversend data/ad when lengths set by Paul Elliott · 3 years, 11 months ago
  44. ce2c1fa Remove uneccesary postive buffer size tests by Paul Elliott · 3 years, 11 months ago
  45. 6a60b12 Make buffer size checks +-1 from correct size by Paul Elliott · 3 years, 11 months ago
  46. a3d153f Make nonce based test descriptions more clear by Paul Elliott · 3 years, 11 months ago
  47. f38adbe Ensure tests expected to fail actually fail by Paul Elliott · 3 years, 11 months ago
  48. e49fe45 Remove unneccesary nesting by Paul Elliott · 3 years, 11 months ago
  49. 4e4d71a Move hidden logic into loop 'for' statement by Paul Elliott · 3 years, 11 months ago
  50. 33746aa Convert set lengths options over to enum by Paul Elliott · 3 years, 11 months ago
  51. 9454cfa Remove unneccesary safety check in test by Paul Elliott · 3 years, 11 months ago
  52. 6bfd0fb Convert all uint32_t lengths over to size_t by Paul Elliott · 3 years, 11 months ago
  53. 5a9642f Correct switched blocks for output sizes by Paul Elliott · 3 years, 11 months ago
  54. 719c132 Add tag buffer size tests to finish buffer tests by Paul Elliott · 3 years, 11 months ago
  55. e58cb1e Aligh finish_buffer_test vars with PSA standard by Paul Elliott · 4 years ago
  56. 4023ffd Re-add option of NULL buffer for nonce tests by Paul Elliott · 4 years ago
  57. e64deda Add missing check to multipart decrypt by Paul Elliott · 4 years ago
  58. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  59. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
  60. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  61. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  62. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  63. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  64. 449608b Code style improvements by Archana · 4 years ago
  65. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  66. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  67. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  68. ed2ef2d add client hello msg test by Jerry Yu · 4 years ago
  69. 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
  70. efec38b Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  71. cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
  72. e5d6106 Extend test in translate_ciphers.py by Joe Subbiani · 4 years ago
  73. 49d57bc Improve indentation according to pylint by Joe Subbiani · 4 years ago
  74. 54110b3 Reduce translate_ciphers.py test list by Joe Subbiani · 4 years ago
  75. b0aba9a Improve comments to be more accurate by Joe Subbiani · 4 years ago
  76. 1d592cb Remove NULL-SHA256 specific to OpenSSL by Joe Subbiani · 4 years ago
  77. 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
  78. a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
  79. f2de374 Remove unused import by Joe Subbiani · 4 years ago
  80. a3d991c Improve python coding style by Joe Subbiani · 4 years ago
  81. 918ee79 Improve consitancy and useability by Joe Subbiani · 4 years ago
  82. 439a696 Improve translation error checking by Joe Subbiani · 4 years ago
  83. c3610ba Check exit status of translate_ciphers.py by Joe Subbiani · 4 years ago
  84. d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
  85. 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
  86. 3eac5b9 Use zip rather than enumerate by Joe Subbiani · 4 years ago
  87. a56e10d Run test_translate_ciphers_format.sh from root by Joe Subbiani · 4 years ago
  88. f849a93 Improve python coding style by Joe Subbiani · 4 years ago
  89. f3fcc29 Move translate scripts to appropriate folder by Joe Subbiani · 4 years ago
  90. 4a703ce Remove commented out old code by Joe Subbiani · 4 years ago
  91. 43592bd Remove trailing whitespaces by Joe Subbiani · 4 years ago
  92. a032963 Modify comment descriptions of add_xxx_ciphersuites() by Joe Subbiani · 4 years ago
  93. 6452f1e Modify file name comments to match the file rename by Joe Subbiani · 4 years ago
  94. 0fadf8e Improve coding style and consistancy by Joe Subbiani · 4 years ago
  95. 34d6262 Reduce calls to translate_ciphers.py in compat.sh by Joe Subbiani · 4 years ago
  96. d16d273 Compact 2 format functions to 1 by Joe Subbiani · 4 years ago
  97. 15d7124 Replace lists with calls to translate_ciphersuite.py by Joe Subbiani · 4 years ago
  98. a16ccac Format files and add license comment by Joe Subbiani · 4 years, 1 month ago
  99. 29239b0 Move translate scripts to test directory by Joe Subbiani · 4 years, 1 month ago
  100. 13592ca Merge pull request #4879 from yuhaoth/pr/upgrade-gnutls-next by Ronald Cron · 4 years ago 2.x