mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Support key fetching using HTTP.
A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc
This commit is contained in:
parent
2c79a2832c
commit
f02d972aec
6 changed files with 164 additions and 8 deletions
|
@ -1,3 +1,11 @@
|
|||
2011-02-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* ks-action.c (ks_action_fetch): Support http URLs.
|
||||
* ks-engine-http.c: New.
|
||||
|
||||
* ks-engine-finger.c (ks_finger_get): Rename to ks_finger_fetch.
|
||||
Change caller.
|
||||
|
||||
2011-02-08 Werner Koch <wk@g10code.com>
|
||||
|
||||
* server.c (cmd_ks_fetch): New.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue