summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-02-15ci: Deny missing or broken documentation.deny-missing-docsWiktor Kwapisiewicz
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
2022-01-24sq: Fix using multiple keys.Neal H. Walfield
2022-01-24sq: When looking for a User ID, don't require that it be UTF-8.Neal H. Walfield
2022-01-24sq: Remove extraneous debugging output.Neal H. Walfield
2022-01-24sq: Improve the error message if a key is inappropriate.Neal H. Walfield
2022-01-24sq: Add a --time option to sq certify.Neal H. Walfield
2022-01-24sq: Allow specifying the expiration in seconds.Neal H. Walfield
2022-01-24sq: Improve sq inspect's display of certifications.Neal H. Walfield
2022-01-24sq: Add a --creation-time option to sq key generate.Neal H. Walfield
2022-01-21openpgp: Fix parsing and serializing keys on 32-bit time_t systems.Justus Winter
2022-01-20openpgp: Fix decryption of AED messages using SKESK5.Justus Winter
2022-01-20openpgp: Avoid unsafe, undefined behavior.Justus Winter
2022-01-20sq: Implement sq revoke subkey.Neal H. Walfield
2022-01-20sq: Remove redundant predicate.Neal H. Walfield
2022-01-20sq: Improve sq revoke's error messages.Neal H. Walfield
2022-01-20sq: Implement sq revoke userid.Neal H. Walfield
2022-01-20sq: Move revoke's argument parsing into the dispatch function.Neal H. Walfield
2022-01-20sq: Generalize cert_stub.Neal H. Walfield
2022-01-20sq: Move revocation subcommand dispatch to the revoke module.Neal H. Walfield
2022-01-20sq: add scenarios for encrypt/decrypt/sign/verify/certifyLars Wirzenius
2022-01-19sq: add scenarios to verify signing dataLars Wirzenius
2022-01-19sq: add verification scenarios for encryption and decryptionLars Wirzenius
2022-01-19openpgp: Fix crashes in the cleartext signature parser.Justus Winter
2022-01-19openpgp: Fix documentation.Justus Winter
2022-01-19sq: add verification scenarios for armor/dearmorLars Wirzenius
2022-01-19sq: add placeholder scenario for "sq keyring split"Lars Wirzenius
2022-01-19sq: verify that "sq keyring filter" worksLars Wirzenius
2022-01-17sq: add test scenarios for "sq keyring"Lars Wirzenius
2022-01-17sq: move all "sq key" scenarios under a common headingLars Wirzenius
2022-01-17readme: Remove ffi and python bindings.Nora Widdecke
2022-01-17docker: Mention in README.md.Nora Widdecke
2022-01-17docker: Remove python dependencies.Nora Widdecke
2022-01-17docker: Build image and push to gitlab registry.Nora Widdecke
2022-01-14test: verify "sq key extract-cert"Lars Wirzenius
2022-01-14sq: Improve sq inspect's output for revocation certificates.Neal H. Walfield
2022-01-14sq: Make sq certify work with password-protected keys.Neal H. Walfield
2022-01-14test: verify more aspects of key generationLars Wirzenius