summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-21WIPjustus/cert-reworkJustus Winter
2020-01-21openpgp: Reduce the usage of Cert::primary_key_signature.Justus Winter
2020-01-21openpgp: Add some accessors to KeyAmalgamation, improve docs.Justus Winter
2020-01-21openpgp: Remove Cert::direct_signatures() and friends.Justus Winter
2020-01-21openpgp: Add method to return the primary key component.Justus Winter
2020-01-21openpgp: Remove debugging artifacts.Justus Winter
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: Simplify code.Neal H. Walfield
2020-01-20openpgp: Fix comment.Neal H. Walfield
2020-01-20openpgp: Improve documentation.Neal H. Walfield
2020-01-20openpgp: Don't implement From<KeyHandle> for String explicitly.Neal H. Walfield
2020-01-20tool: Drop unnecessary clone.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-18sqv: Drop data more idiomatically.Neal H. Walfield
2020-01-18sqv: Rewrite to use the streaming verifier.Neal H. Walfield
2020-01-18openpgp: Add a conversion from KeyHandle to String.Neal H. Walfield
2020-01-17tool: Add an option to specify the signing time.Neal H. Walfield
2020-01-17openpgp: Allow the caller to determine a signature's creation time.Neal H. Walfield
2020-01-17sqv: Relax test.Justus Winter
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