diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-06-28 21:59:11 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-06-28 21:59:11 +0000 |
commit | 8ecb5b75eac35dd843a1e99ad71bebc8b0ab8f44 (patch) | |
tree | 51b41e1a82db7d365d56d1ab4dbe6b6382aa6616 | |
parent | added possibility to add keyserver to keyserverlist in settings dialog (diff) | |
download | gpg4usb-8ecb5b75eac35dd843a1e99ad71bebc8b0ab8f44.tar.gz gpg4usb-8ecb5b75eac35dd843a1e99ad71bebc8b0ab8f44.zip |
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@917 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | TODO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -12,16 +12,19 @@ Release 0.3.3 - exclude translators list from about dialog [DONE] - change docu on file de- and encryption - localize output of gpgme +- add possibility to set alternative relative path to keydb [DONE] +- add possibility for creation of RSA keys [DONE] +- set DSA subkey to user specified size, not only 1024 bit [DONE] +- add posibility to add keyserver in settings [DONE] +- add posibility to remove keyserver in settings BUGS: - key generation doesn't work sometimes -- The new wizard leaves an empty key in the registry (with GnuPG not installed locally): HKEY_CURRENT_USER\Software\GNU\GNUPG - (bug localized in method getGnuPGHome wizard.cpp line 323) +- The new wizard leaves an empty key in the registry (with GnuPG not installed locally): HKEY_CURRENT_USER\Software\GNU\GNUPG [FIXED] Release 0.3.4 - Catch bad passphrase message - add keyless encryption -- add posibility to add keyserver in settings - set gpgme error language to chosen language (context.cpp:49) - Add default key functionality - encrypt and sign, decrypt and verify (?) |