summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-02wip: very rough padding packet supportjustus/openpgp-next-paddingJustus Winter
2022-03-02xxx i think that this is too strong: there could be other reasonsJustus Winter
2022-03-02WIP: openpgp: Implement OCB mode.Justus Winter
2022-03-02openpgp: Implement GCM mode.Justus Winter
2022-03-02openpgp: Explicit SEIP packet version in the message parser.Justus Winter
2022-03-02openpgp: New function Packet::version.Justus Winter
2022-03-02sq: Release 0.26.0.sq/v0.26.0Justus Winter
2022-03-02openpgp: Open NEWS entry for 1.9.0.Justus Winter
2022-03-02openpgp: Release 1.8.0.openpgp/v1.8.0Justus Winter
2022-03-02openpgp: Disable doctest if padding is not available.Justus Winter
2022-03-02openpgp: Fix test.Justus Winter
2022-03-02openpgp: Fix warnings when building without compression features.Justus Winter
2022-03-02openpgp: Fix test failure if compression features are disabled.Justus Winter
2022-03-01openpgp: Improve documentation regarding certificate expiry.Justus Winter
2022-03-01sq: fix requirement for bad signature to be _no_ outputLars Wirzenius
2022-02-28sq: Make test more robust.Justus Winter
2022-02-28openpgp: Improve tracing.Justus Winter
2022-02-28openpgp: Fix primary key flags handling.Justus Winter
2022-02-25openpgp: Improve documentation.Justus Winter
2022-02-25openpgp: Improve error messages regarding expiration.Justus Winter
2022-02-25sq: Use only assert_cmd.Nora Widdecke
2022-02-25ipc,net: Update rand dependency to 0.8Nora Widdecke
2022-02-24sq,ci: Test all feature combinations.Nora Widdecke
2022-02-24sq: Clarify default features.Nora Widdecke
2022-02-24sq: Make the net feature mandatory.Nora Widdecke
2022-02-24sq: Make the compression-deflate feature mandatory.Nora Widdecke
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Generalize fingerprint serialization.Justus Winter
2022-02-22openpgp: Generalize fingerprint formatting.Justus Winter
2022-02-22openpgp: Fix decrypting SKESK4 packets, simple S2K, no ESK.Justus Winter
2022-02-22openpgp: Fix emitting multiple signatures.Justus Winter
2022-02-22openpgp: Update NEWS, fix documentation.Justus Winter
2022-02-16sq: Implement sq keyring filter --handle.Justus Winter
2022-02-16openpgp: Fix verifying cleartext signed messages with multiple sigs.Justus Winter
2022-02-15openpgp: Fallible conversion to GenericArray references.Justus Winter
2022-02-15openpgp: Fix crash converting nonce slices to arrays.Justus Winter
2022-02-15openpgp: Skip test if algorithm is not supported.Justus Winter
2022-02-15openpgp: Use unique keys for memory encryption.Justus Winter
2022-02-14openpgp: Decouple mem::Encrypted from OpenPGP's AEAD mechanism.Justus Winter
2022-02-14openpgp: Refactor AEAD encryption and decryption.Justus Winter
2022-02-08openpgp: Fix test.Justus Winter
2022-02-03sq: improve subplot scenario on how to extract cert to fileLars Wirzenius
2022-02-02doc: Update IRC network used by Sequoia PGP.Wiktor Kwapisiewicz
2022-02-01sq: improve Subplot scenario for "sq keyring join"Lars Wirzenius
2022-01-28ci: Fix comment on refs trigger.Wiktor Kwapisiewicz
2022-01-27ci: Cross-compile to arm and run via qemu.Justus Winter
2022-01-27openpgp: Make the test even less timing-sensitive.Justus Winter
2022-01-27openpgp: Make test less timing-sensitive.Justus Winter
2022-01-25ci: Add config snippet for ARM cross compile.Nora Widdecke
2022-01-24sq: Simplify test.Neal H. Walfield