1 |
|
Stack Smashing Protector (SSP) |
2 |
|
============================== |
3 |
|
|
4 |
|
If the enable this feature, an additional DLL |
5 |
|
"libssp-0.dll" is required on Windows machines! |
6 |
|
|
7 |
|
|
8 |
|
Tasks / Bugs / Items |
9 |
|
==================== |
10 |
|
|
11 |
(priority: + high, * normal, - low) |
(priority: + high, * normal, - low) |
12 |
|
|
13 |
* change the file manager verify error message when an expired |
* change the file manager verify error message when an expired |
14 |
key has been used to sign a file. |
key has been used to sign a file. |
|
* offer to generate a key which is stored on the smart card |
|
|
on the first start. |
|
15 |
* set imported private keys automatically to "ultimate" ownertrust? |
* set imported private keys automatically to "ultimate" ownertrust? |
16 |
* there is a problem with the +E hotkey in EURO countries. |
* there is a problem with the +E hotkey in EURO countries. |
17 |
- migrate keyserver code to use the HTTP class. |
- migrate keyserver code to use the HTTP class. |
34 |
* CARD |
* CARD |
35 |
- sign/decrypt |
- sign/decrypt |
36 |
- factor out some common code into wptCardManager.cpp |
- factor out some common code into wptCardManager.cpp |
37 |
- Move the both managers (key/file) to separate applications |
* Factor out some Managers into separate applications and provide |
38 |
and use MFC control elemens for the treelist element. |
a core library for common tasks. |
39 |
* Implement the non-swapable memory for passphrase handling. |
* Implement the non-swapable memory for passphrase handling. |
40 |
- Allow to use "XP skins" to provide a better look in a XP/Vista |
Implement "LockSetForegroundWindow". |
|
environment. |
|
41 |
|
|
42 |
Wishlist/todo for the GPGME package: |
Wishlist/todo for the GPGME package: |
43 |
==================================== |
==================================== |
52 |
GPG_ERR_CARD_REMOVED) |
GPG_ERR_CARD_REMOVED) |
53 |
|
|
54 |
* The current way to send large file through pipes is OK as |
* The current way to send large file through pipes is OK as |
55 |
long as the file is not too large. The limite is <100 MB. |
long as the file is not too large. The limit is <100 MB. |
56 |
Otherwise the process would take too much time and propably |
Otherwise the process would take too much time and propably |
57 |
the window/process freezes up. |
the window/process freezes up. |
58 |
(fixed in gpgme 1.1.1) |
(fixed in gpgme 1.1.1) |
59 |
|
|
60 |
|
|
61 |
|
Mobile Mode |
62 |
|
=========== |
63 |
|
|
64 |
|
To allow to run WinPT from an USB stick without any dependencies, |
65 |
|
we need to provide stubs for the registry access. This is done in |
66 |
|
wptRegistryMobile.cpp. It must be assured that no system variable |
67 |
|
or path will be used. For example that GPG uses an existing homedir |
68 |
|
on the hard disk instead of the USB stick keyrings. |