Have all algorithm test programs call fips_algtest_init() at startup:
authorDr. Stephen Henson <steve@openssl.org>
Fri, 25 Mar 2011 16:36:46 +0000 (16:36 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 25 Mar 2011 16:36:46 +0000 (16:36 +0000)
commitcd22dfbf0109ae42f650c0d0b1d0e956fe9a1574
treea3f3ca931c8dfd6b86d5e5666a6c35575817ca1e
parentd4178c8fb1736354d16a6e1b82c5e02433973374
Have all algorithm test programs call fips_algtest_init() at startup:
this will perform all standalone operations such as setting error
callbacks, entering FIPS mode etc.
18 files changed:
fips/aes/fips_aesavs.c
fips/aes/fips_gcmtest.c
fips/cmac/fips_cmactest.c
fips/des/fips_desmovs.c
fips/dh/fips_dhvs.c
fips/dsa/fips_dsatest.c
fips/dsa/fips_dssvs.c
fips/ecdh/fips_ecdhvs.c
fips/ecdsa/fips_ecdsavs.c
fips/fips_utl.h
fips/hmac/fips_hmactest.c
fips/rand/fips_drbgvs.c
fips/rand/fips_randtest.c
fips/rand/fips_rngvs.c
fips/rsa/fips_rsagtest.c
fips/rsa/fips_rsastest.c
fips/rsa/fips_rsavtest.c
fips/sha/fips_shatest.c