summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-12sq: Support CipherSuite::Cv448.justus/openpgp-next-cv448Justus Winter
2023-01-12WIP: openpgp: Implement support for X448 and Ed448 on Nettle.Justus Winter
2023-01-12openpgp: Add constants for Ed448 and Cv448.Justus Winter
2023-01-12openpgp: Add MPI conversion functions for native octet strings.Justus Winter
2023-01-11net: Release 0.26.0.net/v0.26.0Justus Winter
2023-01-11autocrypt: Release 0.25.0.autocrypt/v0.25.0Justus Winter
2023-01-11sq: Feature cleanup, add new cryptographic backends.Justus Winter
2023-01-07ipc: Make gnupg::KeyPair usable in async contexts.Justus Winter
2023-01-06openpgp: Release v1.13.0.openpgp/v1.13.0Neal H. Walfield
2023-01-06buffered-reader: Release 1.1.4.buffered-reader/v1.1.4Neal H. Walfield
2023-01-06ci: Use images from our docker registry.Justus Winter
2023-01-06ci: Remove the Arm64 jobs as we don't have such a machine anymore.Justus Winter
2023-01-06openpgp: Add convenient accessor functions to RawCert.Neal H. Walfield
2023-01-06openpgp: Split certificates without parsing the packets.Neal H. Walfield
2023-01-06openpgp: When a packet source returns an error, don't assume EOF.Neal H. Walfield
2023-01-06openpgp: Don't wait for EOF to return a queued error.Neal H. Walfield
2023-01-06openpgp: Better handle multiple errors.Neal H. Walfield
2023-01-06openpgp: Fix PacketParser to return the packet preceding any junk.Neal H. Walfield
2023-01-06openpgp: KeyringValidator::push should allow unknown packages.Neal H. Walfield
2023-01-06openpgp: Improve tracing output.Neal H. Walfield
2023-01-06openpgp: Reduce debug output.Neal H. Walfield
2023-01-06openpgp: Make PacketParser::plausible_cert more generic.Neal H. Walfield
2023-01-06openpgp: Remove unused field.Neal H. Walfield
2023-01-06openpgp: Update NEWS regarding the OpenSSL backend.Neal H. Walfield
2023-01-06openpgp: Add missing NEWS for 1.12.0.Neal H. Walfield
2023-01-06buffered-reader, openpgp: Change the default buffer size.Neal H. Walfield
2023-01-06buffered-reader, openpgp: Fix buffering.Neal H. Walfield
2023-01-06buffered-reader: Set the buffer size using an environment variableNeal H. Walfield
2023-01-06openpgp: Fix typos found by codespellDimitri Papadopoulos
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-12-23ipc: Bump clap to 3.Justus Winter
2022-12-22openpgp: Add OpenSSL cryptographic backend.Wiktor Kwapisiewicz
2022-12-21openpgp: Check for supported AEAD ciphersuite in tests.Wiktor Kwapisiewicz
2022-12-21openpgp: Add tests for correct ordering of Ed/Cv25519.Wiktor Kwapisiewicz
2022-12-21openpgp: Adjust test suite to filter out unsupported AEAD algorithms.Wiktor Kwapisiewicz
2022-12-21openpgp: Adjust error messages on decryption failures.Wiktor Kwapisiewicz
2022-12-21openpgp: Make AEAD interface functions fallible.Wiktor Kwapisiewicz
2022-12-21openpgp: Change `decrypt` into `decrypt_verify`.Wiktor Kwapisiewicz
2022-12-21openpgp: Add tests for SKESK5::decrypt.Wiktor Kwapisiewicz
2022-12-16sq: Use std::time::Duration globally in sq/src/commands/inspectDavid Runge
2022-12-16sq: Add --time option to sq inspectDavid Runge
2022-12-13openpgp: Release 1.12.0.openpgp/v1.12.0Neal H. Walfield
2022-12-13openpgp: Fix dependency on base64.Heiko Schaefer
2022-12-12openpgp: Fix how text signatures are hashed.Neal H. Walfield
2022-12-12openpgp: Make hash_update_text more idomatic.Neal H. Walfield
2022-12-11openpgp: Don't implement traits that can just as well be derived.Neal H. Walfield
2022-12-11openpgp: Move HashingMode.Neal H. Walfield
2022-12-07ipc: Rework Agent::sign using async fn.Justus Winter
2022-12-07ipc: Rework Agent::decrypt using async fn.Justus Winter