summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-02-20openpgp: Extend policy to check symmetric algorithms.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-20openpgp: Extend policy to check packets.Justus Winter
2020-02-20openpgp: Improve assert_match!.Justus Winter
2020-02-20openpgp: Improve debug formatting of the bitfield types.Justus Winter
2020-02-20sq, sqv: Relax dependency on colored.Daniel Kahn Gillmor
2020-02-19openpgp: Add test.Justus Winter
2020-02-19openpgp: Improve tracing output.Justus Winter
2020-02-19openpgp: Improve test.Justus Winter
2020-02-19openpgp: Add test.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: New type CertAmalgamation that fixes policy and time.Justus Winter
2020-02-19openpgp: Keep signatures in the verifier, hand out refs.Justus Winter
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-18openpgp: In the key conversions, add a lifetime to all references.Neal H. Walfield
2020-02-18openpgp: Change KeyAmalgamation to Deref to a KeyBundle.Neal H. Walfield
2020-02-18openpgp: Implement Deref for ComponentBundle.Neal H. Walfield
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-17openpgp: Reduce use of Key4::set_secret.Justus Winter
2020-02-17openpgp: Test that we preserve secret keys.Justus Winter
2020-02-17openpgp: Make Recipient::new polymorphic over key variants.Justus Winter
2020-02-17openpgp: Make PKESK3::for_recipient polymorphic over key parts.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-17ci: Check spelling using codespell.Justus Winter
2020-02-17Make codespell target more flexible.Justus Winter
2020-02-17openpgp: Typo.Justus Winter
2020-02-14openpgp: Add a test.Neal H. Walfield
2020-02-14openpgp: Improve error reporting.Neal H. Walfield
2020-02-14openpgp: More carefully validate a KeyAmalgamation.Neal H. Walfield
2020-02-14openpgp: Improve Decryptor::verify_signatures's tracing outputNeal H. Walfield
2020-02-14openpgp: Improve error messages.Neal H. Walfield
2020-02-14openpgp Add KeyAmalgamation::primary.Neal H. Walfield
2020-02-14openpgp: Add an option to change the cipher suite used for subkeys.Neal H. Walfield
2020-02-14Add codespell make target.Jonas Bernoulli
2020-02-14openpgp: Fix typos in documentation.Jonas Bernoulli
2020-02-13openpgp: Provide a hook to allow the user to validate keys.Neal H. Walfield
2020-02-13openpgp: Generalize the conversion functions to reduce duplication.Neal H. Walfield
2020-02-13openpgp-ffi, ffi: Always remake all examples.Justus Winter
2020-02-13openpgp-ffi: Fix example.Justus Winter
2020-02-12openpgp: Express the streaming Verifier using the Decryptor.Justus Winter
2020-02-12openpgp: Improve docs.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2020-02-12openpgp: Use constant from nettle 6.Justus Winter
2020-02-12openpgp: Update to nettle 6.Justus Winter
2020-02-12openpgp: Don't unnecessarily reimplement Amalgamation::with_policy.Neal H. Walfield