summaryrefslogtreecommitdiffstats
path: root/sqv
AgeCommit message (Expand)Author
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20sq, sqv: Relax dependency on colored.Daniel Kahn Gillmor
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Pin dependencies to keep our MSRV stable.Justus Winter
2020-02-06sqv: Rename flag --trace to --verbose.Justus Winter
2020-02-06sqv: Print fingerprints and keyids without whitespace.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-18sqv: Drop data more idiomatically.Neal H. Walfield
2020-01-18sqv: Rewrite to use the streaming verifier.Neal H. Walfield
2020-01-17tool: Add an option to specify the signing time.Neal H. Walfield
2020-01-17sqv: Relax test.Justus Winter
2020-01-16openpgp: Return Result<()> from Signature::verify*.Justus Winter
2020-01-13openpgp: Change KeyHandle's PartialOrd and PartialEq implementations.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-03openpgp: Rename hash_file to hash_reader, improve documentation.Justus Winter
2020-01-03openpgp: Simplify crypto::hash_file.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-17openpgp: Make Subpacket own the data.Justus Winter
2019-12-16sqv: Clarify that we expect ISO 8601 timestamps.Daniel Kahn Gillmor
2019-12-16sqv: Support more variants of ISO 6801 timestamps.Justus Winter
2019-12-16openpgp: Fix terminology.Justus Winter
2019-12-13sqv: Improve tests.Justus Winter
2019-12-13sqv: Check that subkeys are live at the sig's creation time.Justus Winter
2019-12-13openpgp: Make Signature4::set_computed_hash private.Justus Winter
2019-12-13openpgp: Remove hash algorithm from computed hash.Justus Winter
2019-12-13sqv: Fix test cases.Justus Winter
2019-12-11sqv: Improve certificate handling.Justus Winter
2019-12-11sqv: Use expect.Justus Winter
2019-12-11sqv: Ignore marker packets.Justus Winter
2019-12-05sqv: Indicate that sqv is for OpenPGP signatures in description.Daniel Kahn Gillmor
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-25Release 0.12.0.v0.12.0Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-09-18openpgp: Change TPK::primary to return the key and not the bindingNeal H. Walfield
2019-09-17openpgp: Rename TPK::revocation_status to TPK::revoked.Neal H. Walfield