summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-09 16:05:43 +0000
commit0ee2166cc50cffba02514b686c6bf75c76ff2e62 (patch)
treeeac5fd77f831fc78bc2ce83650d18cceaf5ebabc /doc
parent067707e3673c78aa369ab84445c625719557cf8c (diff)
New functions to add and free up application defined signature OIDs.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/pkeyutl.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/apps/pkeyutl.pod b/doc/apps/pkeyutl.pod
index 9366d967cb..74055df2e6 100644
--- a/doc/apps/pkeyutl.pod
+++ b/doc/apps/pkeyutl.pod
@@ -152,11 +152,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. 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.
=back