diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 5 | ||||
-rw-r--r-- | doc/scdaemon.texi | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index f832b8ebd..bfb1d9353 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -897,10 +897,15 @@ Here is an example session: C: D (b 3F444677CA))) C: END S: # session key follows + S: S PADDING 0 S: D (value 1234567890ABCDEF0) S: OK descryption successful @end example +The “PADDING” status line is only send if gpg-agent can tell what kind +of padding is used. As of now only the value 0 is used to indicate +that the padding has been removed. + @node Agent PKSIGN @subsection Signing a Hash diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index f454f1428..1a4b6d7b1 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -600,6 +600,10 @@ using the command where @var{keyid} is the hexified ID of the key to be used. +If the card is ware of the apdding format a status line with padding +information is send before the plaintext data. The key for this +status line is @code{PADDING} with the only defined value being 0 and +meaning padding has been removed. @node Scdaemon GETATTR @subsection Read an attribute's value. |