diff options
author | 2018-03-20 22:22:10 +0000 | |
---|---|---|
committer | 2018-03-20 22:22:10 +0000 | |
commit | 5eb75acbb7f77464cf1323b0466985fc90c1d76f (patch) | |
tree | 084f04cbfb820480d2918a2093307e8a947bf4f3 /lib/libcrypto/man/DH_generate_parameters.3 | |
parent | des.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git; (diff) | |
download | wireguard-openbsd-5eb75acbb7f77464cf1323b0466985fc90c1d76f.tar.xz wireguard-openbsd-5eb75acbb7f77464cf1323b0466985fc90c1d76f.zip |
dh.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/DH_generate_parameters.3')
-rw-r--r-- | lib/libcrypto/man/DH_generate_parameters.3 | 10 |
1 files changed, 7 insertions, 3 deletions
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 |