summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2019-01-11ffi: Do not hardcode CARGO_TARGET_DIR.Justus Winter
2019-01-11ffi: Add preliminary Python bindings.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: Optionally use valgrind to check the c-tests.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-10ffi: Fix detection of main functions 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: Add armor example.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
2019-01-08ffi: Make c-tests traverse into directories.Justus Winter
2019-01-08ffi: Add sq_p_key_clone.Justus Winter
2018-12-28ffi: Add tests.Justus Winter
2018-12-28ffi: Add sq_signature_to_packet.Justus Winter
2018-12-28ffi: Add sq_tpk_merge_packets.Justus Winter
2018-12-28ffi: Document ownership and borrow semantics.Justus Winter
2018-12-27ffi: Do not consume the given TPK.Justus Winter
2018-12-27ffi: Fix function prototype and formatting.Justus Winter
2018-12-27ffi: Add sq_signature_free.Justus Winter
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-17ffi: Fix sq_binding_delete's signature.Neal H. Walfield
2018-12-17ffi: Add support to sq_verify for verifying detached signatures.Neal H. Walfield
2018-12-17ffi: Add a function to return the value of a TPK's primary user idNeal H. Walfield
2018-12-17ffi: Add a function to return a UserID Binding's self signature.Neal H. Walfield
2018-12-17ffi: Add function to query a Key's the public key algo.Neal H. Walfield
2018-12-17ffi: Add a function to get the tag of a packet in a PacketParserResultNeal H. Walfield
2018-12-17ffi: Wrap TPK::from_packet_parser.Neal H. Walfield
2018-12-17ffi: Wrap Key's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap TPK's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap Signature's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Export getters for signature key flags.Neal H. Walfield