summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-16openpgp: Rename field.Neal H. Walfield
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-15openpgp: Drop Cert::primary_user_attribute.Justus Winter
2020-04-15openpgp: Drop Cert::alive.Justus Winter
2020-04-15openpgp: Drop Cert::direct_key_signature.Justus Winter
2020-04-15openpgp: Consider all self signatures for designated revokers.Justus Winter
2020-04-15openpgp: Make test more robust.Justus Winter
2020-04-15openpgp: We don't throw away components with no self signaturesNeal H. Walfield
2020-04-14openpgp: Fix typos.Neal H. Walfield
2020-04-14openpgp: Make extending a certificates' validity more robust.Justus Winter
2020-04-11openpgp: Improve documentation of the cert moduleNeal H. Walfield
2020-04-11openpgp: Remove unused types.Neal H. Walfield
2020-04-10openpgp: Make cert::amalgamation::key a public moduleNeal H. Walfield
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-08openpgp: Add some type aliases.Neal H. Walfield
2020-04-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-07openpgp: Support setting designated revocations on new keysNeal H. Walfield
2020-04-07openpgp: Avoid unnecessarily duplicating the revocation keysNeal H. Walfield
2020-04-07openpgp: Implement VerifiedCert::revocation_keysNeal H. Walfield
2020-04-07openpgp: Simplify some default time unwrappingIgor Matuszewski
2020-04-07openpgp: Move key related functionality to KeyAmalgamation.Neal H. Walfield
2020-04-07openpgp: Remove convenience methods that don't improve convenienceNeal H. Walfield
2020-04-07openpgp: Remove redundant implementations of direct_key_signatureNeal H. Walfield
2020-04-07openpgp: Add forwarders to ComponentAmalgamation.Neal H. Walfield
2020-04-03openpgp: Rename ComponentBundleIter to ComponentAmalgamationIter.Neal H. Walfield
2020-04-03openpgp: Rename cert/amalgamation/iter.rs to keyiter.rsNeal H. Walfield
2020-04-03openpgp: Implement From<Cert> for PacketPile.Neal H. Walfield
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-04-03openpgp: Convert `CertParser::from_packet_parser` to `From<PacketParserResult>`Wiktor Kwapisiewicz
2020-04-03openpgp: Convert Cert::from_packet_parser into TryFrom<PacketParserResult>Wiktor Kwapisiewicz
2020-04-03openpgp: Keep the error from the most recent binding signature.Neal H. Walfield
2020-04-03openpgp: Remove unused type.Neal H. Walfield
2020-04-03openpgp: Rename Primary to PrimaryKey.Neal H. Walfield
2020-04-03openpgp: Move key_amalgamation.rs to amalgamation/key.rs.Neal H. Walfield
2020-04-03openpgp: Rename KeyIter to KeyAmalgamationIterNeal H. Walfield
2020-04-03openpgp: Rename ComponentIter to ComponentBundleIterNeal H. Walfield
2020-04-03openpgp: Define types before we use them.Neal H. Walfield
2020-04-03openpgp: Fix some documentation.Neal H. Walfield
2020-04-02openpgp: Remove ComponentBundleIter and related types.Neal H. Walfield
2020-04-02openpgp: Change Cert::subkeys to return KeyAmalgamations.Neal H. Walfield
2020-04-02openpgp: Change Cert::unknowns to return amalgamations.Neal H. Walfield
2020-04-02openpgp: Remove ComponentIter::bundles.Neal H. Walfield
2020-04-02openpgp: Rename cert::components to cert::bundle.Neal H. Walfield
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-31openpgp: Implement Preferences for ValidCert.Neal H. Walfield
2020-03-31openpgp: Add a direct_key_signature method for Cert and ValidCert.Neal H. Walfield
2020-03-31openpgp: Use a more accurate lifetime.Neal H. Walfield
2020-03-31openpgp: Import Result instead of using an absolute path.Neal H. Walfield
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter