summaryrefslogtreecommitdiffstats
path: root/autocrypt
AgeCommit message (Expand)Author
2023-10-11openpgp: Add non-allocating accessors for parsed User ID components.Justus Winter
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-06-14openpgp: Deprecate `Packet::MDC` variant.Wiktor Kwapisiewicz
2023-05-19autocrypt: Release 0.25.1.autocrypt/v0.25.1Neal H. Walfield
2023-05-16autocrypt: Upgrade base64.Neal H. Walfield
2023-05-12autocrypt: Account for multi-byte characters when parsing a string.Neal H. Walfield
2023-05-12autocrypt: Don't use a callback where a constant will do.Neal H. Walfield
2023-05-12autocrypt: Refactor to avoid unnecessary unwraps and panics.Neal H. Walfield
2023-01-11autocrypt: Release 0.25.0.autocrypt/v0.25.0Justus Winter
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-10-07autocrypt: use a char instead of a string with one characterHeiko Schaefer
2022-06-09openpgp: Rename PacketParser::{set_,}encrypted to processed.Wiktor Kwapisiewicz
2022-05-06autocrypt, net: openpgp: Rewrite all usages of `Reader::new`.Wiktor Kwapisiewicz
2021-12-06autocrypt: Release 0.24.0.autocrypt/v0.24.0Justus Winter
2021-11-29Drop unnecessary lifetime annotations.Nora Widdecke
2021-11-29Remove unnecessary slicing.Nora Widdecke
2021-10-18Relicense to LGPL 2.0 or later.Neal H. Walfield
2021-09-30Use strip_{prefix,suffix} for code that's easier to followLars Wirzenius
2021-09-30Avoid naming field setting it from variable of the same nameLars Wirzenius
2021-09-30Simplify &foo == &bar into foo == barLars Wirzenius
2021-09-30Use a clearer and shorter += or /= operationLars Wirzenius
2021-08-27autocrypt: Fix crash the autocrypt header parser.Nora Widdecke
2021-04-13bench: Disable libtest benchmark harness.Nora Widdecke
2021-04-12Include LICENSE.txt in all published cratesFabio Valentini
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-03-08autocrypt: Release 0.23.1.autocrypt/v0.23.1Justus Winter
2021-03-02openpgp, autocrypt, guide: Make tests more robust.Justus Winter
2021-01-26autocrypt: Include at least one user id in cleaned certs.Justus Winter
2021-01-21autocrypt: Release 0.23.0.autocrypt/v0.23.0Justus Winter
2021-01-20Turn missing documentation into a warning in all crates.Justus Winter
2021-01-20autocrypt, ipc: Add missing documentation.Justus Winter
2021-01-20Add branding to all crates.Justus Winter
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-28autocrypt: do not implement openpgp::serialize traitsAzul
2020-11-26openpgp: Add a lifetime to CertBuilder.Justus Winter
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14openpgp, autocrypt: Port to base64 0.13.Justus Winter
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski