summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-03-16openpgp: Fix examples.Justus Winter
2020-03-16openpgp: Remove superfluous parenthesis.Justus Winter
2020-03-16openpgp: Avoid array-into-iter warning.Justus Winter
2020-03-13openpgp: Decouple PacketPile and Container.Justus Winter
2020-03-13openpgp: Avoid casts.Justus Winter
2020-03-13openpgp: Add a Null Policy.Neal H. Walfield
2020-03-11openpgp: Remove superfluous mut.Justus Winter
2020-03-11openpgp: Improve notation data documentation.Justus Winter
2020-03-11openpgp: Only build the padding example if compression is enabled.Justus Winter
2020-03-10openpgp: Typo.Justus Winter
2020-03-10openpgp: Qualify trait objects using 'dyn'.Justus Winter
2020-03-10openpgp: Pick the fastest SHA2 sum based on the architecture.Justus Winter
2020-03-10openpgp: Sort signature subpackets before signing.Justus Winter
2020-03-10openpgp: Sort fingerprints to the front in Signature::get_issuers.Justus Winter
2020-03-10openpgp: Fix keygrip computation.Justus Winter
2020-03-10openpgp: Appease superfluous check in nettle wrapper.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
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-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-09openpgp: Relax unicode-normalization dependency.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-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-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: 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