summaryrefslogtreecommitdiffstats
path: root/guide/src/chapter_01.md
AgeCommit message (Expand)Author
2021-01-19guide: Fix links.Justus Winter
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-10-22openpgp: Select only supported encryption-capable keys.Justus Winter
2020-09-21guide: Call all layers of the message `message`.Wiktor Kwapisiewicz
2020-09-21guide: Add missing dyn to trait objects.Wiktor Kwapisiewicz
2020-09-21guide: Convert unwraps to use the try operator.Wiktor Kwapisiewicz
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-04-08guide: Fix documentation.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.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-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
2020-01-10openpgp: Prefer consuming MessageStructure's to referencing them.Neal H. Walfield
2020-01-10openpgp: Pass MessageStructure by value, not reference.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-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-04openpgp: Rename KeyIter filters.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.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-11-10openpgp: Distinguish bad signatures from those that are not alive.Neal H. Walfield
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-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-02openpgp: Improve the VerificationHelper protocol.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
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-07guide: New crate.Justus Winter