summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2011-05-23 18:25:16 +0900
committerDaiki Ueno <ueno@unixuser.org>2011-05-25 11:54:36 +0900
commit44393d7959758e5298b0238dca26ff8f17635e6b (patch)
tree327897dbed2761944f870a39218808c424bb2b64 /doc
parenteffa502bf5e30ddd9c9862a1b3e9398df61da846 (diff)
downloadlibgcrypt-44393d7959758e5298b0238dca26ff8f17635e6b.tar.gz
Support PSS.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 8bafc313..b3dc127d 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -2327,9 +2327,12 @@ sub-S-expression named `flags'; the following flags are known:
@table @code
@item pkcs1
-Use PKCS#1 block type 2 padding.
+Use PKCS#1 block type 2 padding for encryption, block type 1 padding
+for signing.
@item oaep
-Use RSA-OAEP padding.
+Use RSA-OAEP padding for encryption.
+@item pss
+Use RSA-PSS padding for signing.
@item no-blinding
Do not use a technique called `blinding', which is used by default in
order to prevent leaking of secret information. Blinding is only