diff options
author | jsing <> | 2017-08-28 17:41:59 +0000 |
---|---|---|
committer | jsing <> | 2017-08-28 17:41:59 +0000 |
commit | 437b7aac4231ead6a94ceec52527723a4251d08f (patch) | |
tree | e8ae027147094ed282883c2e3f0c3fa11dca43e3 /src/lib/libcrypto/man/RSA_public_encrypt.3 | |
parent | 5733d30e24c718396f0cb7a581715068ef000d42 (diff) | |
download | openbsd-437b7aac4231ead6a94ceec52527723a4251d08f.tar.gz openbsd-437b7aac4231ead6a94ceec52527723a4251d08f.tar.bz2 openbsd-437b7aac4231ead6a94ceec52527723a4251d08f.zip |
Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related
code. We removed SSLv2/SSLv3 a long time ago...
Discussed with doug@
Diffstat (limited to 'src/lib/libcrypto/man/RSA_public_encrypt.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_public_encrypt.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/RSA_public_encrypt.3 b/src/lib/libcrypto/man/RSA_public_encrypt.3 index c830d5d767..be90fb12d8 100644 --- a/src/lib/libcrypto/man/RSA_public_encrypt.3 +++ b/src/lib/libcrypto/man/RSA_public_encrypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RSA_public_encrypt.3,v 1.7 2017/08/20 20:53:04 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_public_encrypt.3,v 1.8 2017/08/28 17:41:59 jsing Exp $ |
2 | .\" OpenSSL RSA_public_encrypt.pod 1e3f62a3 Jul 17 16:47:13 2017 +0200 | 2 | .\" OpenSSL RSA_public_encrypt.pod 1e3f62a3 Jul 17 16:47:13 2017 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: August 20 2017 $ | 51 | .Dd $Mdocdate: August 28 2017 $ |
52 | .Dt RSA_PUBLIC_ENCRYPT 3 | 52 | .Dt RSA_PUBLIC_ENCRYPT 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -98,9 +98,6 @@ This currently is the most widely used mode. | |||
98 | EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty | 98 | EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty |
99 | encoding parameter. | 99 | encoding parameter. |
100 | This mode is recommended for all new applications. | 100 | This mode is recommended for all new applications. |
101 | .It Dv RSA_SSLV23_PADDING | ||
102 | PKCS #1 v1.5 padding with an SSL-specific modification that denotes that | ||
103 | the server is SSL3 capable. | ||
104 | .It Dv RSA_NO_PADDING | 101 | .It Dv RSA_NO_PADDING |
105 | Raw RSA encryption. | 102 | Raw RSA encryption. |
106 | This mode should only be used to implement cryptographically sound | 103 | This mode should only be used to implement cryptographically sound |