diff options
author | jsing <> | 2014-07-09 16:05:44 +0000 |
---|---|---|
committer | jsing <> | 2014-07-09 16:05:44 +0000 |
commit | 241b6a38fd4cff90e8e18e7c8dd2e6371f86a8e9 (patch) | |
tree | a85e7cbafc9bd9b411707c61fb2f28baa11b4936 /src | |
parent | 0f2875aae60895bcd999b372347b1d48169e869b (diff) | |
download | openbsd-241b6a38fd4cff90e8e18e7c8dd2e6371f86a8e9.tar.gz openbsd-241b6a38fd4cff90e8e18e7c8dd2e6371f86a8e9.tar.bz2 openbsd-241b6a38fd4cff90e8e18e7c8dd2e6371f86a8e9.zip |
miod@ fixed the "bug" so remove reference to it in the man pod^Wpage.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/doc/RSA_sign.pod | 5 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/crypto/RSA_sign.pod | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/doc/RSA_sign.pod b/src/lib/libcrypto/doc/RSA_sign.pod index 061c0e2437..a82f221909 100644 --- a/src/lib/libcrypto/doc/RSA_sign.pod +++ b/src/lib/libcrypto/doc/RSA_sign.pod | |||
@@ -39,11 +39,6 @@ on successful verification, 0 otherwise. | |||
39 | 39 | ||
40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | 40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. |
41 | 41 | ||
42 | =head1 BUGS | ||
43 | |||
44 | Certain signatures with an improper algorithm identifier are accepted | ||
45 | for compatibility with SSLeay 0.4.5 :-) | ||
46 | |||
47 | =head1 CONFORMING TO | 42 | =head1 CONFORMING TO |
48 | 43 | ||
49 | SSL, PKCS #1 v2.0 | 44 | SSL, PKCS #1 v2.0 |
diff --git a/src/lib/libssl/src/doc/crypto/RSA_sign.pod b/src/lib/libssl/src/doc/crypto/RSA_sign.pod index 061c0e2437..a82f221909 100644 --- a/src/lib/libssl/src/doc/crypto/RSA_sign.pod +++ b/src/lib/libssl/src/doc/crypto/RSA_sign.pod | |||
@@ -39,11 +39,6 @@ on successful verification, 0 otherwise. | |||
39 | 39 | ||
40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | 40 | The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. |
41 | 41 | ||
42 | =head1 BUGS | ||
43 | |||
44 | Certain signatures with an improper algorithm identifier are accepted | ||
45 | for compatibility with SSLeay 0.4.5 :-) | ||
46 | |||
47 | =head1 CONFORMING TO | 42 | =head1 CONFORMING TO |
48 | 43 | ||
49 | SSL, PKCS #1 v2.0 | 44 | SSL, PKCS #1 v2.0 |