aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/misc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-23Move copy_stream function to misc.c.Neal H. Walfield1-0/+2
* dirmngr/ks-action.c (copy_stream): Move function from here... * dirmngr/misc.c (copy_stream): ... to here and drop the static qualifier. * dirmngr/misc.h (copy_stream): Add declaration. -- Signed-off-by: Neal H. Walfield <[email protected]>
2015-03-23Move armor_data to misc.c.Neal H. Walfield1-0/+4
* dirmngr/ks-engine-hkp.c (armor_data): Move function from here... * dirmngr/misc.c (armor_data): ... to here and drop static qualifier. * dirmngr/misc.h: New declaration. -- Signed-off-by: Neal H. Walfield <[email protected]>
2014-09-10dirmngr: Support https for KS_FETCH.Werner Koch1-0/+4
* dirmngr/ks-engine-hkp.c (cert_log_cb): Move to ... * dirmngr/misc.c (cert_log_cb): here. * dirmngr/ks-engine-http.c (ks_http_fetch): Support 307-redirection and https. -- Note that this requires that the root certificates are registered using the --hkp-cacert option. Eventually we may introduce a separate option to allow using different CAs for KS_FETCH and keyserver based requests.
2010-08-06More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch1-8/+2
tests show that it works on W32.
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-0/+87
A few code changes to support dirmngr.