diff options
author | Werner Koch <[email protected]> | 2007-06-20 11:16:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-20 11:16:42 +0000 |
commit | 09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11 (patch) | |
tree | 7b5d692846eeed89f8c419814b791188488290fe /doc | |
parent | Made percent_escape more general. (diff) | |
download | gnupg-09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11.tar.gz gnupg-09cc0ee7bebcdde9f5a40e827a9e29f9ae7fdf11.zip |
[w32] gpg-agent is now started automagically by gpgsm.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/glossary.texi | 5 | ||||
-rw-r--r-- | doc/gpg-agent.texi | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index df1b7d82f..a87680b2b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-06-19 Werner Koch <[email protected]> + + * glossary.texi (Glossary): Describe PSE. + 2007-06-18 Werner Koch <[email protected]> * gpg-agent.texi (Agent GETINFO): New. diff --git a/doc/glossary.texi b/doc/glossary.texi index 5ea4a95f2..6eede19d2 100644 --- a/doc/glossary.texi +++ b/doc/glossary.texi @@ -26,5 +26,10 @@ entered as a 40 character hexadecimal formatted string. The @emph{Online Certificate Status Protocol} is used as an alternative to a @acronym{CRL}. It is described in @code{RFC 2560}. +@item PSE + The @emph{Personal Security Environment} describes a database to +store private keys. This is either a smartcard or a collection of files +on a disk; the latter is often called a Soft-PSE. + @end table diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index a079b3095..85ce1acd4 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -832,7 +832,7 @@ Here is an example session: @subsection Generating a Key This is used to create a new keypair and store the secret key inside the -active PSE -w which is in most cases a Soft-PSE. An not yet defined +active PSE --- which is in most cases a Soft-PSE. An not yet defined option allows to choose the storage location. To get the secret key out of the PSE, a special export tool has to be used. |