summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-01-14docs: add section on the testing approach for sqLars Wirzenius
2022-01-14sq: Implement sq revoke certificate.Neal H. Walfield
2022-01-13sq: Refactor helper function.Neal H. Walfield
2022-01-13sq: Change function to also take a reference.Neal H. Walfield
2022-01-12Disable a number of clippy's lints.Neal H. Walfield
2022-01-12ci: DRY out .gitlab-ci.yml.Neal H. Walfield
2022-01-12ci: Set flags in .cargo/config.toml, not in .gitlab-ci.yml.Neal H. Walfield
2022-01-12net: Fix link.Neal H. Walfield
2022-01-12buffered-reader, ipc: Fix documentation typo.Neal H. Walfield
2022-01-11openpgp: Add convenience Decryptor implementations for Box.Wiktor Kwapisiewicz
2022-01-10openpgp: Generalize test.Justus Winter
2022-01-10openpgp: Remove redundant cipher op parameter.Justus Winter
2022-01-10openpgp: Fix typo.Justus Winter
2022-01-10openpgp: Deduplicate code parsing fingerprints.Justus Winter
2022-01-10pks: Fix "capability" parameter not being appended.Wiktor Kwapisiewicz
2022-01-06openpgp: Generalize test to all curves.Justus Winter
2022-01-06openpgp: Improve documentation.Justus Winter
2022-01-06openpgp: Exhaustively handle curves in MPI::decode_point_common.Justus Winter
2022-01-06openpgp: Improve S2K::is_supported.Justus Winter
2022-01-03ipc: Fix crate documentation.Alexander Kjäll
2022-01-03sq: Add missing test vectors.Justus Winter
2022-01-03sq: Fix LICENSE.txt.Justus Winter
2021-12-31pks: Use appropriate Error objects instead of raw strings.Wiktor Kwapisiewicz
2021-12-31pks: Return correct acceptable hashes for the remote signer.Wiktor Kwapisiewicz
2021-12-31openpgp: Add ability to restrict hash algorithms for signing.Wiktor Kwapisiewicz