summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-20 22:22:11 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-20 22:22:11 +0000
commit31cf257e797438639c0047457df5da0c0397a482 (patch)
tree8045639759a9278ab50717fa768eba81a3d86875 /lib/libcrypto/man
parentd2793073b309e26eb6603980a7830cdc4d867972 (diff)
dh.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/DH_generate_key.37
-rw-r--r--lib/libcrypto/man/DH_generate_parameters.310
-rw-r--r--lib/libcrypto/man/DH_new.37
-rw-r--r--lib/libcrypto/man/DH_size.39
-rw-r--r--lib/libcrypto/man/RSA_print.310
-rw-r--r--lib/libcrypto/man/d2i_DHparams.310
6 files changed, 34 insertions, 19 deletions
diff --git a/lib/libcrypto/man/DH_generate_key.3 b/lib/libcrypto/man/DH_generate_key.3
index 832a70bcf2e..74d3ec70525 100644
--- a/lib/libcrypto/man/DH_generate_key.3
+++ b/lib/libcrypto/man/DH_generate_key.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DH_generate_key.3,v 1.7 2018/02/17 16:59:48 schwarze Exp $
+.\" $OpenBSD: DH_generate_key.3,v 1.8 2018/03/20 22:22:10 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" 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: February 17 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt DH_GENERATE_KEY 3
.Os
.Sh NAME
@@ -119,4 +119,5 @@ The error codes can be obtained by
.Fn DH_generate_key
and
.Fn DH_compute_key
-are available in all versions of SSLeay and OpenSSL.
+appeared in SSLeay 0.8.1b or earlier and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/DH_generate_parameters.3 b/lib/libcrypto/man/DH_generate_parameters.3
index 0de2541ed74..c3b7edfd330 100644
--- a/lib/libcrypto/man/DH_generate_parameters.3
+++ b/lib/libcrypto/man/DH_generate_parameters.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DH_generate_parameters.3,v 1.8 2018/02/17 16:59:48 schwarze Exp $
+.\" $OpenBSD: DH_generate_parameters.3,v 1.9 2018/03/20 22:22:10 schwarze Exp $
.\" OpenSSL 05ea606a May 20 20:52:46 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: February 17 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt DH_GENERATE_PARAMETERS 3
.Os
.Sh NAME
@@ -152,7 +152,11 @@ The error codes can be obtained by
.Xr RAND_bytes 3
.Sh HISTORY
.Fn DH_check
-is available in all versions of SSLeay and OpenSSL.
+and
+.Fn DH_generate_parameters
+appeared in SSLeay 0.8.1b or earlier and have been available since
+.Ox 2.4 .
+.Pp
The
.Fa cb_arg
argument to
diff --git a/lib/libcrypto/man/DH_new.3 b/lib/libcrypto/man/DH_new.3
index 58cde654692..19ee49c1a80 100644
--- a/lib/libcrypto/man/DH_new.3
+++ b/lib/libcrypto/man/DH_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DH_new.3,v 1.5 2018/02/17 16:59:48 schwarze Exp $
+.\" $OpenBSD: DH_new.3,v 1.6 2018/03/20 22:22:10 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" 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: February 17 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt DH_NEW 3
.Os
.Sh NAME
@@ -106,4 +106,5 @@ Otherwise it returns a pointer to the newly allocated structure.
.Fn DH_new
and
.Fn DH_free
-are available in all versions of SSLeay and OpenSSL.
+appeared in SSLeay 0.8.1b or earlier and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/DH_size.3 b/lib/libcrypto/man/DH_size.3
index 71b55dbfb1f..5a21fc96ee8 100644
--- a/lib/libcrypto/man/DH_size.3
+++ b/lib/libcrypto/man/DH_size.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DH_size.3,v 1.6 2018/02/24 15:18:47 schwarze Exp $
+.\" $OpenBSD: DH_size.3,v 1.7 2018/03/20 22:22:10 schwarze Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>
@@ -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 24 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt DH_SIZE 3
.Os
.Sh NAME
@@ -63,7 +63,7 @@
.Fa "const DH *dh"
.Fc
.Ft int
-.Fo DH_size
+.Fo DH_bits
.Fa "const DH *dh"
.Fc
.Sh DESCRIPTION
@@ -88,7 +88,8 @@ must not be
.Xr DH_new 3
.Sh HISTORY
.Fn DH_size
-is available in all versions of SSLeay and OpenSSL.
+appeared in SSLeay 0.8.1b or earlier and has been available since
+.Ox 2.4 .
.Pp
.Fn DH_bits
first appeared in OpenSSL 1.1.0.
diff --git a/lib/libcrypto/man/RSA_print.3 b/lib/libcrypto/man/RSA_print.3
index 90c47a42fdc..4368242e6bb 100644
--- a/lib/libcrypto/man/RSA_print.3
+++ b/lib/libcrypto/man/RSA_print.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: RSA_print.3,v 1.6 2018/02/17 16:59:48 schwarze Exp $
+.\" $OpenBSD: RSA_print.3,v 1.7 2018/03/20 22:22:10 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: February 17 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt RSA_PRINT 3
.Os
.Sh NAME
@@ -135,8 +135,10 @@ These functions return 1 on success or 0 on error.
.Fn DHparams_print ,
and
.Fn DHparams_print_fp
-are available in all versions of SSLeay and OpenSSL.
+appeared before SSLeay 0.8.
.Fn DSAparams_print
and
.Fn DSAparams_print_fp
-were added in SSLeay 0.8.
+first appeared in SSLeay 0.8.
+All these functions have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/d2i_DHparams.3 b/lib/libcrypto/man/d2i_DHparams.3
index f7cc2388992..0a216dc507b 100644
--- a/lib/libcrypto/man/d2i_DHparams.3
+++ b/lib/libcrypto/man/d2i_DHparams.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: d2i_DHparams.3,v 1.6 2018/02/16 17:54:23 schwarze Exp $
+.\" $OpenBSD: d2i_DHparams.3,v 1.7 2018/03/20 22:22:10 schwarze Exp $
.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 16 2018 $
+.Dd $Mdocdate: March 20 2018 $
.Dt D2I_DHPARAMS 3
.Os
.Sh NAME
@@ -91,3 +91,9 @@ if an error occurs.
.Sh SEE ALSO
.Xr d2i_X509 3 ,
.Xr DH_new 3
+.Sh HISTORY
+.Fn d2i_DHparams
+and
+.Fn i2d_DHparams
+appeared in SSLeay 0.8.1b or earlier and have been available since
+.Ox 2.4 .