summaryrefslogtreecommitdiffstats
path: root/ffi/include
AgeCommit message (Expand)Author
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.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: Do not use a context where an errp suffices.Justus Winter
2019-01-15ffi: Allocate returned strings using libc.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-08ffi: Add sq_p_key_clone.Justus Winter
2018-12-28ffi: Add sq_signature_to_packet.Justus Winter
2018-12-28ffi: Add sq_tpk_merge_packets.Justus Winter
2018-12-27ffi: Fix function prototype and formatting.Justus Winter
2018-12-27ffi: Add sq_signature_free.Justus Winter
2018-12-17ffi: Fix sq_binding_delete's signature.Neal H. Walfield
2018-12-17ffi: Add support to sq_verify for verifying detached signatures.Neal H. Walfield
2018-12-17ffi: Add a function to return the value of a TPK's primary user idNeal H. Walfield
2018-12-17ffi: Add a function to return a UserID Binding's self signature.Neal H. Walfield
2018-12-17ffi: Add function to query a Key's the public key algo.Neal H. Walfield
2018-12-17ffi: Add a function to get the tag of a packet in a PacketParserResultNeal H. Walfield
2018-12-17ffi: Wrap TPK::from_packet_parser.Neal H. Walfield
2018-12-17ffi: Wrap Key's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap TPK's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap Signature's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Export getters for signature key flags.Neal H. Walfield
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-17ffi: Avoid inline function.Justus Winter
2018-11-26ffi: Add new error code.Neal H. Walfield
2018-11-22Fix typos.Neal H. Walfield
2018-11-22ffi: Fix sq_tsk_new's signature.Neal H. Walfield
2018-11-22ffi: Add a convenience function to convert a tag to a string.Neal H. Walfield
2018-11-22ffi: Wrap PacketParserEOF::is_message.Neal H. Walfield
2018-11-22ffi: Wrap the Decrypt and Verifier interfaces.Neal H. Walfield
2018-11-22ffi: Wrap PKESK::Recipient.Neal H. Walfield
2018-11-22ffi: Wrap PKESK::decrypt.Neal H. Walfield
2018-11-22ffi: Wrap Secret.Neal H. Walfield
2018-11-22ffi: Provide an interface to iterate over Keys in a TPK.Neal H. Walfield
2018-11-22ffi: Wrap tpk::UserIDBinding.Neal H. Walfield
2018-11-22ffi: Wrap TPK.Neal H. Walfield
2018-11-22ffi: Provide an interface to convert a tsk into a tpk.Neal H. Walfield
2018-11-22ffi: Wrap Key::creation_time.Neal H. Walfield
2018-11-22ffi: Wrap some of Signature's methods.Neal H. Walfield
2018-11-22ffi: Wrap RevocationStatus.Neal H. Walfield
2018-11-22ffi: Wrap Pool::lookup_by_keyid and Pool::lookup_by_subkeyid.Neal H. Walfield
2018-11-22ffi: Add sq_writer_stack_write_all.Neal H. Walfield
2018-11-02openpgp: Create revocation certificates for TPKs.Justus Winter
2018-11-02openpgp: Move the packet type definitions around.Justus Winter