summaryrefslogtreecommitdiffstats
path: root/guide
AgeCommit message (Expand)Author
2021-09-30Expand TAB into spacesLars Wirzenius
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-03-02openpgp, autocrypt, guide: Make tests more robust.Justus Winter
2021-01-20Turn missing documentation into a warning in all crates.Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2021-01-19guide: Fix links.Justus Winter
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Correct minimal versions.Nora Widdecke
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-10-22openpgp: Select only supported encryption-capable keys.Justus Winter
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14sq: Rename module to 'sequoia-sq'.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-08-21Release 0.19.0.v0.19.0Justus Winter
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-11guide: Don't refer to a fixed version of Sequoia.Justus Winter
2020-06-11guide: Drop obsolete reference to armored!.Justus Winter
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-13openpgp: Convert from ValidKeyAmalgamation for Recipient.Justus Winter
2020-05-13openpgp: Avoid constructing vectors of recipients.Justus Winter
2020-05-13openpgp: Make Encryptor::for_recipients polymorphic.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-08guide: Fix documentation.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-03openpgp: Unawkwardify the streaming encryptor.Justus Winter
2020-04-03openpgp: Convert `Message::from_packet_pile` to `TryFrom<PacketPile>`Wiktor Kwapisiewicz
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-04Release 0.15.0.v0.15.0Justus 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-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus 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-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-18openpgp: Add KeyIter::{components,subkeys}, make subkeys() private.Justus Winter