]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add support for multicall fips_algvs utility combining functionality
authorDr. Stephen Henson <steve@openssl.org>
Tue, 1 Nov 2011 13:45:30 +0000 (13:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 1 Nov 2011 13:45:30 +0000 (13:45 +0000)
commit8b8096d082292211cc977af195e9b12c88c26de3
treee87a03240248b023aa8cbb45963d6d1a91d5dd19
parent9ab6d6813ec544a15f6aea3d4af83629fa1eb4e5
Add support for multicall fips_algvs utility combining functionality
of all fips test utilities in a single binary and some minimal script
parsing for platforms lacking a suitable shell.

In order to keep changes to the build system to a minimum it #includes all
the utilities C source files (yuck).
21 files changed:
CHANGES
Makefile.fips
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_dssvs.c
fips/ecdh/fips_ecdhvs.c
fips/ecdsa/fips_ecdsavs.c
fips/fips_test_suite.c
fips/fips_utl.h
fips/hmac/fips_hmactest.c
fips/rand/fips_drbgvs.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
test/Makefile
test/fips_algvs.c [new file with mode: 0644]