aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/samplekeys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add sample keys with colliding long keu ids.Werner Koch2014-10-133-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).
* gpg: Use algorithm id 22 for EdDSA.Werner Koch2014-09-123-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.
* Add ECC sign, verify, encrypt and decrypt testsWerner Koch2011-02-111-104/+0
|
* Add ECC import regression tests and fixed a regression.Werner Koch2011-02-105-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.
* Sample ECC keys and message do now work.Werner Koch2011-02-023-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.
* Add a sample key.Werner Koch2009-01-132-0/+4
Detect and show the card type.