summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-01-21openpgp: Improve documentation.Justus Winter
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter
2020-01-21openpgp: Improve docs.Justus Winter
2020-01-21openpgp: Make Cert::primary_key_signature_full private.Justus Winter
2020-01-21openpgp: Reduce use of Cert::primary_key_signature.Justus Winter
2020-01-21openpgp: Removed unused indices.Justus Winter
2020-01-21openpgp: Make KeyIter::primary act like KeyIter::nth(0).Neal H. Walfield
2020-01-21openpgp: Synchronize the key_flags API.Neal H. Walfield
2020-01-21openpgp: Enforce that KeyAmalgamations have a binding signature.Neal H. Walfield
2020-01-20openpgp: Rename ComponentIter::components to bindings.Neal H. Walfield
2020-01-20openpgp: Rename ComponentAmalgamation::component_binding.Justus Winter
2020-01-20openpgp: Remove Cert::primary_userid_full.Justus Winter
2020-01-20openpgp: Rename {Key,Component}Amalgamation::component.Justus Winter
2020-01-20openpgp: Remove Cert::primary_userid.Justus Winter
2020-01-20openpgp: Improve documentation.Justus Winter
2020-01-20openpgp: Restructure KeyAmalgamation.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-20openpgp: Don't sleep.Justus Winter
2020-01-20openpgp: New lookup interface for user attributes.Justus Winter
2020-01-20openpgp: Add new type ComponentAmalgamation.Justus Winter
2020-01-20openpgp: New module cert::components.Justus Winter
2020-01-20openpgp: Improve documentation.Neal H. Walfield
2020-01-20openpgp: Don't implement From<KeyHandle> for String explicitly.Neal H. Walfield
2020-01-18openpgp: Typo.Justus Winter
2020-01-18openpgp: Add KeyIter::primary.Justus Winter
2020-01-18openpgp: Introduce private helper to reduce public constraints.Justus Winter
2020-01-18openpgp: Add KeyIter::{components,subkeys}, make subkeys() private.Justus Winter
2020-01-18openpgp: Make utility macro name less generic.Justus Winter
2020-01-18openpgp: Avoid allocation.Justus Winter
2020-01-18openpgp: Use Cert::keys instead of Cert::subkeys.Justus Winter
2020-01-18openpgp: Add KeyAmalgamation::component.Justus Winter
2020-01-18openpgp: Add a conversion from KeyHandle to String.Neal H. Walfield
2020-01-17openpgp: Allow the caller to determine a signature's creation time.Neal H. Walfield
2020-01-17openpgp: Improve the MessageLayer documentation.Justus Winter
2020-01-17openpgp: Make MessageStructureIntoIter private.Justus Winter
2020-01-16openpgp: Return Result<()> from Signature::verify*.Justus Winter
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-16openpgp: Rework Decryptor::verify_signatures like Verifier.Justus Winter
2020-01-16openpgp: Improve documentation.Justus Winter
2020-01-16openpgp: Move the high-level methods to packet::Signature.Justus Winter
2020-01-16openpgp: Consolidate public key verification code.Justus Winter
2020-01-16openpgp: Consolidate public key encryption code.Justus Winter
2020-01-16openpgp: Return more useful errors.Neal H. Walfield
2020-01-16openpgp: Improve example.Neal H. Walfield
2020-01-16openpgp: Improve documentation.Neal H. Walfield
2020-01-15openpgp: Add application example for Timestamp::round_down.Justus Winter
2020-01-15openpgp: Implement addition and subtraction of durations.Justus Winter
2020-01-15openpgp: When verifying a sig, make sure the certificate is good.Neal H. Walfield
2020-01-14openpgp: Add methods to KeyAmalgamation to query the Cert.Neal H. Walfield
2020-01-14openpgp: Simplify code.Neal H. Walfield