diff options
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 5 |
1 files changed, 5 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 |