Commit Graph

19 Commits

Author SHA1 Message Date
lovetox
572301fe89 [openpgp] Be more resistant against invalid keys 2022-04-18 14:05:10 +02:00
lovetox
f6411db908 [openpgp] Handle keys not suited for xmpp 2022-04-16 20:49:01 +02:00
lovetox
713cea57a6 [openpgp] Add delete key method when using gpgme 2022-04-12 21:52:43 +02:00
lovetox
d3b4a8a056 Adapt to nbxmpp changes 2021-02-28 13:37:50 +01:00
lovetox
e4a88c9d18 [openpgp] Fix error logging
Fixes #446
2020-11-22 00:05:04 +01:00
lovetox
bf8a88d544 [openpgp] Generate keys without protection 2020-11-21 23:44:39 +01:00
lovetox
d8bf566db2 [openpgp] Add GPGME backend 2020-11-21 23:44:39 +01:00
lovetox
c16625f886 [openpgp] Add debug logging for python-gnupg 2020-06-21 23:17:47 +02:00
lovetox
6b58c090bb [openpgp] Use Gajim's sqlite adapter/converter 2020-05-21 22:35:41 +02:00
lovetox
f4b48263a8 [openpgp] Remove JID converter
Converters are registered at sqlite3 module level, the OMEMO plugin
also registers a converter which works differently. The converter
in the OpenPGP plugin is not used so lets remove it.
2020-05-20 23:46:02 +02:00
lovetox
713f08c056 [openpgp] Set gpgbinary to gpg
Fixes #458
2020-05-01 22:15:41 +02:00
Philipp Hörist
482ff2e7c0 Revert "openpgp new"
This reverts commit e53150c94e
2019-03-31 19:57:03 +02:00
Philipp Hörist
e53150c94e openpgp new 2019-03-31 19:55:53 +02:00
Philipp Hörist
6436c1cafa Change logging domains 2019-03-10 10:27:07 +01:00
Philipp Hörist
2b9780a9f9 [openpgp] Refactor Plugin
- Adapt to nbxmpp now supporting openpgp
2019-02-09 20:50:48 +01:00
Philipp Hörist
7ad794daeb [openpgp] Save encryption details 2018-09-14 15:14:51 +02:00
Philipp Hörist
37105a881d [openpgp] Bugfixes
- dont pass Path instance to sqlite3.connect()
- add keydate to devicelist publish
2018-09-09 16:23:26 +02:00
Philipp Hörist
fa9e8f7fa8 [openpgp] Fix some bugs
- Dont use armor when encrypting
- Convert timestamp to int
- Fix getting the default trust
2018-08-31 15:16:45 +02:00
Philipp Hörist
7776ae0a59 [openpgp] Inital commit 2018-08-29 23:39:34 +02:00