diff options
| author | jim <> | 2014-05-04 22:26:33 +0000 |
|---|---|---|
| committer | jim <> | 2014-05-04 22:26:33 +0000 |
| commit | cd97ab584496168ea99dfe43e3be997ea086b8e6 (patch) | |
| tree | c61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/RSA_private_encrypt.pod | |
| parent | 18a7f65e7a1b8f6fab29266772aee3efe424a41a (diff) | |
| download | openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.gz openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.tar.bz2 openbsd-cd97ab584496168ea99dfe43e3be997ea086b8e6.zip | |
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_private_encrypt.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/RSA_private_encrypt.pod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/RSA_private_encrypt.pod b/src/lib/libcrypto/doc/RSA_private_encrypt.pod index 4c4d131172..aa2bc1bd76 100644 --- a/src/lib/libcrypto/doc/RSA_private_encrypt.pod +++ b/src/lib/libcrypto/doc/RSA_private_encrypt.pod | |||
| @@ -29,10 +29,9 @@ B<padding> denotes one of the following modes: | |||
| 29 | 29 | ||
| 30 | =item RSA_PKCS1_PADDING | 30 | =item RSA_PKCS1_PADDING |
| 31 | 31 | ||
| 32 | PKCS #1 v1.5 padding. This function does not handle the | 32 | PKCS #1 v1.5 padding. This function does not handle the B<algorithmIdentifier> |
| 33 | B<algorithmIdentifier> specified in PKCS #1. When generating or | 33 | specified in PKCS #1. When generating or verifying PKCS #1 signatures, |
| 34 | verifying PKCS #1 signatures, L<RSA_sign(3)|RSA_sign(3)> and L<RSA_verify(3)|RSA_verify(3)> should be | 34 | L<RSA_sign(3)|RSA_sign(3)> and L<RSA_verify(3)|RSA_verify(3)> should be used. |
| 35 | used. | ||
| 36 | 35 | ||
| 37 | =item RSA_NO_PADDING | 36 | =item RSA_NO_PADDING |
| 38 | 37 | ||
