aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/samplekeys (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-13tests: Add sample keys with colliding long keu ids.Werner Koch3-0/+60
-- Thanks to David Leon Gil <[email protected]> who posted these keys to [email protected] on Fri, 13 Dec 2013 07:09:54 -0800 (PST).
2014-09-12gpg: Use algorithm id 22 for EdDSA.Werner Koch3-0/+36
* common/openpgpdefs.h (PUBKEY_ALGO_EDDSA): Change to 22. * g10/keygen.c (ask_curve): Reword the Curve25519 warning note. -- In the hope that the IETF will eventually assign 22 for EdDSA using the draft-koch-eddsa-for-openpgp-01 specs we start using this number.
2011-02-11Add ECC sign, verify, encrypt and decrypt testsWerner Koch1-104/+0
2011-02-10Add ECC import regression tests and fixed a regression.Werner Koch5-2/+208
The import test imports the keys as needed and because they are passphrase protected we now need a pinentry script to convey the passphrase to gpg-agent.
2011-02-02Sample ECC keys and message do now work.Werner Koch3-1/+49
Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed.
2009-01-13Add a sample key.Werner Koch2-0/+4
Detect and show the card type.