test: add a test RNG.
authorPauli <paul.dale@oracle.com>
Fri, 8 May 2020 00:25:36 +0000 (10:25 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 24 Jun 2020 10:05:41 +0000 (20:05 +1000)
commitf3a2570794b45f7f6391cb7f447b27c1ee758441
tree2a17af801a04a7b3979de275b9cad4a0da4ec7d2
parent4bffc025fd1b75b690f50552f443cbd3b1f1cbaf
test: add a test RNG.

The test RNG can provide pre-canned entropy and nonces for testing other
algorithms.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/11682)
providers/implementations/rands/test_rng.c [new file with mode: 0644]