From 8cc27c740d5748a6cfe4c1a0634e910511e607cd Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Tue, 20 Mar 2018 22:22:10 +0000 Subject: dh.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git --- src/lib/libcrypto/man/DH_generate_key.3 | 7 ++++--- src/lib/libcrypto/man/DH_generate_parameters.3 | 10 +++++++--- src/lib/libcrypto/man/DH_new.3 | 7 ++++--- src/lib/libcrypto/man/DH_size.3 | 9 +++++---- src/lib/libcrypto/man/RSA_print.3 | 10 ++++++---- src/lib/libcrypto/man/d2i_DHparams.3 | 10 ++++++++-- 6 files changed, 34 insertions(+), 19 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/DH_generate_key.3 b/src/lib/libcrypto/man/DH_generate_key.3 index 832a70bcf2..74d3ec7052 100644 --- a/src/lib/libcrypto/man/DH_generate_key.3 +++ b/src/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 . @@ -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/src/lib/libcrypto/man/DH_generate_parameters.3 b/src/lib/libcrypto/man/DH_generate_parameters.3 index 0de2541ed7..c3b7edfd33 100644 --- a/src/lib/libcrypto/man/DH_generate_parameters.3 +++ b/src/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 . @@ -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/src/lib/libcrypto/man/DH_new.3 b/src/lib/libcrypto/man/DH_new.3 index 58cde65469..19ee49c1a8 100644 --- a/src/lib/libcrypto/man/DH_new.3 +++ b/src/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 . @@ -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/src/lib/libcrypto/man/DH_size.3 b/src/lib/libcrypto/man/DH_size.3 index 71b55dbfb1..5a21fc96ee 100644 --- a/src/lib/libcrypto/man/DH_size.3 +++ b/src/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 @@ -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/src/lib/libcrypto/man/RSA_print.3 b/src/lib/libcrypto/man/RSA_print.3 index 90c47a42fd..4368242e6b 100644 --- a/src/lib/libcrypto/man/RSA_print.3 +++ b/src/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 . @@ -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/src/lib/libcrypto/man/d2i_DHparams.3 b/src/lib/libcrypto/man/d2i_DHparams.3 index f7cc238899..0a216dc507 100644 --- a/src/lib/libcrypto/man/d2i_DHparams.3 +++ b/src/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 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 . -- cgit v1.2.3-55-g6feb