| 7 |
* do full regression tests on as many platforms possible |
* do full regression tests on as many platforms possible |
| 8 |
+ list only these platforms as supported |
+ list only these platforms as supported |
| 9 |
* resolve any new critical issues |
* resolve any new critical issues |
| 10 |
|
* keylifetime and key{grace,overlap}period needs to be documented once |
| 11 |
|
it's finished; seems to work nicely for mixmaster keys so far, pgp |
| 12 |
|
still giving problems |
| 13 |
|
- move self/binding signatures to the secret keyrings |
| 14 |
|
- display expiration date in ascii summary of keys |
| 15 |
|
- if there is no expiration date on existing keys, |
| 16 |
|
do _not_ add one, if there already is an expiration |
| 17 |
|
date on they key, do _not_ change it |
| 18 |
|
- only list the latest key of each type in pgpkeys.txt |
| 19 |
|
(similar to how weasel's patch does it with mix keys) |
| 20 |
|
- make keymgt(0|1) create new pgp keys if old ones are |
| 21 |
|
expires/due to expire |
| 22 |
|
- for later: do not encrypt to expired keys, do not |
| 23 |
|
decrypt to keys that expired longer than graceperiod ago |
| 24 |
|
* saner usage of /dev/[u]random is required |
| 25 |
|
* document DUMMYMAILINPROBABILITY / DUMMYMAILOUTPROBABILITY |
| 26 |
|
|
| 27 |
Items for 3.0 or 3.0.1 |
Items for 3.0 or 3.0.1 |
| 28 |
|
|
| 29 |
|
* support a list of remailers not to be selected as *. |
| 30 |
* allow for verification of clearsigned OpenPGP messages |
* allow for verification of clearsigned OpenPGP messages |
| 31 |
* AES support -- requires OpenSSL 0.9.7 |
* AES support -- requires OpenSSL 0.9.7 |
| 32 |
* further mpgp testing of AES/MDC packet support |
* further mpgp testing of AES/MDC packet support |
| 36 |
* documentation issues resolved |
* documentation issues resolved |
| 37 |
+ mpgp man page |
+ mpgp man page |
| 38 |
* check and enforce OpenPGP key expiration date |
* check and enforce OpenPGP key expiration date |
| 39 |
* Have supported cpunks/mixes in -conf reply |
* find bug that is causing t* files to linger |
|
similar to Reliable (480330) |
|
| 40 |
* further debugging |
* further debugging |
| 41 |
|
|
| 42 |
Further wishlist: |
Further wishlist: |
| 43 |
|
|
|
* set an expiration date on OpenPGP keys |
|
|
* investigate whether and how it is feasible to |
|
|
add expiration/creation dates to mixmaster keys |
|
|
if feasible, implement setting and checking |
|
|
* Add FOOTER setting (490117) |
|
| 44 |
* Automatic key handling: |
* Automatic key handling: |
| 45 |
+ create new PGP keys automatically if |
+ create new PGP keys automatically if |
| 46 |
current keys are about to expire |
current keys are about to expire |
| 47 |
+ requires implementing key signing, key deletion |
+ requires implementing key signing, key deletion |
| 48 |
+ create new mixmaster keys automatically |
+ create new mixmaster keys automatically |
| 49 |
if necessary |
if necessary (almost done, see keylifetime etc above) |
| 50 |
+ Automatically announce new keys? |
+ Automatically announce new keys? |
| 51 |
- implement remailer-key signing? |
- implement remailer-key signing? |
| 52 |
- if yes, which key? |
- if yes, which key? |
| 53 |
* make mpgp friendlier |
* make mpgp friendlier |
| 54 |
|
* store nym public keys locally |