summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-07XXX: Add certificate store support to sq.neal/cert-storeNeal H. Walfield
2023-02-02ipc: Release 0.30.1.ipc/v0.30.1Neal H. Walfield
2023-02-02openpgp: Handle an unexpected EOF in `RawCertParser::next` betterNeal H. Walfield
2023-02-01ipc: Fix the keybox parserNeal H. Walfield
2023-02-01ipc: Release 0.30.0.ipc/v0.30.0Neal H. Walfield
2023-02-01Update release-checklist.mdNeal H. Walfield
2023-02-01openpgp: Avoid creating a Buffered reader when parsing packets.Neal H. Walfield
2023-01-26net: Switch to OpenSSL for DNSSEC validation.Wiktor Kwapisiewicz
2023-01-26CI: Make side-effect-free jobs interruptible.Wiktor Kwapisiewicz
2023-01-23ipc: Only build the Unix Domain Socket emulation code on Windows.Justus Winter
2023-01-23buffered-reader, openpgp: Fix overflow calculating buffer capacitiesJustus Winter
2023-01-22CI: make docker storage driver implicitDevan Carpenter
2023-01-19openpgp: Improve tracing.Justus Winter
2023-01-19CI: use aufs docker storage driverDevan Carpenter
2023-01-19Fix EC curve detection.Wiktor Kwapisiewicz
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