New Camellia implementation (replacing previous version)
[openssl.git] / crypto / sha /
2006-07-17 Dr. Stephen HensonUpdate .cvsignore again.
2006-06-05 Andy PolyakovAdd sha512-ppc.pl module.
2006-06-05 Andy PolyakovMinor sha1-ppc.pl update.
2006-05-04 Andy PolyakovFuther minor PPC assembler update.
2006-05-03 Andy PolyakovMinor PPC assembler updates.
2006-05-01 Andy PolyakovSHA1 for PowerPC.
2006-04-16 Andy PolyakovSHA-1 for x86_64.
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-11-03 Andy PolyakovMake pshufw optional and update performance table in...
2005-10-25 Andy Polyakov+20% SHA512 performance improvement on x86.
2005-10-25 Andy PolyakovEliminate false preprocessor dependencies introduced...
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-07-25 Andy PolyakovCommentary section update in sha512-x86_64.pl.
2005-07-24 Andy PolyakovEngage SHA-256/-512 x86_64 assembler module.
2005-07-24 Andy PolyakovSHA-256/-512 x86_64 assembler module.
2005-07-20 Andy PolyakovPedantic polish to aes-ia64 and sha512-ia64.
2005-07-19 Andy PolyakovFix bug [SHA1 IA-64 being disabled] introduced with...
2005-07-18 Andy PolyakovFix unwind directives in IA-64 assembler modules. This...
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-22 Andy PolyakovBe more consistent with OPENSSL_NO_SHA256.
2005-05-22 Andy PolyakovOPENSSL_NO_SHA512 to mask even SHA512_CTX declaration...
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
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-03-08 Dr. Stephen HensonMake EVP_Digest*() routines return a value.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-10-20 Dr. Stephen HensonFix for bug (?) in assembly language routines for SHA1...
next