diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 22:37:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 22:37:33 +0000 |
commit | f31acc28416296ea76a851ab33a22a3ad40029f6 (patch) | |
tree | cf1c2ca76bb3af63b766e2abc5fd73a56920ddb6 | |
parent | 31cf257e797438639c0047457df5da0c0397a482 (diff) |
dsa.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
-rw-r--r-- | lib/libcrypto/man/DSA_generate_key.3 | 7 | ||||
-rw-r--r-- | lib/libcrypto/man/DSA_generate_parameters.3 | 8 | ||||
-rw-r--r-- | lib/libcrypto/man/DSA_new.3 | 7 | ||||
-rw-r--r-- | lib/libcrypto/man/DSA_sign.3 | 10 | ||||
-rw-r--r-- | lib/libcrypto/man/DSA_size.3 | 7 | ||||
-rw-r--r-- | lib/libcrypto/man/d2i_DSAPublicKey.3 | 15 |
6 files changed, 36 insertions, 18 deletions
diff --git a/lib/libcrypto/man/DSA_generate_key.3 b/lib/libcrypto/man/DSA_generate_key.3 index 39cff886468..b8303856251 100644 --- a/lib/libcrypto/man/DSA_generate_key.3 +++ b/lib/libcrypto/man/DSA_generate_key.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_generate_key.3,v 1.6 2018/02/17 16:59:48 schwarze Exp $ +.\" $OpenBSD: DSA_generate_key.3,v 1.7 2018/03/20 22:37:32 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 DSA_GENERATE_KEY 3 .Os .Sh NAME @@ -82,4 +82,5 @@ The error codes can be obtained by .Xr RAND_bytes 3 .Sh HISTORY .Fn DSA_generate_key -is available since SSLeay 0.8. +first appeared in SSLeay 0.8 and has been available since +.Ox 2.4 . diff --git a/lib/libcrypto/man/DSA_generate_parameters.3 b/lib/libcrypto/man/DSA_generate_parameters.3 index 46827cf687c..6e932826968 100644 --- a/lib/libcrypto/man/DSA_generate_parameters.3 +++ b/lib/libcrypto/man/DSA_generate_parameters.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_generate_parameters.3,v 1.6 2018/02/17 16:59:48 schwarze Exp $ +.\" $OpenBSD: DSA_generate_parameters.3,v 1.7 2018/03/20 22:37:32 schwarze Exp $ .\" OpenSSL 9b86974e Aug 7 22:14:47 2015 -0400 .\" .\" 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 17 2018 $ +.Dd $Mdocdate: March 20 2018 $ .Dt DSA_GENERATE_PARAMETERS 3 .Os .Sh NAME @@ -204,7 +204,9 @@ The error codes can be obtained by .Xr RAND_bytes 3 .Sh HISTORY .Fn DSA_generate_parameters -appeared in SSLeay 0.8. +first appeared in SSLeay 0.8 and has been available since +.Ox 2.4 . +.Pp The .Fa cb_arg argument was added in SSLeay 0.9.0. diff --git a/lib/libcrypto/man/DSA_new.3 b/lib/libcrypto/man/DSA_new.3 index f85234e4f46..c763be54b82 100644 --- a/lib/libcrypto/man/DSA_new.3 +++ b/lib/libcrypto/man/DSA_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_new.3,v 1.7 2018/03/18 13:06:36 schwarze Exp $ +.\" $OpenBSD: DSA_new.3,v 1.8 2018/03/20 22:37:32 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: March 18 2018 $ +.Dd $Mdocdate: March 20 2018 $ .Dt DSA_NEW 3 .Os .Sh NAME @@ -118,4 +118,5 @@ Standard, DSS), ANSI X9.30 .Fn DSA_new and .Fn DSA_free -are available in all versions of SSLeay and OpenSSL. +appeared before SSLeay 0.8 and have been available since +.Ox 2.4 . diff --git a/lib/libcrypto/man/DSA_sign.3 b/lib/libcrypto/man/DSA_sign.3 index 1b3750bc6c0..2a7e1fb4902 100644 --- a/lib/libcrypto/man/DSA_sign.3 +++ b/lib/libcrypto/man/DSA_sign.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_sign.3,v 1.6 2018/02/17 16:59:48 schwarze Exp $ +.\" $OpenBSD: DSA_sign.3,v 1.7 2018/03/20 22:37:32 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 DSA_SIGN 3 .Os .Sh NAME @@ -168,6 +168,8 @@ Standard, DSS), ANSI X9.30 .Fn DSA_sign and .Fn DSA_verify -are available in all versions of SSLeay. +appeared before SSLeay 0.8. .Fn DSA_sign_setup -was 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/DSA_size.3 b/lib/libcrypto/man/DSA_size.3 index 4ed0d68b024..74f7d979b6e 100644 --- a/lib/libcrypto/man/DSA_size.3 +++ b/lib/libcrypto/man/DSA_size.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: DSA_size.3,v 1.5 2018/02/17 16:59:48 schwarze Exp $ +.\" $OpenBSD: DSA_size.3,v 1.6 2018/03/20 22:37:32 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 DSA_SIZE 3 .Os .Sh NAME @@ -77,4 +77,5 @@ The size in bytes. .Xr DSA_sign 3 .Sh HISTORY .Fn DSA_size -is available in all versions of SSLeay and OpenSSL. +appeared before SSLeay 0.8 and has been available since +.Ox 2.4 . diff --git a/lib/libcrypto/man/d2i_DSAPublicKey.3 b/lib/libcrypto/man/d2i_DSAPublicKey.3 index 660159b376b..b1a27d2b939 100644 --- a/lib/libcrypto/man/d2i_DSAPublicKey.3 +++ b/lib/libcrypto/man/d2i_DSAPublicKey.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_DSAPublicKey.3,v 1.8 2016/12/25 14:38:55 schwarze Exp $ +.\" $OpenBSD: d2i_DSAPublicKey.3,v 1.9 2018/03/20 22:37:32 schwarze Exp $ .\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@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: December 25 2016 $ +.Dd $Mdocdate: March 20 2018 $ .Dt D2I_DSAPUBLICKEY 3 .Os .Sh NAME @@ -334,3 +334,14 @@ section 2.2.2: DSA Signature Algorithm .It section 2.3.2: DSA Signature Keys .El +.Sh HISTORY +.Fn d2i_DSAPublicKey , +.Fn i2d_DSAPublicKey , +.Fn d2i_DSAPrivateKey , +.Fn i2d_DSAPrivateKey , +.Fn d2i_DSAparams , +.Fn i2d_DSAparams , +and +.Fn DSAparams_dup +appeared before SSLeay 0.8 and have been available since +.Ox 2.4 . |