summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
AgeCommit message (Expand)Author
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-07openpgp: Make PacketParser's header field private.Justus Winter
2018-12-07openpgp: Add new example.Justus Winter
2018-12-05openpgp: Drop openpgp::Reader.Justus Winter
2018-11-26openpgp: Update examples.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-16openpgp: Improve example.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-16openpgp: Improve examples.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-28openpgp: Add and use a type holding session keys.Justus Winter
2018-09-17openpgp: Simplify example.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-08-29openpgp: Make the keys() iterator more useful.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-24openpgp: Make struct PKESK opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Key opaque, add getters and setters.Justus Winter
2018-08-22openpgp: Implement proper handling of nested signatures.Justus Winter
2018-08-22openpgp: Fix comment.Justus Winter
2018-08-14openpgp: Make armor parsing more robust.Justus Winter
2018-08-14openpgp: Typos.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-20openpgp: Rename finalize{,_all} to finalize{_one,}.Justus Winter
2018-07-20openpgp: Improve example.Justus Winter
2018-07-11openpgp: Fix typo.Neal H. Walfield
2018-07-10openpgp: Add and use a type for the literal data packet's format.Justus Winter
2018-07-10openpgp: Use broken-down time in the literal data packet.Justus Winter
2018-07-06openpgp: Extend example to allow selection of encryption mode.Justus Winter
2018-07-05openpgp: Add simple decryption example.Justus Winter
2018-07-04openpgp: Hide the `writer::Stackable` trait.Justus Winter
2018-07-02openpgp: Implement detached signature generation in the Signer.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-29openpgp: Implement signing.Justus Winter
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-05-31openpgp: Add example computing statistics over packets.Justus Winter
2018-05-31openpgp: Improve and document encryption example.Justus Winter
2018-05-29openpgp: Add asymmetric encryption example.Justus Winter