aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gnupg/gpg.conf
AgeCommit message (Collapse)Author
2022-09-22tests: Replace short OpenPGP keyids with fingerprintsJustus Winter
Short 32-bit OpenPGP key ids are easily spoofed, so their use is strongly discouraged. The test suite uses short key ids to refer to test keys. This prevents the OpenPGP implementations from rejecting short key ids, and is a bad example for other developers to follow. This patch replaces all short key ids with fingerprints.
2014-04-23tests: have multiple gpg keys availableJason A. Donenfeld