summaryrefslogtreecommitdiffstats
path: root/tool/tests
AgeCommit message (Expand)Author
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