summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
AgeCommit message (Expand)Author
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-10openpgp: Make fields of packet::Header private.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-08-30openpgp: Implement message padding.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Rename SubkeyBinding to KeyBinding.Neal H. Walfield
2019-08-20openpgp: Make choice of AEAD algorithm explicit.Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-24openpgp, tool: Fix decryption.Justus Winter
2019-06-01openpgp: Simplify examples.Justus Winter
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
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