summaryrefslogtreecommitdiffstats
path: root/tool/src/sq.rs
AgeCommit message (Expand)Author
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-04-21sq: Use the new armoring filter.Justus Winter
2020-04-21sq: Rework recipient handling.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-18tool: Add `--known-notation` option to `sq`Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-06autocrypt: New crate.Justus Winter
2020-02-05sq: Fix handling of armored writers.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-22openpgp: Rework default component lookup functions.Justus Winter
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-17tool: Add an option to specify the signing time.Neal H. Walfield
2019-12-12tool: Prefer crossterm library over termsize.Igor Matuszewski
2019-12-06tool: Add packet decrypt that unwraps encryption containers.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.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-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-18store: Rename store::Pool to Store.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter
2019-09-11openpgp: Move packet::KeyFlags to constants.Justus Winter
2019-09-09tool: Rework 'sq wkd generate's argument handling.Justus Winter
2019-09-09tool: Avoid copy.Justus Winter
2019-09-09net: Introduce enum wkd::Variant.Justus Winter
2019-09-09net: Rework WKD building, insert one TPK at a time.Justus Winter
2019-09-09tool: Add 'wkd generate' subcommand.juga
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-02tool: Implement compression and padding.Justus Winter
2019-08-27tool: Add 'sq packet join', the inverse to split.Justus Winter
2019-08-27tool: Refactor armor kind parsing.Justus Winter
2019-08-26tool: Annotate TPKs returned from WKD queries.Justus Winter
2019-08-26tool: Annotate TPKs retrieved from keyservers.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-18openpgp: Move tpk::armor::Encoder to serialize, add constructor.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08tool: Hand the target width to the dump function.Justus Winter
2019-06-19net: Replace or remove commentsjuga
2019-06-11tool: Add headers to exported enarmored TPKsjuga