Add new function SSL_CTX_get_ssl_method().
[openssl.git] / fips / fips_utl.h
2011-11-02 Dr. Stephen HensonAdd fips_algvs utility (from FIPS 2.0 stable branch).
2011-10-19 Dr. Stephen Hensonadd authentication parameter to FIPS_module_mode_set
2011-10-01 Dr. Stephen HensonMake fips algorithm test utilities use RESP_EOL for...
2011-08-08 Dr. Stephen HensonFix DSA to skip EOL test when parsing mod line.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-01 Dr. Stephen HensonFor FIPS algorithm test utilities use our own version...
2011-04-22 Dr. Stephen HensonRewrite OutputValue to avoid use of buffer when printin...
2011-04-21 Dr. Stephen HensonAdd continuous RNG test to entropy source. Entropy...
2011-04-20 Dr. Stephen HensonWarn if lines are truncated in algorithm test utilities.
2011-04-05 Dr. Stephen HensonExtensive reorganisation of PRNG handling in FIPS modul...
2011-04-01 Dr. Stephen HensonInitial switch to DRBG base PRNG in FIPS mode. Include...
2011-03-25 Dr. Stephen HensonHave all algorithm test programs call fips_algtest_init...
2011-03-24 Richard Levittemake update
2011-02-15 Dr. Stephen HensonIgnore final '\n' when checking if hex line length...
2011-02-15 Dr. Stephen HensonAdd support for SigGen and KeyPair tests.
2011-02-14 Dr. Stephen HensonUpdate ECDSA test program to handle ECDSA2 format files.
2011-02-08 Dr. Stephen HensonExperimental incomplete AES GCM algorithm test program.
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-26 Dr. Stephen HensonAnd so it begins... again.