evp_test: add a new global "Test-Entropy" line to allow deterministic `random` input.
When specified, this directive replaces the public and private DRBGs
with a generator that returns the specified bytes. If more bytes are
requested than are specified, the generator loops around the supplied
bytes to satisfy the request.