1 |
* Select the signing subkey. |
* Select the signing subkey. |
2 |
|
|
3 |
* Allow to use --hidden-recipient. |
* Allow to use --hidden-recipient. |
4 |
|
|
5 |
* Grep for 'XXX' and implement the missing code or |
* Grep for 'XXX' and implement the missing code or |
6 |
replace the dummy code with real code. |
replace the dummy code with real code. |
7 |
|
|
8 |
* If the card is not inserted and for example gpgme_op_sign |
* If the card is not inserted and for example gpgme_op_sign |
9 |
is called there is no real error. |
is called there is no real error. |
10 |
(IMHO: gpgme should care for 'CARDCTRL 5' and then return |
(IMHO: gpgme should care for 'CARDCTRL 5' and then return |
11 |
GPG_ERR_CARD_REMOVED) |
GPG_ERR_CARD_REMOVED) |
12 |
|
|
13 |
* When a revocation certificate is imported, there is no way |
* When a revocation certificate is imported, there is no way |
14 |
to call the user why the key has been revoked |
to call the user why the key has been revoked |
15 |
(superseded, insecure, ....) and the optional text. |
(superseded, insecure, ....) and the optional text. |
16 |
|
|
17 |
* The current way to send large file through pipes is OK as |
* The current way to send large file through pipes is OK as |
18 |
long as the file is not too large. The limite is <100 MB. |
long as the file is not too large. The limite is <100 MB. |
19 |
Otherwise the process would take too much time and propably |
Otherwise the process would take too much time and propably |
20 |
the window/process freezes up. |
the window/process freezes up. |
21 |
(ts: should be fixed with gpgme 1.1.1) |
(ts: should be fixed with gpgme 1.1.1) |
22 |
|
|
23 |
|
|