summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-21 07:25:59 +0000
committerschwarze <schwarze@openbsd.org>2018-03-21 07:25:59 +0000
commit6b43027976eb841eb3e36e2cb7f8f203fabaac7f (patch)
treeac17ac881472dbb1441c701af0ba2289dbd960db
parentripemd.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git (diff)
downloadwireguard-openbsd-6b43027976eb841eb3e36e2cb7f8f203fabaac7f.tar.xz
wireguard-openbsd-6b43027976eb841eb3e36e2cb7f8f203fabaac7f.zip
rsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
-rw-r--r--lib/libcrypto/man/RSA_blinding_on.37
-rw-r--r--lib/libcrypto/man/RSA_generate_key.311
-rw-r--r--lib/libcrypto/man/RSA_get_ex_new_index.37
-rw-r--r--lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.37
-rw-r--r--lib/libcrypto/man/RSA_set_method.34
5 files changed, 20 insertions, 16 deletions
diff --git a/lib/libcrypto/man/RSA_blinding_on.3 b/lib/libcrypto/man/RSA_blinding_on.3
index 456b09a7514..75b5cace061 100644
--- a/lib/libcrypto/man/RSA_blinding_on.3
+++ b/lib/libcrypto/man/RSA_blinding_on.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_blinding_on.3,v 1.4 2016/12/11 12:21:48 schwarze Exp $
+.\" $OpenBSD: RSA_blinding_on.3,v 1.5 2018/03/21 07:25:59 schwarze Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 11 2016 $
+.Dd $Mdocdate: March 21 2018 $
.Dt RSA_BLINDING_ON 3
.Os
.Sh NAME
@@ -93,4 +93,5 @@ returns 1 on success, and 0 if an error occurred.
.Fn RSA_blinding_on
and
.Fn RSA_blinding_off
-appeared in SSLeay 0.9.0.
+first appeared in SSLeay 0.9.0 and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/RSA_generate_key.3 b/lib/libcrypto/man/RSA_generate_key.3
index ef9a64fb7c6..c977bc9074b 100644
--- a/lib/libcrypto/man/RSA_generate_key.3
+++ b/lib/libcrypto/man/RSA_generate_key.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_generate_key.3,v 1.8 2018/03/21 01:27:25 schwarze Exp $
+.\" $OpenBSD: RSA_generate_key.3,v 1.9 2018/03/21 07:25:59 schwarze Exp $
.\" OpenSSL RSA_generate_key.pod bb6c5e7f Feb 5 10:29:22 2017 -0500
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -147,12 +147,11 @@ The error codes can be obtained by
.Xr RSA_new 3
.Sh HISTORY
.Fn RSA_generate_key
-appeared before SSLeay 0.8 and has been available since
-.Ox 2.4 .
-.Pp
-The
+appeared before SSLeay 0.8 and had its
.Fa cb_arg
-argument was added in SSLeay 0.9.0.
+argument added in SSLeay 0.9.0.
+It has been available since
+.Ox 2.4 .
.Sh BUGS
.Fn BN_GENCB_call cb 2 x
is used with two different meanings.
diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3
index bc2cf62ae46..dee079b3dbc 100644
--- a/lib/libcrypto/man/RSA_get_ex_new_index.3
+++ b/lib/libcrypto/man/RSA_get_ex_new_index.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.8 2018/02/25 22:52:48 schwarze Exp $
+.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.9 2018/03/21 07:25:59 schwarze Exp $
.\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 25 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt RSA_GET_EX_NEW_INDEX 3
.Os
.Sh NAME
@@ -275,7 +275,8 @@ On failure an error code can be obtained from
.Fn RSA_set_ex_data ,
and
.Fn RSA_get_ex_data
-are available since SSLeay 0.9.0.
+first appeared in SSLeay 0.9.0 and have been available since
+.Ox 2.4 .
.Sh BUGS
.Fa dup_func
is currently never called.
diff --git a/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 b/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
index 2d674403550..a77cbc69ff8 100644
--- a/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
+++ b/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_padding_add_PKCS1_type_1.3,v 1.6 2017/08/28 17:41:59 jsing Exp $
+.\" $OpenBSD: RSA_padding_add_PKCS1_type_1.3,v 1.7 2018/03/21 07:25:59 schwarze Exp $
.\" OpenSSL 1e3f62a3 Jul 17 16:47:13 2017 +0200
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 28 2017 $
+.Dd $Mdocdate: March 21 2018 $
.Dt RSA_PADDING_ADD_PKCS1_TYPE_1 3
.Os
.Sh NAME
@@ -219,7 +219,8 @@ Error codes can be obtained by calling
.Fn RSA_padding_add_none ,
and
.Fn RSA_padding_check_none
-appeared in SSLeay 0.9.0.
+first appeared in SSLeay 0.9.0 and have been available since
+.Ox 2.4 .
.Pp
.Fn RSA_padding_add_PKCS1_OAEP
and
diff --git a/lib/libcrypto/man/RSA_set_method.3 b/lib/libcrypto/man/RSA_set_method.3
index 3845ec87892..7a9be41a351 100644
--- a/lib/libcrypto/man/RSA_set_method.3
+++ b/lib/libcrypto/man/RSA_set_method.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_set_method.3,v 1.7 2018/03/21 01:27:25 schwarze Exp $
+.\" $OpenBSD: RSA_set_method.3,v 1.8 2018/03/21 07:25:59 schwarze Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -309,6 +309,8 @@ appeared before SSLeay 0.8.
and
.Fn RSA_set_default_method
first appeared in SSLeay 0.8.
+.Fn RSA_flags
+first appeared in SSLeay 0.9.0.
These functions have been available since
.Ox 2.4 .
.Pp