Fix typo and improve a bit of text
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
1c735804a2
commit
d231a4010b
1 changed files with 5 additions and 4 deletions
|
@ -140,13 +140,14 @@ EVP_get_digestbyname() function for example B<sha1>.
|
||||||
|
|
||||||
=head1 RSA ALGORITHM
|
=head1 RSA ALGORITHM
|
||||||
|
|
||||||
The RSA algorithm supports encrypt, decrypt, sign, verify and verifyrecover
|
The RSA algorithm generally supports the encrypt, decrypt, sign,
|
||||||
operations in general. Some padding modes only support some of these
|
verify and verifyrecover operations. However, some padding modes
|
||||||
operations however.
|
support only a subset of these operations. The following additional
|
||||||
|
B<pkeyopt> values are supported:
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
||||||
=item -B<rsa_padding_mode:mode>
|
=item B<rsa_padding_mode:mode>
|
||||||
|
|
||||||
This sets the RSA padding mode. Acceptable values for B<mode> are B<pkcs1> for
|
This sets the RSA padding mode. Acceptable values for B<mode> are B<pkcs1> for
|
||||||
PKCS#1 padding, B<sslv23> for SSLv23 padding, B<none> for no padding, B<oaep>
|
PKCS#1 padding, B<sslv23> for SSLv23 padding, B<none> for no padding, B<oaep>
|
||||||
|
|
Loading…
Reference in a new issue