summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2020-12-16Release 1.0.0.v1.0.0Justus Winter
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-11Correct minimal versions.Nora Widdecke
2020-12-09net: Allow hkp queries by KeyHandle.Justus Winter
2020-11-06ffi, openpgp-ffi: Handle non_exhaustive enum.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-23ffi: Migrate to tokio 0.2Igor Matuszewski
2020-10-14Fix `make install` on both BSD and Linux.Wiktor Kwapisiewicz
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-10-14Make other BSD systems use ginstall too.Wiktor Kwapisiewicz
2020-10-14Modified conditional to set INSTALL executable to ginstall for FreeBSD.phryk
2020-10-12Allow to opt out of default features for sequoia-* dependenciesIgor Matuszewski
2020-10-06Don't use OS-specific extensions from memsecIgor Matuszewski
2020-10-06Bump memsec to 0.6Igor Matuszewski
2020-09-28ffi: only build during build-release target instead of installingLevente Polyak
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-18Improve install target.Justus Winter
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-08openpgp-ffi, ffi: Fix pkgconfig files.Hartmut Goebel
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-13openpgp-ffi, ffi: Prevent capturing of c-tests's output.Justus Winter
2020-03-13ffi, openpgp-ffi: Properly use LDLIBS to link against Sequoia.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-02-13openpgp-ffi, ffi: Always remake all examples.Justus Winter
2020-02-09openpgp: Add new error, PolicyViolation.Neal H. Walfield
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05python: Fix handling of armored writers.Justus Winter
2020-01-14openpgp: Rework stream verification logic.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-07openpgp-ffi, ffi: Always rebuild C doctests.Justus Winter
2020-01-02openpgp: Mark enum Error non-exhaustive.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
2019-12-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-09-18store: Rename store::Pool to Store.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter