diff options
Diffstat (limited to 'src/lib/libcrypto/doc/d2i_RSAPublicKey.pod')
-rw-r--r-- | src/lib/libcrypto/doc/d2i_RSAPublicKey.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod b/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod index aa6078bcf6..1711dc038f 100644 --- a/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod +++ b/src/lib/libcrypto/doc/d2i_RSAPublicKey.pod | |||
@@ -49,8 +49,8 @@ i2d_X509() described in the L<d2i_X509(3)|d2i_X509(3)> manual page. | |||
49 | The B<RSA> structure passed to the private key encoding functions should have | 49 | The B<RSA> structure passed to the private key encoding functions should have |
50 | all the PKCS#1 private key components present. | 50 | all the PKCS#1 private key components present. |
51 | 51 | ||
52 | The data encoded by the private key functions is unencrypted and therefore | 52 | The data encoded by the private key functions is unencrypted and therefore |
53 | offers no private key security. | 53 | offers no private key security. |
54 | 54 | ||
55 | The NET format functions are present to provide compatibility with certain very | 55 | The NET format functions are present to provide compatibility with certain very |
56 | old software. This format has some severe security weaknesses and should be | 56 | old software. This format has some severe security weaknesses and should be |