summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-23openpgp-ffi: Wrap TPK.Justus Winter
2019-01-22openpgp-ffi: Wrap KeyID.Justus Winter
2019-01-22openpgp-ffi: Wrap PacketPile.Justus Winter
2019-01-22openpgp-ffi: Wrap Fingerprint.Justus Winter
2019-01-22ffi-macros: Add ffi_wrapper_type that derives functions.Justus Winter
2019-01-22openpgp-ffi: Qualify KeyID.Justus Winter
2019-01-22openpgp-ffi: Cleanup paths in macros.Justus Winter
2019-01-22ffi: Drop superfluous dependency on openpgp-ffi.Justus Winter
2019-01-21Distribute highlight.js with our documentation.Justus Winter
2019-01-21openpgp-ffi: Fix links in the documentation.Justus Winter
2019-01-21openpgp-ffi: Improve module documentation.Justus Winter
2019-01-21openpgp-ffi: Improve documentation.Justus Winter
2019-01-21openpgp-ffi: Add example.Justus Winter
2019-01-21openpgp-ffi: Improve examples.Justus Winter
2019-01-18openpgp: make signature::Builder functions chainableKai Michaelis
2019-01-18openpgp: trim_left is deprecatedKai Michaelis
2019-01-18sqv: ensure keys are signing capable before verifying sigsKai Michaelis
2019-01-18sqv: fix sqv revocation test case.Kai Michaelis
2019-01-18openpgp-ffi: Move the packet-related functions.Justus Winter
2019-01-18openpgp: Move serializing glue to a new module.Justus Winter
2019-01-18openpgp-ffi: Move parsing glue to a new module.Justus Winter
2019-01-17sqv: check if a key wasn't revoked at signature ctime.Kai Michaelis
2019-01-17openpgp-ffi: Rename 'pgp_p_key*' to 'pgp_key*'.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17ffi: Generalize c-tests for multiple include dirs.Justus Winter
2019-01-17ffi: Drop superfluous cleanup of sequoia.pc.Justus Winter
2019-01-17openpgp: add Signature::{sign,verify}_messageKai Michaelis
2019-01-17openpgp: allow checking if a sig is revoked at a specific time.Kai Michaelis
2019-01-17ffi: Fix last commit.Justus Winter
2019-01-17ffi: Do not use a context where an errp suffices.Justus Winter
2019-01-16ffi: Use the new set of macros.Justus Winter
2019-01-16ffi: Add new error-pointer-based error handling.Justus Winter
2019-01-16ffi: Store raw pointers to errors in the Context.Justus Winter
2019-01-16ffi: Introduce setter for the error in the Context.Justus Winter
2019-01-16ffi-macros: Improve translation.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-16ffi-macros: New crate.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: add a function to revoke a UserIDKai Michaelis
2019-01-15tool: Drop unreachable code.Justus Winter
2019-01-15tool: Introduce key manipulation subcommand.Justus Winter
2019-01-15tool: Move key generation to a new module.Justus Winter
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2019-01-15openpgp: Add convenience selector.Justus Winter
2019-01-11ci: Work around Python test failures.Justus Winter
2019-01-11ffi: Do not hardcode CARGO_TARGET_DIR.Justus Winter