summaryrefslogtreecommitdiffstats
path: root/sqv/tests/revoked-key.rs
AgeCommit message (Expand)Author
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-06sqv: Improve test.Justus Winter
2020-06-30openpgp: A direct key signature can be made by a third party.Neal H. Walfield
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-04-28openpgp: Simplify Cert::try_from conversions from packets.Wiktor Kwapisiewicz
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-02-06sqv: Rename flag --trace to --verbose.Justus Winter
2020-01-17sqv: Relax test.Justus Winter
2019-12-16openpgp: Fix terminology.Justus Winter
2019-12-13sqv: Improve tests.Justus Winter
2019-12-13sqv: Fix test cases.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-09-17openpgp: Fix TPK and TPK component revocation handling.Neal H. Walfield
2019-02-17openpgp: Implement From<Vec<Packets>> for PacketPile.Justus Winter
2019-02-12openpgp: Rename conversion function.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2019-01-18sqv: fix sqv revocation test case.Kai Michaelis
2019-01-17sqv: check if a key wasn't revoked at signature ctime.Kai Michaelis