Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make HKP keyserver engine work again. | Werner Koch | 2011-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | We had some debug code here which prevented it from working. The host selection code still needs a review! * ks-engine-http.c (ks_http_help): Do not print help for hkp. * ks-engine-hkp.c (ks_hkp_help): Print help only for hkp. (send_request): Remove test code. (map_host): Use xtrymalloc. * certcache.c (classify_pattern): Remove unused variable and make explicit substring search work. | ||||
* | Add framework to print keyserver engine information | Werner Koch | 2011-02-09 | 1 | -0/+20 |
| | |||||
* | Support key fetching using HTTP. | Werner Koch | 2011-02-09 | 1 | -0/+141 |
A simple test case is: gpg2 --fetch-key http://werner.eifelkommune.de/mykey.asc |