summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/common.rs
AgeCommit message (Expand)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-04-02openpgp-ffi: Use UserIDAmalgamations, not UserIDBundles.Neal H. Walfield
2020-03-20openpgp-ffi: Change key iterator to return key amalgamations.Neal H. Walfield
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-31ffi: Explicitly coerce errors to failure::ErrorNeal H. Walfield
2019-05-09openpgp-ffi: Wrap RevocationStatus.Justus Winter
2019-04-26ffi-macros: Fix the RefRaw trait.Justus Winter
2019-03-20openpgp-ffi: Move the decryption and verification code.Justus Winter
2019-03-11openpgp-ffi: Don't try to reclaim referencesNeal H. Walfield
2019-02-12openpgp-ffi: Fix Signature wrapping.Justus Winter
2019-02-12openpgp-ffi: Fix wrapping of Fingerprints and KeyIDs.Justus Winter
2019-02-05openpgp-ffi: Convert pgp_writer_t.Justus Winter
2019-02-05openpgp-ffi: Convert pgp_reader_t to the new framework.Justus Winter
2019-02-05ffi-macros: Make trait RefMutRaw more flexible.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-29openpgp-ffi: Explicitly convert to failure::Error.Justus Winter
2019-01-29openpgp-ffi: Fix TPK handling.Justus Winter
2019-01-25openpgp-ffi: Derive conversion functions.Justus Winter
2019-01-22openpgp-ffi: Qualify KeyID.Justus Winter
2019-01-22openpgp-ffi: Cleanup paths in macros.Justus Winter
2019-01-18openpgp-ffi: Move the packet-related functions.Justus Winter
2019-01-18openpgp: Move serializing glue to a new module.Justus Winter
2019-01-18openpgp-ffi: Move parsing glue to a new module.Justus Winter
2019-01-17openpgp-ffi: Rename 'pgp_p_key*' to 'pgp_key*'.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter