Roundup Tracker - Issues

Issue 1210947

classification
encrypted emails from and to tracker
Type: rfe Severity: normal
Components: Interface Versions:
process
Status: closed fixed
:
: schlatterbeck : jpend, richard, schlatterbeck, tobias-herp
Priority: normal :

Created on 2005-05-29 21:02 by anonymous, last changed 2012-01-05 20:02 by schlatterbeck.

Messages
msg3379 Author: [hidden] (anonymous) Date: 2005-05-29 21:02
I need to have the emails that go from and to the tracker 
to be encrypted, so that nobody on the way can read it. 
Https is not an option. 
There could be a file with per-user passwords for email 
encryption. It should not be too difficult.

Best regards
  Dirk
msg3380 Author: [hidden] (tobias-herp) Date: 2006-01-25 23:54
Logged In: YES 
user_id=805804

Of course, common public key algorithms should be used for this.

How about this:
Whoever uploads his/her public key will receive encrypted
mails from roundup and may decide that the tracker should
accept validly signed mails (for this account) only.

The tracker instance would need a public key, too, to be
able to receive encrypted messages.

A later version might be able to get a missing key from a
public keyserver when receiving a signed mail.

There appears to be a Python crypto project
(http://www.amk.ca/python/code/crypto) which might be useful ;-)
msg3381 Author: [hidden] (jpend) Date: 2007-09-22 07:26
Support for receiving signed or encrypted messages (with the assistance of pyme) has been checked in to CVS. Sending encrypted or signed messages is still not supported.
msg4472 Author: [hidden] (schlatterbeck) Date: 2012-01-05 20:02
I've recently implemented encrypted PGP messages to and from the
tracker. This will be in 1.4.20.
History
Date User Action Args
2012-01-05 20:02:47schlatterbecksetstatus: open -> closed
assignee: richard -> schlatterbeck
resolution: fixed
messages: + msg4472
nosy: + tobias-herp, schlatterbeck, - tobias-herp
2005-05-29 21:02:53anonymouscreate