summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-14cng: Replace cng with x25519-dalek for ECDH decryption.wiktor-k/fix-windows-25519-decryptionWiktor Kwapisiewicz
2021-05-14openpgp: Add test case for reproducing ed25519 decryption bug.Wiktor Kwapisiewicz
2021-05-12openpgp: Implement TryFrom<SignatureBuilder> for more types.Wiktor Kwapisiewicz
2021-05-10openpgp: Implement TryFrom<SignatureBuilder> for cert::*RevocationBuilder.Wiktor Kwapisiewicz
2021-05-03openpgp: Make CertBuilder's binding signatures customizable.Justus Winter
2021-04-30openpgp: Rework signature creation.Justus Winter
2021-04-30openpgp: Reuse the signer.Justus Winter
2021-04-30openpgp: Drop features subpacket from subkey binding signatures.Justus Winter
2021-04-30openpgp: Simplify code.Justus Winter
2021-04-29openpgp: Simplify constructor.Justus Winter
2021-04-29openpgp: Fix error message wording on policy rejection.Wiktor Kwapisiewicz
2021-04-28sq: Implement sq key password.Justus Winter
2021-04-28openpgp: Implement Encryptor::with_session_key.Justus Winter
2021-04-28openpgp: Fix documentation.Justus Winter
2021-04-28openpgp: Improve example.Justus Winter
2021-04-28openpgp: Simplify code.Justus Winter
2021-04-27ci: Run tests on 32-bit MSVC windows.Nora Widdecke
2021-04-26openpgp: Add high-level interface for attested certifications.Justus Winter
2021-04-26openpgp: Implement ComponentBundle::attestations, improve example.Justus Winter
2021-04-26openpgp: Make SignatureBuilder::pre_sign public.Justus Winter
2021-04-26openpgp: New constant SubpacketAreas::MAX_SIZE.Justus Winter
2021-04-26openpgp: Expose low-level functions for attestation key signatures.Justus Winter
2021-04-26openpgp: Improve tracing.Justus Winter
2021-04-26openpgp: Expose support for attested certifications.Justus Winter
2021-04-26sq: Improve dumping of unknown variants.Justus Winter
2021-04-22make: Hide Makefile to avoid confusion.Jonas Bernoulli
2021-04-22doc: Add instructions on building and running sqv.Wiktor Kwapisiewicz
2021-04-22doc: Add instructions on using Docker to build sq.Wiktor Kwapisiewicz
2021-04-22docker: Ignore documentation when building the image.Wiktor Kwapisiewicz
2021-04-20ci: Use current stable rust version.Nora Widdecke
2021-04-20openpgp: Fix some more links.Justus Winter
2021-04-20openpgp: Fix links to draft spec.Justus Winter
2021-04-20bench: Fix benchmark id for decrypt_message.Nora Widdecke
2021-04-20bench: Improve usage description.Nora Widdecke
2021-04-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-20docker: Fix building on latest main.Wiktor Kwapisiewicz
2021-04-20Add a Dockerfile to build Docker images of Sequoia.Antoine Beaupré
2021-04-16ipc: Don't abort if the curve parameter is unknown, fail.Neal H. Walfield
2021-04-16doc: Use ordered list.Nora Widdecke
2021-04-16doc: Add manpage creation to release checklist.Nora Widdecke
2021-04-13bench, ci: Run benchmark functions as tests.Nora Widdecke
2021-04-13bench, ci: Add benchmarking CI job.Nora Widdecke
2021-04-13bench: Add readme.Nora Widdecke
2021-04-13bench: Restructure.Nora Widdecke
2021-04-13bench: Add verify benchmark.Nora Widdecke
2021-04-13bench: Add sign benchmark.Nora Widdecke
2021-04-13bench: Add encrypt+sign and decrypt+verify.Nora Widdecke
2021-04-13bench: Add decrypt benchmark.Nora Widdecke
2021-04-13bench: Add encrypt benchmark.Nora Widdecke
2021-04-13bench: Add benchmark generate_certs.Nora Widdecke