Bug #2130
ChatSecure.write() should write unencrypted properties file into memory
Status: | New | Start date: | 10/18/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.3 | |||
Component: |
Description
instead of writing to a tmp file, ChatSecure.write()
should write unencrypted properties file into memory, then pipe that copy to the openssl command. Then it would stop creating extra copies of the file with the private keys in it.