summaryrefslogtreecommitdiffstats
path: root/crypto/sha
AgeCommit message (Expand)Author
2005-11-03Make pshufw optional and update performance table in sha512-sse2.plAndy Polyakov
2005-10-25+20% SHA512 performance improvement on x86.Andy Polyakov
2005-10-25Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-07-25Commentary section update in sha512-x86_64.pl.Andy Polyakov
2005-07-24Engage SHA-256/-512 x86_64 assembler module.Andy Polyakov
2005-07-24SHA-256/-512 x86_64 assembler module.Andy Polyakov
2005-07-20Pedantic polish to aes-ia64 and sha512-ia64.Andy Polyakov
2005-07-19Fix bug [SHA1 IA-64 being disabled] introduced with Stratus VOS update.Andy Polyakov
2005-07-18Fix unwind directives in IA-64 assembler modules. This helps symbolicAndy Polyakov
2005-06-23Update for Stratus VOS.Richard Levitte
2005-05-31"Show" more respect to no-sha* config options.Andy Polyakov
2005-05-24It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte
2005-05-22Be more consistent with OPENSSL_NO_SHA256.Andy Polyakov
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16make updateBodo Möller
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-09Comply with optimization manual (no data should share cache-line with code).Andy Polyakov
2005-04-30Allow for ./config no-sha0 [from stable].Andy Polyakov
2005-04-26Add DTLS support.Ben Laurie
2005-04-14Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
2004-12-09Engage SHA1 IA64 assembler on IA64 platforms.Andy Polyakov
2004-12-09SHA1 assembler for IA-64.Andy Polyakov
2004-11-29sha1_block_asm_data_order can't hash if message crosses 2GB boundary.Andy Polyakov
2004-11-26Engage RC4 IA-64 assembler module.Andy Polyakov
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-09-27SHA1 asm Pentium tune-up. Performance loss is not as bad anymore.Andy Polyakov
2004-09-27sha256_block advances the input pointer double as fast sometimes. Fix theAndy Polyakov
2004-09-10make updateRichard Levitte
2004-08-29Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
2004-08-01OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov
2004-08-01Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov
2004-07-25Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.Andy Polyakov
2004-07-25Some compilers are just too whiny. Nothing makes Microsoft compilerAndy Polyakov
2004-07-25Some compilers are just too whiny. DEC C doesn't like long long...Andy Polyakov
2004-07-23Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov
2004-07-23Various IA-64 assembler fix-ups.Andy Polyakov
2004-07-22EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov
2004-07-22Run SHA-256/-512 tests through EVP...Andy Polyakov
2004-07-18Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov
2004-07-18Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov
2004-07-01Minor (+12% on P4) performance tweak for sha512_block_sse2.Andy Polyakov
2004-07-01New SHA algorithms assembler implementation for IA-64. Note that despiteAndy Polyakov
2004-06-28NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte
2004-06-17Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe