Update fipsld to use external signature for fips_premain.c . Update build system
[openssl.git] / crypto / sha /
2006-02-04 Dr. Stephen HensonFix from HEAD.
2005-05-07 Andy PolyakovBackport SHA-[224|256|384|512] from HEAD to FIPS.
2005-05-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-30 Andy PolyakovAllow for ./config no-sha0 [from stable].
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-14 Dr. Stephen HensonFix from HEAD.
2005-04-14 Dr. Stephen HensonCheck return values of <Digest>_Init functions in low...
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-11 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2005-01-26 Dr. Stephen Hensonmake update
2005-01-26 Dr. Stephen HensonFIPS algorithm blocking.
2005-01-09 Andy PolyakovAllow for ./config no-sha0.
2004-12-09 Andy PolyakovEngage SHA1 IA64 assembler on IA64 platforms [from...
2004-12-09 Andy PolyakovEngage SHA1 IA64 assembler on IA64 platforms.
2004-12-09 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-09 Andy PolyakovSHA1 assembler for IA-64.
2004-12-05 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-02 Andy Polyakovsha1_block_asm_data_order can't hash if message crosses...
2004-11-30 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-29 Andy Polyakovsha1_block_asm_data_order can't hash if message crosses...
2004-11-26 Andy PolyakovEngage RC4 IA-64 assembler module.
2004-11-25 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-26 Richard Levittefips/dh was missing in mkfiles.pl.
2004-10-25 Dr. Stephen Hensonmake update
2004-09-27 Andy PolyakovSHA1 asm Pentium tune-up. Performance loss is not as...
2004-09-27 Andy Polyakovsha256_block advances the input pointer double as fast...
2004-09-10 Richard Levittemake update
2004-08-29 Andy PolyakovProper support for OpenBSD-i386 shared build, including...
2004-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-08-10 Richard Levittemake update
2004-08-01 Andy PolyakovOpenBSD fix-up for new a.out targets. OpenBSD .s.o...
2004-08-01 Andy PolyakovClean-up GAS targets: get rid of "cpp" stuff and replac...
2004-07-25 Andy PolyakovMake SHA-256/-512 optional. Note that no-sha switches...
2004-07-25 Andy PolyakovSome compilers are just too whiny. Nothing makes Micros...
2004-07-25 Andy PolyakovSome compilers are just too whiny. DEC C doesn't like...
2004-07-23 Andy PolyakovBuild-n-link new IA-64 modules on Linux and HP-UX.
2004-07-23 Andy PolyakovVarious IA-64 assembler fix-ups.
2004-07-22 Andy PolyakovEVP_Digest is size_t-fied, clean up test programs accor...
2004-07-22 Andy PolyakovRun SHA-256/-512 tests through EVP...
2004-07-18 Andy PolyakovAnchor AES and SHA-256/-512 assembler from C.
2004-07-18 Andy PolyakovAdd anchors for AES, SHA-256/-512 assembler modules...
2004-07-01 Andy PolyakovMinor (+12% on P4) performance tweak for sha512_block_sse2.
2004-07-01 Andy PolyakovNew SHA algorithms assembler implementation for IA...
2004-06-28 Richard LevitteNetWare fixes provided by Verdon Walker for OpenSSL...
2004-06-17 Geoff ThorpeGet rid of signed/unsigned warnings, and teach CVS...
2004-06-15 Richard LevitteMaking some values explicitely unsigned was derived...
2004-05-31 Andy PolyakovTypo in commentary section.
2004-05-31 Andy PolyakovFinal SHA-256/-512 touches. Extra md_len field in SHA...
2004-05-31 Andy PolyakovKill unused macro and reimplement it for that single...
2004-05-30 Richard LevitteSHA224_Update() and SHA224_Final() aren't implemented...
2004-05-29 Andy Polyakovgcc -Wcast-qual clean-up.
2004-05-28 Andy PolyakovMake sure we return 0 if test passed.
2004-05-27 Andy PolyakovSHA-224 test vectors added.
2004-05-27 Richard LevitteSince num is now a size_t, it's not necssary to check...
2004-05-25 Richard Levittemake update
2004-05-20 Andy PolyakovSHA-256/-512 update. A bug fix, SHA-512 tune-up for...
2004-05-20 Andy PolyakovStress collector/padding function.
2004-05-20 Andy PolyakovFinal API adaptation. Final, "all openssl" performance...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Andy PolyakovMake reservations for FIPS code in HEAD branch, so...
2004-05-17 Andy PolyakovMake reservations in FIPS code for upcoming size_t...
2004-05-15 Andy Polyakovsize_t-fication of message digest APIs. We should size_...
2004-05-13 Andy PolyakovSHA-224/-256/-384/-512 implementation. This is just...
2004-05-11 Ben LauriePull FIPS back into stable.
2004-05-06 Andy PolyakovSSE2 SHA512_Transform implementation. No, it's not...
2004-04-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-01-21 Andy PolyakovSHA-1 assembler tune-up for Intel P4
2004-01-21 Andy PolyakovSHA-1 assembler tune-up for Intel P4
2004-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-01-16 Richard LevitteA few more files to ignore
2003-01-16 Richard LevitteA few more files to ignore
2003-01-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-12 Andy PolyakovIA-32 assembler support enhancements from HEAD branch...
2003-01-10 cvs2svnThis commit was manufactured by cvs2svn to create branch
2003-01-03 Andy PolyakovUnified targets for ELF assembler modules. Tested on...
2003-01-02 Andy PolyakovI implemented this when troubleshooting performance...
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-14 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-05 Richard Levittemake update
2002-12-05 Richard Levittemake update
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
next