summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
AgeCommit message (Expand)Author
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-04openpgp: Avoid key.fingerprint.to_keyid()Neal H. Walfield
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-03-26tool: Read passwords from the tty.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-18openpgp: Add a new example.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-15guide: New chapter about message signing and verification.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-04openpgp: Collect Signature Subpacket statistics.Justus Winter
2019-03-04openpgp: Only print signature stats if we saw some.Justus Winter
2019-02-20openpgp: Collect statistics over user attribute subpackets.Justus Winter
2019-02-20openpgp: Improve statistics.Justus Winter
2019-02-20openpgp: Parse more than one file.Justus Winter
2019-02-20openpgp: Update build instructions.Justus Winter
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
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