summaryrefslogtreecommitdiffstats
path: root/ffi/include
AgeCommit message (Expand)Author
2018-10-17openpgp: Remove unused errors.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-09openpgp: Add error for unsupported AEAD algorithms.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-28openpgp,ffi: Add an error indicating a message has been manipulated.Justus Winter
2018-09-28ffi: Update error.h.Justus Winter
2018-09-10ffi: Provide an FFI to work with sq_packet_parser_result_t's.Neal H. Walfield
2018-09-07ffi: Update openpgp.h.Neal H. Walfield
2018-08-16openpgp: Delete deprecated TPK::new().Justus Winter
2018-08-16ffi: Bind the new TPK builder.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-26ffi: Add glue and tests for the armor reader methods.Justus Winter
2018-07-25ffi: Expose armor header writing.Justus Winter
2018-07-25ffi: Fix prototype and example.Justus Winter
2018-07-22ffi: Expose the TSK functions.Justus Winter
2018-07-20ffi: Expose the streaming serialization functions.Justus Winter
2018-07-20ffi: Add a new allocating writer.Justus Winter
2018-07-20ffi: Bind Fingerprint::as_slice().Justus Winter
2018-07-20ffi: Fix documentation.Justus Winter
2018-07-17openpgp: Add function to query the parsed packets tag.Justus Winter
2018-07-17ffi: Add some accessor functions.Justus Winter
2018-07-17ffi: Add missing packet types.Justus Winter
2018-06-25openpgp: Drop the alias for Kind::SecretKey.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-04-26openpgp: Add an error for invalid arguments.Justus Winter
2018-04-10ffi: Fix type of buffers.Justus Winter
2018-04-09ffi: Add destructor for Packets.Justus Winter
2018-03-27ffi: Add glue for low-level parsing machinery.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: Improve error reporting when creating contexts.Justus Winter
2018-03-15ffi: Improve error reporting.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: 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