mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add kludge for broken HTTP proxies.
This commit is contained in:
parent
7c67adea66
commit
fda386855b
20 changed files with 140 additions and 83 deletions
7
TODO
7
TODO
|
@ -2,15 +2,14 @@
|
|||
* Check that no secret temporary results are stored in the result parameter
|
||||
of the mpi functions. We have already done this for mpi-mul.c
|
||||
|
||||
* Dlopen does not yet work under W32.
|
||||
|
||||
* check whether we can remove all the expire stuff in trustdb because this
|
||||
is now done in getkey.
|
||||
|
||||
* Can we output things like the preferences?
|
||||
|
||||
* We need another special packet at the end of a clearsign message to mark
|
||||
it's end and allow for multiple signature for one message.
|
||||
it's end and allow for multiple signature for one message. And
|
||||
add a real grammar to the code in mainproc.c
|
||||
|
||||
* option to set the signature expiration time for key sigs.
|
||||
|
||||
|
@ -43,6 +42,8 @@
|
|||
|
||||
* Add an is_valid flag to each user ID.
|
||||
|
||||
* Do notcreate a secring.pgpif it is not needed; I have fixed this
|
||||
sometime ago but it has later reappeared.
|
||||
|
||||
Scheduled for 1.1
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue