]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for calling RAND_get0_primary()
authorMatt Caswell <matt@openssl.org>
Wed, 16 Apr 2025 11:14:55 +0000 (12:14 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 30 Apr 2025 08:55:44 +0000 (10:55 +0200)
commit273c75e8636fb28be3d56ef0bd7b67b7451a0bef
tree72c244e76b1c685bc440475bf494f089bfcd799a
parent77624f0c5bc7db67acb3134b28bc330533425ab6
Add a test for calling RAND_get0_primary()

We simply test that calling RAND_get0_primary() returns a success
for both the default and fips providers.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27408)
test/rand_test.c