summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
AgeCommit message (Expand)Author
2020-02-05openpgp-ffi: Provide pgp_armor_writer_finalize.Justus Winter
2020-02-05openpgp-ffi: Specialize armor writers.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-29openpgp-ffi: Add a general reader interface.Justus Winter
2020-01-29openpgp-ffi: Add a general writer interface.Justus Winter
2020-01-24openpgp: Impl Amalgamation for ValidKeyAmalgamation.Justus Winter
2020-01-22openpgp: Rework default component lookup functions.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Justus Winter
2020-01-21openpgp: Avoid use of Cert::primary_key.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter
2020-01-21openpgp: Enforce that KeyAmalgamations have a binding signature.Neal H. Walfield
2020-01-20openpgp: Rename ComponentIter::components to bindings.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-20openpgp: New module cert::components.Justus Winter
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-14openpgp: Rework stream verification logic.Neal H. Walfield
2020-01-14openpgp: Remove unneeded fields from VerificationResult::NotAlive.Neal H. Walfield
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
2020-01-10openpgp: Pass MessageStructure by value, not reference.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-07Fix broken links in the documentation.Justus Winter
2020-01-07openpgp: Include the signing key's amalgamation in results.Justus Winter
2020-01-07openpgp-ffi, ffi: Always rebuild C doctests.Justus Winter
2020-01-07openpgp-ffi: Fix doctest.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-02openpgp: Mark enum Error non-exhaustive.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
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-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-11openpgp: Remove KeyIter::empty.Justus Winter
2019-12-09openpgp: Remove Signature::key_expired.Justus Winter
2019-12-09openpgp: Remove Signature::signature_expired.Justus Winter
2019-12-09openpgp: Return result from Cert::alive, remove Cert::expired.Justus Winter
2019-12-09openpgp: Return Result from Signature::key_alive.Justus Winter
2019-12-09openpgp: Return Result from Signature::signature_alive.Justus Winter
2019-12-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-12-09openpgp, openpgp-ffi: Fix small issues introduced when renaming TPK.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-04openpgp: Refine CertBuilder::add_encryption_subkey.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-04openpgp: Rename KeyIter filters.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-25OpenPGP User ID convention is "de facto" not "de factor"Daniel Kahn Gillmor