summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
AgeCommit message (Expand)Author
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2021-12-31openpgp: Add ability to restrict hash algorithms for signing.Wiktor Kwapisiewicz
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-03openpgp: Reuse crypto::symmetric::Decryptor's ciphertext buffer.Justus Winter
2021-10-25openpgp: Fix trailing semicolon in macro warning.Nora Widdecke
2021-08-27openpgp: Fix grammar and typesetting.Justus Winter
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-01-08openpgp: Add regex support.Neal H. Walfield
2020-12-14openpgp: Add custom logo and favicon to the documentation.Justus Winter
2020-12-14openpgp: Drop the doc-hack in favor of doc(inline).Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-01openpgp: Don't mention the unreleased sequoia-core.Justus Winter
2020-11-24openpgp: Assert that Error is Send + Sync.Justus Winter
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-26openpgp: seal the Preferences traitAzul
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-08-13openpgp: Allow compiling with other crypto backendsIgor Matuszewski
2020-06-04openpgp: Typo.Justus Winter
2020-04-30openpgp: Make Error implement Eq.Justus Winter
2020-04-16openpgp: Add version constant.Justus Winter
2020-04-06openpgp: Introduce (mandatory, for now) crypto-nettle feature flagIgor Matuszewski
2020-03-31openpgp: Remove explicit extern cratesIgor Matuszewski
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-31openpgp: Move definition of enum Packet.Justus Winter
2020-03-31openpgp: Move definition of struct Message.Justus Winter
2020-03-31openpgp: Move definition of struct Fingerprint.Justus Winter
2020-03-31openpgp: Move definition of struct KeyID.Justus Winter
2020-03-31openpgp: Move definition of struct PacketPile.Justus Winter
2020-03-30openpgp: Express Packet::kind more concisely.Justus Winter
2020-03-27openpgp: Improve policy violation wording.Justus Winter
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-27openpgp: Format timestamps in error messages.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-03openpgp: Update documentation.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-02-26openpgp: Improve documentation.Neal H. Walfield
2020-02-20openpgp: Improve assert_match!.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-09openpgp: Add new error, PolicyViolation.Neal H. Walfield
2020-02-06autocrypt: New crate.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-24openpgp: Optimize drop(Vec<u8>::drain(..n)) in debug mode.Justus Winter
2020-01-14openpgp: Rework stream verification logic.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-02openpgp: Mark enum Error non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter