summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-01-17 17:51:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-01-18 15:04:49 +0000
commit137096a7ead3738a0035b9e760b7c3f74b7555a3 (patch)
tree1e1da10e1044bd833d02c551710a93846fb3835e /doc/man1
parent3c441c2eb7688837ca2884f2be0c0abd1095abb5 (diff)
Defines and strings for special salt length values, add tests
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2236)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/pkeyutl.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man1/pkeyutl.pod b/doc/man1/pkeyutl.pod
index 6fc0325464..310c5ccdcb 100644
--- a/doc/man1/pkeyutl.pod
+++ b/doc/man1/pkeyutl.pod
@@ -215,11 +215,11 @@ specified.
=item B<rsa_pss_saltlen:len>
-For B<pss> mode only this option specifies the salt length. Two special values
-are supported: -1 sets the salt length to the digest length. When signing -2
-sets the salt length to the maximum permissible value. When verifying -2 causes
-the salt length to be automatically determined based on the B<PSS> block
-structure.
+For B<pss> mode only this option specifies the salt length. Three special
+values are supported: "digest" sets the salt length to the digest length,
+"max" sets the salt length to the maximum permissible value. When verifying
+"auto" causes the salt length to be automatically determined based on the
+B<PSS> block structure.
=item B<rsa_mgf1_md:digest>