Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-12 | dirmngr: Initialize cache from sysconfig dir | Andre Heinecke | 1 | -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-24 | doc: Update dirmngr.texi | Werner Koch | 1 | -57/+82 | |
-- | |||||
2014-05-05 | dirmngr: Add support for hkps keyservers. | Werner Koch | 1 | -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-16 | Auto-start dirmngr. | Werner Koch | 1 | -10/+11 | |
2010-06-17 | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 1 | -0/+251 | |
2010-06-10 | Include dirmngr manual | Werner Koch | 1 | -0/+788 | |