summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src/serialize.rs
AgeCommit message (Expand)Author
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-03-21openpgp-ffi: Allow passing 0 to select the default algorithmNeal H. Walfield
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-11openpgp-ffi: Unwrap array of wrapped TPKs.Neal H. Walfield
2019-02-05openpgp-ffi: Convert pgp_writer_t.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-18openpgp: Move serializing glue to a new module.Justus Winter