summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-09openpgp: Decouple our error type from nettle's.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-09store: Define store::Error using thiserror.Justus Winter
2020-03-09net: Define net::Error using thiserror.Justus Winter
2020-03-09ipc: Define ipc's Errors using thiserror.Justus Winter
2020-03-09core: Define core::Error using thiserror.Justus Winter
2020-03-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-09openpgp: Relax unicode-normalization dependency.Daniel Kahn Gillmor
2020-03-06sq,sqv: Further relax dependency on colored.Daniel Kahn Gillmor
2020-03-06openpgp: Make ValidCert::primary_key infallible.Neal H. Walfield
2020-03-05openpgp: Make it easy to set the expiration time for subkeys.Neal H. Walfield
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