Ignore final '\n' when checking if hex line length is odd.
[openssl.git] / fips / dsa /
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-02 Dr. Stephen HensonCope with new DSA2 file format where some p/q only...
2011-02-02 Dr. Stephen HensonAdd sign/verify digest API to handle an explicit digest...
2011-02-02 Dr. Stephen HensonRemove DSA parameter generation from DSA selftest....
2011-02-01 Dr. Stephen HensonDon't try to set pmd if it is NULL.
2011-02-01 Dr. Stephen HensonAdd DSA2 support to final algorithm tests: keypair...
2011-02-01 Dr. Stephen HensonSupport more DSA2 tests.
2011-02-01 Dr. Stephen HensonSince FIPS 186-3 specifies we use the leftmost bits...
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 Hensonadd fips_dsatest.c file
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonAnd so it begins... again.