aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dirmngr.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-12dirmngr: Initialize cache from sysconfig dirAndre Heinecke1-17/+16
* dirmngr/certcache.c (cert_cache_init): Load certificates from sysconfig dir instead of the homeidr. * dirmngr/dirmngr.c (main): Removed parsing of obsolete homedir_data option. * dirmngr/dirmngr.h (opt): Removed homedir_data. * doc/dirmngr.texi: Update and clarify certs directory doc. -- Using the homedir for extra-certs and trusted-certs makes little sense when dirmngr is used with a caller that manages it's own store of certificates and can provide those through the SENDCERT command. You can use trusted-certs and extra-certs to provide users with a base of locally available certificates that are not already in store of the applications.
2014-11-24doc: Update dirmngr.texiWerner Koch1-57/+82
--
2014-05-05dirmngr: Add support for hkps keyservers.Werner Koch1-67/+78
* dirmngr/dirmngr.c: Include gnutls.h. (opts): Add --gnutls-debug and --hkp-cacert. (opt_gnutls_debug, my_gnutls_log): New. (set_debug): Set gnutls log level. (parse_rereadable_options): Register a CA file. (main): Init GNUTLS. * dirmngr/ks-engine-hkp.c (ks_hkp_help): Support hkps. (send_request): Ditto.
2010-08-16Auto-start dirmngr.Werner Koch1-10/+11
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+251
2010-06-10Include dirmngr manualWerner Koch1-0/+788