diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 06:37:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-21 06:37:19 +0000 |
commit | 56fa67e2c132296725bcebfd8d31fd3e6ca3ce6e (patch) | |
tree | 5ce6e0de527613bbb2499acdcb6f4a2a98e9b83a /lib | |
parent | abd97640d2b87ada87ca08b4471b8e0f600bb545 (diff) |
dsa.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/DSA_generate_parameters.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/DSA_generate_parameters.3 b/lib/libcrypto/man/DSA_generate_parameters.3 index 6e932826968..9e2fb5cfbf4 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.7 2018/03/20 22:37:32 schwarze Exp $ +.\" $OpenBSD: DSA_generate_parameters.3,v 1.8 2018/03/21 06:37:18 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: March 20 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt DSA_GENERATE_PARAMETERS 3 .Os .Sh NAME @@ -204,12 +204,12 @@ The error codes can be obtained by .Xr RAND_bytes 3 .Sh HISTORY .Fn DSA_generate_parameters -first appeared in SSLeay 0.8 and has been available since +first appeared in SSLeay 0.8 and had its +.Fa cb_arg +argument added in SSLeay 0.9.0. +It has been available since .Ox 2.4 . .Pp -The -.Fa cb_arg -argument was added in SSLeay 0.9.0. In versions up to OpenSSL 0.9.4, .Fn callback 1 ...\& was called in the inner loop of the Miller-Rabin test whenever it |