~ubuntu-branches/ubuntu/dapper/gnupg2/dapper

« back to all changes in this revision

Viewing changes to doc/glossary.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Mueller
  • Date: 2005-03-29 10:30:32 UTC
  • Revision ID: james.westby@ubuntu.com-20050329103032-sj42n2ain3ipx310
Tags: upstream-1.9.15
ImportĀ upstreamĀ versionĀ 1.9.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@c Copyright (C) 2004 Free Software Foundation, Inc.
 
2
@c This is part of the GnuPG manual.
 
3
@c For copying conditions, see the file gnupg.texi.
 
4
 
 
5
@node Glossary
 
6
@unnumbered Glossary
 
7
 
 
8
 
 
9
@table @samp
 
10
@item ARL
 
11
      The @emph{Authority Revocation List} is technical identical to a
 
12
@acronym{CRL} but used for @acronym{CA}s and not for end user
 
13
certificates.
 
14
 
 
15
@item CRL
 
16
      The @emph{Certificate Revocation List} is a list containing
 
17
certificates revoked by the issuer.
 
18
 
 
19
@item Keygrip
 
20
      This term is used by GnuPG to describe a 20 byte hash value used
 
21
to identify a certain key without referencing to a concrete protocol.
 
22
It is used internally to access a private key.  Usually it is shown and
 
23
entered as a 40 character hexadecimal formatted string.
 
24
 
 
25
@item OCSP
 
26
      The @emph{Online Certificate Status Protocol} is used as an
 
27
alternative to a @acronym{CRL}.  It is described in @code{RFC 2560}.
 
28
 
 
29
 
 
30
@end table