From: Viktor Dukhovni Date: Mon, 7 Dec 2015 03:17:15 +0000 (-0500) Subject: Fix typo and improve a bit of text X-Git-Tag: OpenSSL_1_1_0-pre1~126 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=d231a4010bfa4032dc24a74c6cd3073e252864c4 Fix typo and improve a bit of text Reviewed-by: Tim Hudson --- diff --git a/doc/apps/pkeyutl.pod b/doc/apps/pkeyutl.pod index b43763554e..a7b75e6c75 100644 --- a/doc/apps/pkeyutl.pod +++ b/doc/apps/pkeyutl.pod @@ -140,13 +140,14 @@ EVP_get_digestbyname() function for example B. =head1 RSA ALGORITHM -The RSA algorithm supports encrypt, decrypt, sign, verify and verifyrecover -operations in general. Some padding modes only support some of these -operations however. +The RSA algorithm generally supports the encrypt, decrypt, sign, +verify and verifyrecover operations. However, some padding modes +support only a subset of these operations. The following additional +B values are supported: =over 4 -=item -B +=item B This sets the RSA padding mode. Acceptable values for B are B for PKCS#1 padding, B for SSLv23 padding, B for no padding, B