summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2018-05-14openpgp: Add support for verifying binding signatures.Neal H. Walfield
2018-04-27openpgp: Remove (From|To)Primitive dep from Tag.Kai Michaelis
2018-04-26openpgp: Add signature verification support.Neal H. Walfield
2018-04-26openpgp: Add support for parsing MPIs.Neal H. Walfield
2018-04-26openpgp: Add an error for invalid arguments.Justus Winter
2018-04-25openpgp: Introduce traits for packet serialization.Justus Winter
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis
2018-04-10ffi: Fix type of buffers.Justus Winter
2018-04-09ffi: Install the shared object using the name 'sequoia_ffi'.Justus Winter
2018-04-09ffi: Fix returning the packet tag.Justus Winter
2018-04-09ffi: Add destructor for Packets.Justus Winter
2018-04-04Make version parsing more robust.Justus Winter
2018-03-27ffi: Add glue for low-level parsing machinery.Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-03-23ffi: Build and install a pkg-config file.Justus Winter
2018-03-23ffi: Build a shared object and a library archive.Justus Winter
2018-03-23ffi: Move install rules to ffi/Makefile.Justus Winter
2018-03-16ffi: Make objects hashable.Justus Winter
2018-03-15ffi: Make cloning of various openpgp objects possible.Justus Winter
2018-03-15ffi: Add glue for more openpgp functionality.Justus Winter
2018-03-15ffi: Add .gitignore file for the examples.Justus Winter
2018-03-15ffi: Improve error reporting when creating contexts.Justus Winter
2018-03-15ffi: Improve error reporting.Justus Winter
2018-03-13Add a Makefile.Justus Winter
2018-03-01ffi: Avoid boxing the error.Justus Winter
2018-02-28ffi: Bind {reader,writer}-related functions in the openpgp module.Justus Winter
2018-02-28ffi: Create glue for readers and writers.Justus Winter
2018-02-28ffi: Make freeing a NULL context a nop.Justus Winter
2018-02-28ffi: Bind openpgp::TPK::fingerprint.Justus Winter
2018-02-27ffi: Use structs with repr(C) for Stats and Logs.Justus Winter
2018-02-26ffi: Use enums for network and IPC policy.Justus Winter
2018-02-26ffi: Add glue for equality predicates.Justus Winter
2018-02-26ffi: Add prototype and fix comment.Justus Winter
2018-02-16ffi: Split header up at the module boundaries.Justus Winter
2018-02-15ffi: Trim imports.Justus Winter
2018-02-15ffi: Bind the store module.Justus Winter
2018-02-14ffi: Do not try to compile C example.Justus Winter
2018-02-14ffi: Split into several modules.Justus Winter
2018-02-14ffi: Bind rest of the KeyID functions.Justus Winter
2018-02-14ffi: Bind openpgp::Fingerprint.Justus Winter
2018-02-13ffi: Do not mangle exported function.Justus Winter
2018-02-13ffi: Add glue for net::Keyserver::send.Justus Winter
2018-02-13ffi: Introduce type definitions.Justus Winter
2018-02-13ffi: Improve error handling.Justus Winter
2018-02-13ffi: Add example fragment.Justus Winter
2018-02-13ffi: Improve error reporting.Justus Winter
2018-01-19core: Add IPCPolicy.Justus Winter
2018-01-15ffi,net: Update last users of KeyId to use KeyID.Justus Winter
2018-01-15ffi: Delete compiled examples.Justus Winter
2018-01-09core,ffi: Convert 'core::NetworkPolicy' to and from u8.Justus Winter