make update
[openssl.git] / crypto / sha /
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...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-03-20 Ulf MöllerIn some of the Makefiles CPP was not defined.
2000-03-19 Ulf MöllerFLAT_INC is not needed; we use -I.. all the time
2000-03-14 Bodo MöllerRemove "Makefile.uni" files and some related stuff.
2000-03-13 Bodo MöllerRemove Win32 assembler files. They are always rebuilt...
2000-03-12 Ulf Möllerasm workaround for SuSE Linux
2000-03-03 Dr. Stephen HensonMove the 'file scope' argument in set_label to
2000-03-02 Bodo MöllerAdd missing dependencies.
2000-02-27 Dr. Stephen HensonFix so Win32 assembly language works with MASM.
2000-02-16 Ben LaurieFix signed/unsigned warnings.
2000-02-12 Andy PolyakovHP-UX tune-up: new unified configs, HP C compiler bug...
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-27 Ulf MöllerDocument DSA and SHA.
2000-01-02 Andy PolyakovMetrowerks for Motorola tune-up.
1999-09-10 Bodo Möller"make update"
1999-09-08 Bodo Möllersome more patches for avoiding problems with non-automa...
1999-09-06 Ben LaurieFix warnings.
1999-09-05 Andy PolyakovSHA clean-up Intel assembler companion.
1999-09-05 Andy PolyakovSHA clean-up and (LP64) tune-up.
1999-06-23 Bodo MöllerDon't use inline assembler when configured for "no...
1999-06-12 Bodo MöllerAvoid some warnings (on silly compilers).
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-29 Ben LaurieUpdate dependencies.
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
1999-05-27 Bodo MöllerI386_ONLY is defined in opensslconf.h, so we need to...
1999-05-25 Bodo MöllerTemporary workaround for IRIX64 build.
1999-05-11 Ulf MöllerUse ifndef PEDANTIC for all inline assembler.
1999-05-10 Bodo MöllerMoved some variable declarations inside blocks where...
next