summaryrefslogtreecommitdiffstats
path: root/guide
AgeCommit message (Expand)Author
2020-01-18openpgp: Use Cert::keys instead of Cert::subkeys.Justus Winter
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-07Fix broken links in the documentation.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20openpgp: Move fields from Common to Container.Justus Winter
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: Refine CertBuilder::add_encryption_subkey.Justus Winter
2019-12-04openpgp: Improve example.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.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-25Release 0.12.0.v0.12.0Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-20openpgp: Use the builder pattern for stream::Encryptor.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-15Fix rustc warnings.Leonhard Markert
2019-11-10openpgp: Distinguish bad signatures from those that are not alive.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-09-11openpgp: Move packet::KeyFlags to constants.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-06Release 0.10.0.v0.10.0Justus Winter
2019-09-06openpgp: Rework streaming encryptor.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-07-08Release 0.9.0.v0.9.0Justus Winter
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.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