summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RSA_public_encrypt.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/RSA_public_encrypt.3')
-rw-r--r--src/lib/libcrypto/man/RSA_public_encrypt.37
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.
98EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty 98EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty
99encoding parameter. 99encoding parameter.
100This mode is recommended for all new applications. 100This mode is recommended for all new applications.
101.It Dv RSA_SSLV23_PADDING
102PKCS #1 v1.5 padding with an SSL-specific modification that denotes that
103the server is SSL3 capable.
104.It Dv RSA_NO_PADDING 101.It Dv RSA_NO_PADDING
105Raw RSA encryption. 102Raw RSA encryption.
106This mode should only be used to implement cryptographically sound 103This mode should only be used to implement cryptographically sound