diff options
author | 2018-03-21 01:02:06 +0000 | |
---|---|---|
committer | 2018-03-21 01:02:06 +0000 | |
commit | f4821cf1a3d2304fbb3b2389c02fa9b94cbdfa7e (patch) | |
tree | 1e601f257077ffa82dd83ccc7f53d825ff04b834 | |
parent | pkcs7.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-f4821cf1a3d2304fbb3b2389c02fa9b94cbdfa7e.tar.xz wireguard-openbsd-f4821cf1a3d2304fbb3b2389c02fa9b94cbdfa7e.zip |
rand.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
-rw-r--r-- | lib/libcrypto/man/RAND_add.3 | 10 | ||||
-rw-r--r-- | lib/libcrypto/man/RAND_bytes.3 | 8 | ||||
-rw-r--r-- | lib/libcrypto/man/RAND_load_file.3 | 7 |
3 files changed, 17 insertions, 8 deletions
diff --git a/lib/libcrypto/man/RAND_add.3 b/lib/libcrypto/man/RAND_add.3 index 7eeebd7b1e9..5744d5c3ff8 100644 --- a/lib/libcrypto/man/RAND_add.3 +++ b/lib/libcrypto/man/RAND_add.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RAND_add.3,v 1.6 2018/02/15 16:47:26 schwarze Exp $ +.\" $OpenBSD: RAND_add.3,v 1.7 2018/03/21 01:02:06 schwarze Exp $ .\" content checked up to: OpenSSL c16de9d8 Aug 31 23:16:22 2017 +0200 .\" .\" Copyright (c) 2014 Miod Vallat <miod@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 15 2018 $ +.Dd $Mdocdate: March 21 2018 $ .Dt RAND_ADD 3 .Os .Sh NAME @@ -55,3 +55,9 @@ should not be used in new programs. and .Fn RAND_status always return 1. +.Sh HISTORY +.Fn RAND_cleanup +and +.Fn RAND_seed +appeared in SSLeay 0.8.1b or earlier and have been available since +.Ox 2.4 . diff --git a/lib/libcrypto/man/RAND_bytes.3 b/lib/libcrypto/man/RAND_bytes.3 index 7884736927c..f0bd85b9e35 100644 --- a/lib/libcrypto/man/RAND_bytes.3 +++ b/lib/libcrypto/man/RAND_bytes.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RAND_bytes.3,v 1.3 2016/11/29 00:26:23 schwarze Exp $ +.\" $OpenBSD: RAND_bytes.3,v 1.4 2018/03/21 01:02:06 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: November 29 2016 $ +.Dd $Mdocdate: March 21 2018 $ .Dt RAND_BYTES 3 .Os .Sh NAME @@ -98,8 +98,10 @@ returns 1. returns 1. .Sh HISTORY .Fn RAND_bytes -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 . It has a return value since OpenSSL 0.9.5. +.Pp .Fn RAND_pseudo_bytes was added in OpenSSL 0.9.5. diff --git a/lib/libcrypto/man/RAND_load_file.3 b/lib/libcrypto/man/RAND_load_file.3 index 96724730f01..2378b79a210 100644 --- a/lib/libcrypto/man/RAND_load_file.3 +++ b/lib/libcrypto/man/RAND_load_file.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RAND_load_file.3,v 1.4 2016/11/29 00:45:36 schwarze Exp $ +.\" $OpenBSD: RAND_load_file.3,v 1.5 2018/03/21 01:02:06 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: November 29 2016 $ +.Dd $Mdocdate: March 21 2018 $ .Dt RAND_LOAD_FILE 3 .Os .Sh NAME @@ -115,4 +115,5 @@ on error. .Fn RAND_write_file , and .Fn RAND_file_name -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 . |