summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2019-08-20ffi: Free resources in test.Justus Winter
2019-08-20openpgp-ffi, ffi: Honor CFLAGS in c-tests, add -Wall.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-06-26openpgp-ffi, ffi, ffi-macros: Avoid deprecated integer types.Justus Winter
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-05-28Bump memsec to 0.5.6.Hussein
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-13openpgp-ffi, ffi: Improve c-tests.rs.Justus Winter
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-07openpgp-ffi, ffi: Reword.Justus Winter
2019-05-07openpgp-ffi, ffi: Improve 6911aed9.Justus Winter
2019-05-07openpgp-ffi, ffi: Fix calling convention on Windows.Justus Winter
2019-05-07openpgp-ffi: Remove '#include <error.h>' from doctests.Justus Winter
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-03-28Fix intra-workspace dependencies.Justus Winter
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-25openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.Justus Winter
2019-03-22Fix build on macOS.Justus Winter
2019-03-22openpgp-ffi: Replace glibc's error function.Justus Winter
2019-03-22openpgp, core: Return old value in setters.Justus Winter
2019-03-21openpgp-ffi: Use crate for futimes fiddling.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-03-13Bump nettle to 5.0.Justus Winter
2019-03-11openpgp-ffi: Move all type declarations to <sequoia/openpgp/types.h>Neal H. Walfield
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-12openpgp-ffi: Improve derived functions.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29ffi: Fix test name.Justus Winter
2019-01-29openpgp-ffi: Convert Error.Justus Winter
2019-01-29openpgp-ffi: Explicitly convert to failure::Error.Justus Winter
2019-01-29openpgp-ffi: Build examples below CARGO_TARGET_DIR.Justus Winter
2019-01-29ffi,openpgp-ffi: Install .pc files in target directory.Neal H. Walfield
2019-01-25python: Only use features found in Debian Stable (Debian 9)Neal H. Walfield
2019-01-25ffi-macros: Protect against use-after-free.Justus Winter
2019-01-25openpgp-ffi: Convert TPK.Justus Winter
2019-01-25openpgp-ffi: Convert Fingerprint.Justus Winter
2019-01-25openpgp-ffi: Convert KeyID.Justus Winter
2019-01-25openpgp-ffi: Derive conversion functions.Justus Winter
2019-01-23openpgp-ffi: Remove pgp_tpk_dump.Justus Winter
2019-01-23openpgp-ffi: Wrap TPK.Justus Winter