summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-09-08openpgp: Release 1.3.1.openpgp/v1.3.1Justus Winter
2021-09-08openpgp: Constrain AEAD chunk sizes.Justus Winter
2021-09-08openpgp: Fix NEWS.Justus Winter
2021-09-08fix: drop unnecessary and to-be-invalid #[doc] attributesLars Wirzenius
2021-08-19ci: Use rust 1.54.0 on 32-bit windows.Nora Widdecke
2021-08-19ci: Use cross-compilation for 32-bit windows.Nora Widdecke
2021-08-19ci: Mark arm64 jobs manual.Nora Widdecke
2021-06-10ci: Disable arm64 jobs for forks.Nora Widdecke
2021-06-07openpgp: Release 1.3.0.openpgp/v1.3.0Justus Winter
2021-06-07openpgp: Drop workaround now that we depend on nettle 7.0.2.Justus Winter
2021-06-07openpgp: Add tests for crashes in Nettle, see CVE-2021-3580.Justus Winter
2021-06-07openpgp: Bump version of nettle to 7.0.2.Justus Winter
2021-06-07openpgp: Check that generated cv25519 keys are properly clamped.Justus Winter
2021-06-07openpgp: Add decryption test vectors.Justus Winter
2021-06-07openpgp: Clamp cv25519 secrets for use with CNG.Justus Winter
2021-06-04openpgp-ffi: Implement pgp_writer_alloc_with_capacity.Justus Winter
2021-06-04openpgp-ffi: Optimize pgp_writer_alloc.Justus Winter
2021-05-27openpgp: Fix crash.Justus Winter
2021-05-26openpgp: Fix typo.Justus Winter
2021-05-20openpgp: Fix CertParser to return errors in the right order.Neal H. Walfield
2021-05-20openpgp: Add missing news item.Neal H. Walfield
2021-05-19openpgp: Improve Cert::insert_packets.Neal H. Walfield
2021-05-17openpgp: Mention Key4::new in struct documentationRobin Krahl
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