aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-engine-finger.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-09Add framework to print keyserver engine informationWerner Koch1-0/+22
2011-02-09Support key fetching using HTTP.Werner Koch1-2/+2
A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc
2011-02-08Add finger support to dirmngr.Werner Koch1-0/+101
The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:[email protected] (I might be the last user of finger ;-)