wok diff dirmngr/description.txt @ rev 20488
Up perl-dbd-mysql (4.048), perl-dbd-pg (3.7.4), perl-dbd-sqlite (1.58)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 26 10:45:25 2018 +0200 (2018-10-26) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dirmngr/description.txt Fri Oct 26 10:45:25 2018 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +DirMngr - X.509 Directory Manager 1.5 + 1.6 +DirMngr is a server for managing and downloading certificate revocation lists 1.7 +(CRLs) for X.509 certificates and for downloading the certificates themselves. 1.8 +Dirmngr also handles OCSP requests as an alternative to CRLs. Dirmngr is either 1.9 +invoked internally by gpgsm (GnuPG-2) or when running as a system daemon 1.10 +through the dirmngr-client tool. 1.11 + 1.12 +Note that GnuPG includes an updated Dirmngr starting with GnuPG 2.1. Do not 1.13 +expect that this standalone Dirmngr package will be maintained in the future.