Add DllMain to fips symbols: will need to call this in FIPS capable OpenSSL.
[openssl.git] / fips / fips.h
2011-02-18 Dr. Stephen Hensonadd ECDSA POST
2011-02-18 Dr. Stephen HensonAES GCM selftests.
2011-02-15 Dr. Stephen HensonAdd pairwise consistency test to EC.
2011-02-15 Dr. Stephen HensonAdd non-FIPS algorithm blocking and selftest checking.
2011-02-14 Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2011-02-14 Dr. Stephen HensonInclude support for an add_lock callback to tiny FIPS...
2011-02-13 Dr. Stephen HensonRemove dependency of dsa_sign.o and dsa_vrf.o: new...
2011-02-03 Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-01-31 Dr. Stephen HensonProvisional, experimental support for DSA2 parameter...
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27 Dr. Stephen HensonUpdate source files to handle new FIPS_lock() location...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-27 Dr. Stephen HensonNew FIPS_lock() function for minimal FIPS locking API...
2011-01-26 Dr. Stephen HensonAnd so it begins... again.