]> the.earth.li Git - onak.git/commit
Add a test for signature verification
authorJonathan McDowell <noodles@earth.li>
Fri, 15 Sep 2023 10:09:58 +0000 (15:39 +0530)
committerJonathan McDowell <noodles@earth.li>
Fri, 15 Sep 2023 10:11:30 +0000 (15:41 +0530)
commit8519141e5ee46dcac44221de39c76d0def5a0088
tree787217b3ea5e9d5d422ec9faf7c5894d89ff6d73
parent529a576854aacb2d829f70dc940a4fd8b706b0f5
Add a test for signature verification

Test signature verification by adding my new ECC key with verification
enabled, which will strip all signatures, then adding my old RSA key,
then readding my ECC key. This should result in the ECC key having a
signature from my old RSA key.
keys/README
keys/noodles-ecc.key [new file with mode: 0644]
t/all-037-check-sigs.t [new file with mode: 0755]