summaryrefslogtreecommitdiffstats
path: root/openpgp/src
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-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: 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-20openpgp: Fix CertParser to return errors in the right order.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: 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-20lint: Remove unnecessary trailing semicolons.Nora Widdecke
2021-04-09openpgp: Fix link.Justus Winter
2021-04-09Lint: Remove redundant clone().Nora Widdecke
2021-04-09Lint: Use char for single characters.Nora Widdecke
2021-04-09Lint: Use get() instead of iter().next().Nora Widdecke
2021-04-09Lint: Do not .clone a Copy type.Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2021-04-09Lint: Remove redundant returns.Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove useless as_ref.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke