Remove obsolete PRNG note. Add comment about use of SHA256 et al.
[openssl.git] / crypto / sha /
2009-05-15 Richard LevitteFunctional VMS changes submitted by sms@antinode.info...
2009-01-14 Dr. Stephen HensonUpdate from HEAD.
2008-10-06 Lutz JänickeFix incorrect command for assember file generation...
2008-09-17 Dr. Stephen HensonMake update: delete duplicate error code.
2008-09-16 Dr. Stephen HensonMerge changes to build system from fips branch.
2008-09-16 Dr. Stephen HensonMerge FIPS low level algorithm blocking code. Give...
2008-07-17 Andy Polyakovsha1-586.pl: update from HEAD.
2008-04-24 Andy PolyakovCompensate inline assembler in sha512.c for gcc 2.7...
2007-12-16 Dr. Stephen HensonUpdates from HEAD.
2007-12-14 Dr. Stephen HensonUpdate .cvsignore
2007-12-14 Dr. Stephen HensonDon't shadow.
2007-11-11 Andy PolyakovAdd SHA x86_64 assembler [from HEAD].
2007-11-11 Andy PolyakovSynchronize message digests in 098-fips with 098.
2007-09-07 Andy PolyakovIntegrate remaining parts of #14247 [from HEAD].
2007-06-07 Dr. Stephen HensonUpdate from HEAD.
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-12-22 Andy PolyakovMake sha.h more "portable" [from HEAD].
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles
2005-08-28 Nils Larschfix warnings when building openssl with (gcc 3.3.1):
2005-08-22 Ben LaurieMissing arguments.
2005-07-19 Andy PolyakovBug-fix from HEAD.
2005-06-23 Richard LevitteUpdate for Stratus VOS.
2005-05-31 Andy Polyakov"Show" more respect to no-sha* config options.
2005-05-24 Richard LevitteIt seems like mkdef.pl couldn't quite understand that...
2005-05-24 Richard LevitteIt seems like mkdef.pl couldn't quite understand that...
2005-05-22 Andy PolyakovBe more consistent with OPENSSL_NO_SHA256.
2005-05-22 Andy PolyakovBe more consistent with OPENSSL_NO_SHA256.
2005-05-22 Andy PolyakovOPENSSL_NO_SHA512 to mask even SHA512_CTX declaration...
2005-05-22 Andy PolyakovOPENSSL_NO_SHA512 to mask even SHA512_CTX declaration...
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo Möllermake update
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-09 Andy PolyakovComply with optimization manual (no data should share...
2005-04-30 Andy PolyakovAllow for ./config no-sha0 [from stable].
2005-04-26 Ben LaurieAdd DTLS support.
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-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2004-12-09 Andy PolyakovEngage SHA1 IA64 assembler on IA64 platforms.
2004-12-09 Andy PolyakovSHA1 assembler for IA-64.
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-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
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-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-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-06 Andy PolyakovSSE2 SHA512_Transform implementation. No, it's not...
2004-01-21 Andy PolyakovSHA-1 assembler tune-up for Intel P4
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-01-16 Richard LevitteA few more files to ignore
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-05 Richard Levittemake update
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 LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-14 Ulf Mölleropenbsd-x86 macros
2001-07-31 Richard Levittemake update
next