1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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:
Werner Koch 2011-02-09 15:42:29 +01:00
parent 2c79a2832c
commit f02d972aec
6 changed files with 164 additions and 8 deletions

View file

@ -51,7 +51,7 @@ dirmngr_SOURCES = dirmngr.c dirmngr.h server.c crlcache.c crlfetch.c \
cdb.h cdblib.c ldap.c misc.c dirmngr-err.h w32-ldap-help.h \
ocsp.c ocsp.h validate.c validate.h ldap-wrapper.h $(ldap_url) \
ks-action.c ks-action.h ks-engine.h \
ks-engine-hkp.c ks-engine-finger.c
ks-engine-hkp.c ks-engine-http.c ks-engine-finger.c
if USE_LDAPWRAPPER
dirmngr_SOURCES += ldap-wrapper.c