summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/keyiter.rs
AgeCommit message (Expand)Author
2020-04-03openpgp: Rename KeyIter to KeyAmalgamationIterNeal H. Walfield
2020-04-02openpgp: Change Cert::subkeys to return KeyAmalgamations.Neal H. Walfield
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-01openpgp: Remove KeyBundleIter.Neal H. Walfield
2020-03-01openpgp: Also add KeyIter::subkeys to ValidKeyIter.Neal H. Walfield
2020-03-01openpgp: Change KeyIter::subkeys' return type.Neal H. Walfield
2020-02-28openpgp: Implement Iterator for more variants of {,Valid}KeyIter.Neal H. Walfield
2020-02-27openpgp: Make KeyIter and ValidKeyIter generic over the key's role.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-24openpgp: Fix link in documentation.Justus Winter
2020-02-20openpgp: Add the with_policy method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-24openpgp: Impl Amalgamation for ValidKeyAmalgamation.Justus Winter
2020-01-24openpgp: Reduce the usage of Cert::primary_key_signature.Justus Winter
2020-01-24openpgp: Provide a way to filter out the primary key.Justus Winter
2020-01-23openpgp: Improve documentation.Neal H. Walfield
2020-01-22openpgp: Use named constructors.Neal H. Walfield
2020-01-21openpgp: Move KeyIter::primary to Cert::primary.Neal H. Walfield
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-21openpgp: Split KeyAmalgamation.Neal H. Walfield
2020-01-21openpgp: Improve documentation.Neal H. Walfield
2020-01-21openpgp: Make KeyIter::primary act like KeyIter::nth(0).Neal H. Walfield
2020-01-21openpgp: Enforce that KeyAmalgamations have a binding signature.Neal H. Walfield
2020-01-20openpgp: Restructure KeyAmalgamation.Neal H. Walfield
2020-01-20openpgp: New module cert::components.Justus Winter
2020-01-18openpgp: Add KeyIter::primary.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-16openpgp: Improve documentation.Neal H. Walfield
2020-01-14openpgp: Improve example.Neal H. Walfield
2020-01-14openpgp: Refine lifetimes.Neal H. Walfield
2020-01-13openpgp: Add functions to filter keys by key handles.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-04openpgp: Change KeyIter::key_flags to not require an owned KeyFlags.Neal H. Walfield
2020-01-04openpgp: Improve KeyIter documentation.Neal H. Walfield
2020-01-04openpgp: Improve documentation for KeyIter::revoked.Neal H. Walfield
2020-01-03openpgp: Update documentation.Justus Winter
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-11openpgp: Remove KeyIter::empty.Justus Winter
2019-12-11openpgp: Remove KeyIter::unfiltered.Justus Winter