summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-04Update dependencies.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-03-03openpgp: Add a dedicated README.md.Justus Winter
2020-03-03openpgp: Update documentation.Justus Winter
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-03-01openpgp: Remove KeyBundleIter.Neal H. Walfield
2020-03-01oopenpgp: Add a conversion from [u8; 8] to a KeyID.Neal H. Walfield
2020-03-01openpgp: Rename CertAmalgamation to ValidCert.Neal H. Walfield
2020-03-01openpgp: Only create a CertAmalgamation if it is valid.Neal H. Walfield
2020-03-01openpgp: Use a policy to determine what components are valid.Neal H. Walfield
2020-03-01openpgp: Avoid unnecessary liveness check.Neal H. Walfield
2020-03-01autocrypt: When creating an Autocrypt header, use valid data.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-03-01openpgp: Add additional conversions for {,Valid}KeyAmalgamation.Neal H. Walfield
2020-03-01openpgp: Add a function to unwrap a ValidKeyAmgalamtion.Neal H. Walfield
2020-02-28openpgp: Implement Iterator for more variants of {,Valid}KeyIter.Neal H. Walfield
2020-02-28openpgp: Generalize TryFrom<{,Valid}ErasedKeyAmalgamation>.Neal H. Walfield
2020-02-27openpgp: Make KeyIter and ValidKeyIter generic over the key's role.Neal H. Walfield
2020-02-26openpgp: Improve documentation.Neal H. Walfield
2020-02-26openpgp: Remove unnecessary use of .mark_role_primary{,_ref}().Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Complete the binding -> bundle rename.Neal H. Walfield
2020-02-26openpgp: Clean up exports.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Fix macro.Neal H. Walfield
2020-02-26openpgp: Use a slightly less ambiguous name.Neal H. Walfield
2020-02-26openpgp: Fix lifetime.Neal H. Walfield
2020-02-26openpgp: Fix spelling.Neal H. Walfield
2020-02-26openpgp: Fix clone.Neal H. Walfield
2020-02-26openpgp: Make ComponentAmalgamation implement PartialEq.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-26openpgp: Reorder code.Neal H. Walfield
2020-02-25openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Clarify field documentation.Justus Winter
2020-02-24openpgp: Improve protection of unencrypted key material.Justus Winter
2020-02-24openpgp: Return a more appropriate error.Justus Winter
2020-02-24openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Drop XXX.Justus Winter
2020-02-24openpgp: Open issue for XXX.Justus Winter
2020-02-24openpgp: De-optimize crypto::random.Justus Winter
2020-02-24openpgp: Test that StandardPolicy can be a global const.Justus Winter
2020-02-24openpgp: Check critical notations against good-list.Justus Winter
2020-02-24openpgp: Extend StandardPolicy to check critical subpackets.Justus Winter
2020-02-24openpgp: Add missing docs.Justus Winter
2020-02-24openpgp: Implement Display for SubpacketTag.Justus Winter
2020-02-24openpgp: Fix EdDSA key generation.Justus Winter
2020-02-24openpgp: Fix link in documentation.Justus Winter
2020-02-21openpgp: Change default hash algorithm to SHA512.Justus Winter