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