summaryrefslogtreecommitdiffstats
path: root/openpgp/tests/data
AgeCommit message (Expand)Author
2020-10-06Remove top-level sequoia packageIgor Matuszewski
2020-08-17openpgp: Move crypto::Keygrip to the ipc crate.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-08-07openpgp: Check that primary key binding signatures are alive.Justus Winter
2020-08-07openpgp: Apply the policy to primary key binding signatures.Justus Winter
2020-07-15openpgp: Gracefully handle malformed notation names.Justus Winter
2020-06-05openpgp: Fix parsing.Justus Winter
2020-04-30openpgp: Improve documentation of the parse module.Justus Winter
2020-04-27openpgp: Fix tests when building without compression support.Justus Winter
2020-04-15openpgp: We don't throw away components with no self signaturesNeal H. Walfield
2020-03-31openpgp: Implement Preferences for ValidCert.Neal H. Walfield
2020-03-10openpgp: Fix keygrip computation.Justus Winter
2020-02-19openpgp: Add test.Justus Winter
2020-02-11openpgp: Enable weak hash algorithms.Justus Winter
2020-02-07openpgp: Conclude this patch series.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-02-05openpgp: Fix handling of unknown components during canonicalization.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-18spell "detached" correctlyDaniel Kahn Gillmor
2019-11-01openpgp: Fix Transform::read_helper.Neal H. Walfield
2019-10-09openpgp: Attempt to cope with prefixed armored blocks.Daniel Silverstone
2019-09-17openpgp: Add function TPK::primary_userid.Neal H. Walfield
2019-09-17openpgp: Fix TPK and TPK component revocation handling.Neal H. Walfield
2019-08-29openpgp: Add test vector.Justus Winter
2019-06-11openpgp: Convert signature s-expressions to mpis::Signature.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-04-05openpgp: New test key.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