diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 20:26:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-20 20:26:24 +0000 |
commit | 297664a903b0c742e11d66d8cd0b3b6056a52842 (patch) | |
tree | dc8e6df148ece1de6f6742e3e622972be4c2d19b /lib/libcrypto/man/BN_rand.3 | |
parent | 539ceeb63e73a7480a9142767058815a2e15682c (diff) |
bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/BN_rand.3')
-rw-r--r-- | lib/libcrypto/man/BN_rand.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libcrypto/man/BN_rand.3 b/lib/libcrypto/man/BN_rand.3 index b2cb315436c..b8d225057d5 100644 --- a/lib/libcrypto/man/BN_rand.3 +++ b/lib/libcrypto/man/BN_rand.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_rand.3,v 1.6 2016/12/10 21:13:25 schwarze Exp $ +.\" $OpenBSD: BN_rand.3,v 1.7 2018/03/20 20:26:23 schwarze Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -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: December 10 2016 $ +.Dd $Mdocdate: March 20 2018 $ .Dt BN_RAND 3 .Os .Sh NAME @@ -139,9 +139,12 @@ The error codes can be obtained by .Xr RAND_bytes 3 .Sh HISTORY .Fn BN_rand -is available in all versions of SSLeay and OpenSSL. +appeared before SSLeay 0.8 and has been available since +.Ox 2.4 . +.Pp .Fn BN_pseudo_rand -was added in OpenSSL 0.9.5. +first appeared in OpenSSL 0.9.5. +.Pp The .Fa top == -1 case and the function |