summaryrefslogtreecommitdiffstats
path: root/openpgp/tests
AgeCommit message (Expand)Author
2019-06-11openpgp: Convert signature s-expressions to mpis::Signature.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-05-03openpgp: Improve test to also SerializeInto.Justus Winter
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-24openpgp: Improve test.Justus Winter
2019-04-05openpgp: New test key.Justus Winter
2019-04-05openpgp: Improve test by roundtripping all messages.Justus Winter
2019-04-05openpgp: Improve test by roundtripping all TPKs.Justus Winter
2019-04-04openpgp: Add a new test.Justus Winter
2019-04-02openpgp: Fix the compression quine.Justus Winter
2019-03-27openpgp: Move test file.Justus Winter
2019-02-15openpgp: add NIST ECDH test casesKai Michaelis
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
2018-12-14openpgp: add test verifying 3rd party cert by GPGKai Michaelis
2018-11-02openpgp: improve handling uid revocations.Kai Michaelis
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter
2018-10-01openpgp: Stop compressed data packets from swallowing MDC packetsNeal H. Walfield
2018-09-21openpgp: Fix last commit.Neal H. Walfield
2018-08-27openpgp: Keep bad signatures for later.Justus Winter
2018-08-27tool: Ignore multiple signatures from the same TPK by default.Justus Winter
2018-08-27openpgp: Add a signing subkey.Justus Winter
2018-08-27tool: Ignore duplicate signatures in sqv.Justus Winter
2018-08-22openpgp: Implement proper handling of nested signatures.Justus Winter
2018-08-20openpgp: Add test case.Justus Winter
2018-08-14tool: Implement sqv --not-before and --not-after.Justus Winter
2018-08-14openpgp: Make armor parsing more robust.Justus Winter
2018-07-29openpgp Add missing file.Neal H. Walfield
2018-07-28openpgp: Add missing test data.Neal H. Walfield
2018-07-12openpgp: Fix reading large chunks of armored data.Justus Winter
2018-06-19openpgp: Implement decryption using ECDH/Curve25519.Justus Winter
2018-06-19openpgp: PKESK decryption.Kai Michaelis
2018-06-19openpgp: simple secret key handling.Kai Michaelis
2018-06-11openpgp: Implement verification of EdDSA signatures using Ed25519.Justus Winter
2018-06-11openpgp: Implement verification of ECDSA signatures.Justus Winter
2018-06-08openpgp: Implement verification of DSA signatures.Justus Winter
2018-05-14openpgp: Add support for verifying binding signatures.Neal H. Walfield
2018-05-14openpgp: Accept just a primary key as a valid TPK.Neal H. Walfield
2018-05-11openpgp: Add test for the plain Decryptor.Justus Winter
2018-04-26openpgp: Add signature verification support.Neal H. Walfield
2018-04-14openpgp: Add support for OnePassSig packets.Neal H. Walfield
2018-02-28openpgp: Add support for SEIP and MDC packets.Neal H. Walfield
2018-02-02openpgp: Use shorter filenames so that ecryptfs doesn't complainNeal H. Walfield
2018-01-17openpgp: Add parsing and serialization support for SK-ESK packets.Neal H. Walfield
2018-01-14openpgp: Implement hashing.Neal H. Walfield
2018-01-14openpgp: Improve subpacket parsing.Neal H. Walfield
2018-01-10openpgp: Only parse v4 packets.Neal H. Walfield
2018-01-08store: New store module.Justus Winter
2018-01-07openpgp: Add an interface to merge TPKs.Neal H. Walfield
2018-01-04openpgp: Add missing new files from last commit.Neal H. Walfield
2018-01-03openpgp: Fix test case to iterate over all files. Add missing files.Neal H. Walfield