summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/lib.rs
AgeCommit message (Expand)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-08-20openpgp-ffi: Fix pointer signedness.Justus Winter
2019-03-25openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-05openpgp-ffi: Use a common macro for every exported function.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29openpgp-ffi: Copy edit documentation.Neal H. Walfield
2019-01-25ffi-macros: Protect against use-after-free.Justus Winter
2019-01-22openpgp-ffi: Wrap Fingerprint.Justus Winter
2019-01-21openpgp-ffi: Improve documentation.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter