summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-12xxx no more crc24 in rfc9760justus/openpgp-next-hkdfJustus Winter
2023-01-12improve test vector extractionJustus Winter
2023-01-12extract test vector on decryptionJustus Winter
2023-01-12WIP: openpgp: Implement SKESKv5 from the crypto refresh.Justus Winter
2023-01-12fixup! wip: very rough padding packet supportJustus Winter
2023-01-12XXX create test vectorsJustus Winter
2023-01-12openpgp: SEIPv2. XXXJustus Winter
2023-01-12openpgp: Use HKDF in the SKESKv5 to provide key separation.Justus Winter
2023-01-12openpgp: Add key derivation function. XXX: currently nettle onlyJustus Winter
2023-01-12openpgp: Fix documentation.Justus Winter
2023-01-12wip: very rough padding packet supportJustus Winter
2023-01-12WIP: openpgp: Implement OCB mode.Justus Winter
2023-01-12openpgp: Implement GCM mode.Justus Winter
2023-01-12openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2023-01-12openpgp: New function Packet::version.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