summaryrefslogtreecommitdiff
path: root/src/rexmpp_openpgp.c
AgeCommit message (Expand)Author
2023-11-11Check realloc(3) return valuesdefanor
2023-09-29Add more checks, tests, and documentationdefanor
2023-09-15Abstract out random generationdefanor
2023-09-07Implement XML serialization in C and in Rustdefanor
2023-09-06Fix XML node freeing in rexmpp_openpgp.cdefanor
2023-05-23Replace libxml2's xmlNode with a custom XML structuredefanor
2021-10-02Use a custom base64 implementationdefanor
2021-10-02Use libgcrypt for hashing and randomdefanor
2021-09-24Pass user-provided pointers to <iq> callback functionsdefanor
2021-09-22Fix a few GCC warningsdefanor
2021-09-19Make GPGME optionaldefanor
2021-03-10Allow to choose which OpenPGP keys to use for signingdefanor
2021-02-12Add a few XEP-0060 (pubsub) helper functionsdefanor
2021-02-11Allow to reupload OpenPGP keys, without stripping signaturesdefanor
2021-02-08Adjust and document XEP-0373 APIdefanor
2021-02-07Add dedicated functions for message signing and encryptiondefanor
2021-02-07Add rexmpp_openpgp_set_signers functiondefanor
2021-02-07Use gsasl_nonce for random paddingdefanor
2021-02-07Use gpgme_key_unref instead of gpgme_key_releasedefanor
2021-02-07Clear the list of signers before filling it againdefanor
2021-02-07Delete OpenPGP key node on key retractiondefanor
2021-02-07Add the rexmpp_openpgp_retract_key functiondefanor
2021-02-07Only attempt to sign messages with available secret keysdefanor
2021-02-07Add the rexmpp_openpgp_set_home_dir utility functiondefanor
2021-01-19Add XEP-0373 (OpenPGP for XMPP) implementation notesdefanor
2020-11-23Use stricter compiler checksdefanor
2020-11-20Handle XEP-0402: PEP Native Bookmarksdefanor
2020-11-20Add rexmpp_xml_parsedefanor
2020-11-20Add XEP-0373 message verificationdefanor
2020-11-20Use gmtime_r instead of gmtimedefanor
2020-11-20Fix signcrypt's random padding's length, check for errorsdefanor
2020-11-20Don't include own JID into <signcrypt/>, always encrypt for selfdefanor
2020-11-19Sign messages with appropriate keysdefanor
2020-11-19Implement XEP-0373: OpenPGP for XMPPdefanor