summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-02-21sq: Release 0.28.0.sq/v0.28.0Justus Winter
2023-02-21sq: Fix usage generation.Justus Winter
2023-02-21sq: Avoid deprecated chrono interfaces.Justus Winter
2023-02-17sq: Update manpages.Justus Winter
2023-02-17sq: Fix features.Justus Winter
2023-02-17openpgp: Add streaming decryptor tests using passwords.Justus Winter
2023-02-16openpgp: Fix salt generation in impl Arbitrary for S2K.Justus Winter
2023-02-16openpgp: Enable test.Justus Winter
2023-02-16openpgp: Fix documentation.Justus Winter
2023-02-15openpgp: Don't check subpacket area length when parsing.Justus Winter
2023-02-15CI: Add OpenSSL backend test on old Fedora.Wiktor Kwapisiewicz
2023-02-14openpgp: Fix hash algorithm detection.Wiktor Kwapisiewicz
2023-02-13doc: Suggest using `default` feature of `sequoia_openpgp`.Wiktor Kwapisiewicz
2023-02-10openpgp: Optimize writing KeyIDs using Formatter API.Wiktor Kwapisiewicz
2023-02-10openpgp: Optimize writing Fingerprints using Formatter API.Wiktor Kwapisiewicz
2023-02-04openpgp: Fix typo.Heiko Schaefer
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