]> git.ipfire.org Git - thirdparty/openssl.git/commit - INSTALL
Add documentation for the RAND_DRBG API
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 27 Feb 2018 18:02:24 +0000 (19:02 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Thu, 29 Mar 2018 22:10:38 +0000 (00:10 +0200)
commita73d990e2b6b1a406b1c85837a176bf7525d3914
tree59aaa4b3929db741e928c44174a0d6c75727fc7f
parent3484236d8d7afedd3e5c7771bd49d3385340e3bf
Add documentation for the RAND_DRBG API

The RAND_DRBG API was added in PR #5462 and modified by PR #5547.
This commit adds the corresponding documention.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5461)
20 files changed:
CHANGES
INSTALL
crypto/rand/drbg_lib.c
doc/man3/CRYPTO_get_ex_new_index.pod
doc/man3/RAND_DRBG_generate.pod [new file with mode: 0644]
doc/man3/RAND_DRBG_get0_master.pod [new file with mode: 0644]
doc/man3/RAND_DRBG_new.pod [new file with mode: 0644]
doc/man3/RAND_DRBG_reseed.pod [new file with mode: 0644]
doc/man3/RAND_DRBG_set_callbacks.pod [new file with mode: 0644]
doc/man3/RAND_DRBG_set_ex_data.pod [new file with mode: 0644]
doc/man3/RAND_add.pod
doc/man3/RAND_bytes.pod
doc/man3/RAND_cleanup.pod
doc/man3/RAND_egd.pod
doc/man3/RAND_load_file.pod
doc/man3/RAND_set_rand_method.pod
doc/man7/RAND.pod [new file with mode: 0644]
doc/man7/RAND_DRBG.pod [new file with mode: 0644]
include/openssl/rand_drbg.h
util/private.num