summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/parse/mod.rs
AgeCommit message (Expand)Author
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-03-20openpgp-ffi: Move the decryption and verification code.Justus Winter
2019-03-20openpgp-ffi: Create parse subdirectory.Justus Winter