openssl/fips
Andy Polyakov 34f39b062c util/incore update that allows FINGERPRINT_premain-free build.
As for complementary fips.c modification. Goal is to ensure that
FIPS_signature does not end up in .bss segment, one guaranteed to
be zeroed upon program start-up. One would expect explicitly
initialized values to end up in .data segment, but it turned out
that values explicitly initialized with zeros can end up in .bss.
The modification does not affect program flow, because first byte
was the only one of significance [to FINGERPRINT_premain].

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2015-05-13 16:48:08 +02:00
..
aes Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
cmac Add support for multicall fips_algvs utility combining functionality 2011-11-01 13:45:30 +00:00
des Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
dh Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
dsa Add BSD-ppc85xx support and avoid copying overlapping buffers in fips_dssvs.c 2012-10-14 12:02:53 +00:00
ecdh Close file streams in FIPS algorithm test utilities. 2011-12-08 15:14:38 +00:00
ecdsa typo 2011-11-05 18:25:16 +00:00
hmac Add support for multicall fips_algvs utility combining functionality 2011-11-01 13:45:30 +00:00
rand Remove Dual EC DRBG again... 2014-07-11 19:14:15 +01:00
rsa Add single call public key sign and verify functions. 2011-11-05 01:32:52 +00:00
sha Add support for multicall fips_algvs utility combining functionality 2011-11-01 13:45:30 +00:00
tools Add a tool that (semi)automatically created the API documentation 2011-07-05 15:40:58 +00:00
utl fips_enc.c: assign minimal block size to bad_cipher [to avoid arithmetic 2011-10-18 18:52:05 +00:00
.cvsignore add authentication parameter to FIPS_module_mode_set 2011-10-19 22:34:53 +00:00
fips.c util/incore update that allows FINGERPRINT_premain-free build. 2015-05-13 16:48:08 +02:00
fips.h make post failure simulation reversible in all cases 2011-11-05 18:15:01 +00:00
fips_auth.in add authentication parameter to FIPS_module_mode_set 2011-10-19 22:34:53 +00:00
fips_canister.c Add support for Android 5, both 32- and 64-bit cases. 2015-05-13 16:47:55 +02:00
fips_locl.h revert fipslink.pl unlink retry change 2012-01-18 15:07:11 +00:00
fips_post.c typo: use key for POST callback 2011-11-05 18:11:16 +00:00
fips_premain.c Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
fips_premain.c.sha1 Add support for Windows CE and C64+ to FIPS module. 2012-10-04 13:27:11 +00:00
fips_test_suite.c Add support for Android 5, both 32- and 64-bit cases. 2015-05-13 16:47:55 +02:00
fips_utl.h Add support for multicall fips_algvs utility combining functionality 2011-11-01 13:45:30 +00:00
fipsalgtest.pl fipsalgtest.pl update. 2015-05-13 16:47:32 +02:00
fipsld fipsld, incore: switch to new cross-compile support [from HEAD]. 2011-11-07 00:22:59 +00:00
fipssyms.h Configure: add ios-cross target with ARM assembly support. 2015-05-13 16:47:21 +02:00
Makefile add authentication parameter to FIPS_module_mode_set 2011-10-19 22:34:53 +00:00
mkfipsscr.pl And so it begins... again. 2011-01-26 00:56:19 +00:00