dangerzone/tests/assets/signatures
Alexis Métaireau a540fc5b08
(WIP) Add tests
2025-02-12 18:23:12 +01:00
..
invalid/95b432860b272938246b10e1cfc89a24e1db352b3aebaa799c4284c42c46bd95 (WIP) Add tests 2025-02-12 18:23:12 +01:00
tempered/95b432860b272938246b10e1cfc89a24e1db352b3aebaa799c4284c42c46bd95 (WIP) Add tests 2025-02-12 18:23:12 +01:00
valid/95b432860b272938246b10e1cfc89a24e1db352b3aebaa799c4284c42c46bd95 (WIP) Add tests 2025-02-12 18:23:12 +01:00
README.md (WIP) Add tests 2025-02-12 18:23:12 +01:00

This folder contains signature-folders used for the testing the signatures implementation.

The following folders are used:

  • valid: this folder contains signatures which should be considered valid and generated with the key available at tests/assets/test.pub.key
  • invalid: this folder contains signatures which should be considered invalid, because their format doesn't match the expected one. e.g. it uses plain text instead of base64-encoded text.
  • tempered: This folder contain signatures which have been tempered-with. The goal is to have signatures that looks valid, but actually aren't.