summaryrefslogtreecommitdiffstats
path: root/tool/tests
AgeCommit message (Expand)Author
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
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-04openpgp: Rename KeyIter filters.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-19openpgp: Use the builder pattern for stream::Compressor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::LiteralWriter.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-02openpgp: Make compression level configurable.Justus Winter
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-05-15tool: Fix test.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-05openpgp: Drop openpgp::Reader.Justus Winter
2018-11-26sqv: Move sqv into a new crate.Justus Winter
2018-11-26tool: Implement verification of detached sigs.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-09-24tool: Implement notarization of messages.Justus Winter
2018-09-24tool: Implement appending notarizations.Justus Winter
2018-09-20tool: Fix test.Justus Winter
2018-09-20tool: Implement adding signatures to signed messages.Justus Winter
2018-09-20tool: Implement appending signatures to detached signatures.Justus Winter
2018-09-19tool: Add test for sq sign.Justus Winter
2018-09-06tool: Fix test.Justus Winter
2018-08-27tool: Ignore multiple signatures from the same TPK by default.Justus Winter
2018-08-27tool: Ignore duplicate signatures in sqv.Justus Winter
2018-08-14tool: Implement sqv --not-before and --not-after.Justus Winter
2018-06-28tool: Add a test for the bug fixed in 1d63e71.Neal H. Walfield