summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-11hackjustus/debug-python-testsJustus Winter
2019-01-11hack hackJustus Winter
2019-01-11hack hackJustus Winter
2019-01-11hack hackJustus Winter
2019-01-11xxxJustus Winter
2019-01-11ffi: Do not hardcode CARGO_TARGET_DIR.Justus Winter
2019-01-11ci: Use valgrind to run our C tests.Justus Winter
2019-01-11ci: Build first, then test.Justus Winter
2019-01-11Add missing Python build dependencies.Justus Winter
2019-01-11openpgp: generate X25519 keys according to spec.Kai Michaelis
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
2019-01-10tool: Generate keys protected with a password.Justus Winter
2019-01-10openpgp: Implement creation of TSKs with encrypted keys.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-09openpgp: implement PublicKey::bits() and Curve::bits()Kai Michaelis
2019-01-08ffi: Add test.Justus Winter
2019-01-08ffi: Add and use ffi_free!.Justus Winter
2019-01-08openpgp: change order of (self) sigs in TPK.Kai Michaelis
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
2019-01-08openpgp: Add new convenience function.Justus Winter
2019-01-07tool: Update documentation.Justus Winter
2019-01-07tool: Drop dependency on promptly.Justus Winter
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move Signer trait to crypto.Justus Winter