]> git.ipfire.org Git - thirdparty/openssl.git/history - fips/fips.c
Allow for dynamic base in Win64 FIPS module.
[thirdparty/openssl.git] / fips / fips.c
2011-09-14  Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-07-25  Dr. Stephen HensonFix warnings.
2011-07-04  Dr. Stephen HensonAdd functions to return FIPS module version.
2011-05-12  Dr. Stephen HensonFix error discrepancy.
2011-05-11  Dr. Stephen HensonSet FIPS mode for values other than 1. The only current...
2011-05-11  Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-14  Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-04-12  Dr. Stephen HensonUpdate fips_pkey_signature_test: use fixed string if...
2011-04-12  Dr. Stephen HensonUpdate RSA selftest code to use a 2048 bit RSA and...
2011-04-11  Dr. Stephen HensonUpdate copyright year.
2011-04-05  Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-04-05  Dr. Stephen HensonRename deprecated FIPS_rand functions to FIPS_x931...
2011-04-04  Dr. Stephen HensonChange FIPS locking functions to macros so we get usefu...
2011-04-01  Dr. Stephen HensonInitial switch to DRBG base PRNG in FIPS mode. Include...
2011-03-24  Richard LevitteImplement FIPS CMAC.
2011-03-16  Dr. Stephen HensonAdd extensive DRBG selftest data and option to corrupt...
2011-02-18  Dr. Stephen Hensonadd ECDSA POST
2011-02-18  Dr. Stephen HensonAES GCM selftests.
2011-02-16  Dr. Stephen HensonExperimental FIPS symbol renaming.
2011-02-15  Dr. Stephen HensonAdd pairwise consistency test to EC.
2011-02-15  Dr. Stephen HensonUpdate pairwise consistency checks to use SHA-256.
2011-02-13  Dr. Stephen HensonRemove dependency of dsa_sign.o and dsa_vrf.o: new...
2011-02-12  Dr. Stephen HensonChange FIPS source and utilities to use the "FIPS_...
2011-02-04  Dr. Stephen HensonRemove unneeded functions, make some functions and...
2011-01-27  Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26  Dr. Stephen HensonAnd so it begins... again.