summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2018-06-25openpgp: Drop the alias for Kind::SecretKey.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.Justus Winter
2018-06-20Consistently call passwords password, not passwd or passphrase.Justus Winter
2018-06-20openpgp: Fix 99d0dbe486e0fdd1e1b9cf266f93a726abcf2444.Justus Winter
2018-06-18openpgp: Propagate errors in `PacketParser::finish`.Justus Winter
2018-06-17openpgp: Add a mechanism to modify PacketPiles.Neal H. Walfield
2018-06-16openpgp: Consolidate the two failure::Error definitionNeal H. Walfield
2018-06-13openpgp: Add support for checking OpenPGP messages.Neal H. Walfield
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-11openpgp: Add Curve::Unknown(..) to deal with unknown Curves.Justus Winter
2018-06-08openpgp: Add and use an enum for identifying Curves.Justus Winter
2018-05-17Fix 535ed3c.Neal H. Walfield
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