summaryrefslogtreecommitdiffstats
path: root/sqv/tests
AgeCommit message (Expand)Author
2020-12-01openpgp: take ownership of Features bitfieldAzul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-12-01openpgp: Allow using `None` to indicate signer's key should be used as the `k...Wiktor Kwapisiewicz
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
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-02-06sqv: Print fingerprints and keyids without whitespace.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: Refine CertBuilder::add_encryption_subkey.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-04openpgp: Rename KeyIter filters.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-11-21openpgp: Replace time crate with std::time.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: ensure keys are signing capable before verifying sigsKai Michaelis
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
2018-11-26sqv: Fix tests.Justus Winter
2018-11-26sqv: Move sqv into a new crate.Justus Winter