summaryrefslogtreecommitdiffstats
path: root/ffi/src/openpgp
AgeCommit message (Expand)Author
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17openpgp: allow checking if a sig is revoked at a specific time.Kai Michaelis
2019-01-17ffi: Do not use a context where an errp suffices.Justus Winter
2019-01-16ffi: Introduce setter for the error in the Context.Justus Winter
2019-01-16ffi: Rework complex error handling macros.Justus Winter
2019-01-16ffi: Wrap every function using ffi_catch_abort.Justus Winter
2019-01-15ffi: Allocate returned strings using libc.Justus Winter
2019-01-15ffi: Introduce macro for *char parameters.Justus Winter
2019-01-15ffi: Move TSK glue to a new module.Justus Winter
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2019-01-10openpgp: Use Signer when revoking TPKs.Justus Winter
2019-01-10ffi: New function sq_p_key_into_key_pair.Justus Winter
2019-01-10ffi: New module openpgp/crypto.Justus Winter
2019-01-10ffi: Use absolute path in macro.Justus Winter
2019-01-10ffi: Fix reason for revocation parameter handling.Justus Winter
2019-01-10ffi: Fix memory leaks in C tests.Justus Winter
2019-01-09ffi: Use Option<&mut T> for destructors.Justus Winter
2019-01-09ffi: Use *const T for non-optional arguments.Justus Winter
2019-01-09ffi: Use ffi_param_ref_mut for mutable arguments.Justus Winter
2019-01-09ffi: Only return raw pointers.Justus Winter
2019-01-09ffi: Fix conversion to ffi_param_ref.Justus Winter
2019-01-09ffi: Drop spurious identity cast.Justus Winter
2019-01-09ffi: Drop spurious forget.Justus Winter
2019-01-09ffi: Introduce macro for moving ownership from C.Justus Winter
2019-01-09ffi: Introduce macro for passing references from C.Justus Winter
2019-01-08ffi: Add test.Justus Winter
2019-01-08ffi: Add and use ffi_free!.Justus Winter
2019-01-08ffi: Move TPK glue and friends to a new module.Justus Winter
2019-01-08ffi: Move PacketPile glue to a new module.Justus Winter
2019-01-08ffi: Move Fingerprint glue to a new module.Justus Winter
2019-01-08ffi: Move KeyID glue to a new module.Justus Winter
2019-01-08ffi: Move armor glue to a new module.Justus Winter
2019-01-08ffi: Prepare to split the openpgp module.Justus Winter