diff options
author | Pauli <paul.dale@oracle.com> | 2020-08-26 06:11:49 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-08-28 02:19:56 +0200 |
commit | 4516bf7422223a47f98931c1315985bd9dc303af (patch) | |
tree | f02954cf10010601db1209f0372c6628000d45c2 /test/build.info | |
parent | rand: add a note about a potentially misleading code analyzer warning. (diff) | |
download | openssl-4516bf7422223a47f98931c1315985bd9dc303af.tar.xz openssl-4516bf7422223a47f98931c1315985bd9dc303af.zip |
rand: instantiate the DRBGs upon first use.
Fixes #12714
[skip ci]
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/12717)
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info index 134a473195..16ff48e24b 100644 --- a/test/build.info +++ b/test/build.info @@ -52,7 +52,7 @@ IF[{- !$disabled{tests} -}] cipherbytes_test \ asn1_encode_test asn1_decode_test asn1_string_table_test \ x509_time_test x509_dup_cert_test x509_check_cert_pkey_test \ - recordlentest drbgtest sslbuffertest \ + recordlentest drbgtest rand_status_test sslbuffertest \ time_offset_test pemtest ssl_cert_table_internal_test ciphername_test \ http_test servername_test ocspapitest fatalerrtest tls13ccstest \ sysdefaulttest errtest ssl_ctx_test gosttest \ @@ -380,6 +380,10 @@ IF[{- !$disabled{tests} -}] INCLUDE[drbgtest]=../include ../apps/include DEPEND[drbgtest]=../libcrypto.a libtestutil.a + SOURCE[rand_status_test]=rand_status_test.c + INCLUDE[rand_status_test]=../include ../apps/include + DEPEND[rand_status_test]=../libcrypto libtestutil.a + SOURCE[x509_dup_cert_test]=x509_dup_cert_test.c INCLUDE[x509_dup_cert_test]=../include ../apps/include DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a |