summaryrefslogtreecommitdiffstats
path: root/ipc/examples/gpg-agent-sign.rs
AgeCommit message (Expand)Author
2022-04-21ipc: Provide a password prompt to pinentry.Justus Winter
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-03-31ipc: Simplify error handling in examples.Wiktor Kwapisiewicz
2021-03-24ipc: Fix armoring in the gpg-agent-sign example.Wiktor Kwapisiewicz
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.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-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-04openpgp: Rename KeyIter filters.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.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-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26ipc: GnuPG RPC support.Justus Winter