summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2021-07-16openpgp: Fix and improve documentation.Justus Winter
2021-07-16openpgp: Add missing ValidAmalgamation::revocation_keys.Justus Winter
2021-07-16openpgp: Add missing ValidCert::revocation_keys.Justus Winter
2021-07-09openpgp: Fix CertParser::reset.Nora Widdecke
2021-07-08cert: support policy_uri subpacketEli Flanagan
2021-06-28openpgp: Fix classification of unknown public key algorithms.Justus Winter
2021-06-28openpgp: Fix example.Justus Winter
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-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-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-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-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-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