summaryrefslogtreecommitdiffstats
path: root/crypto/sha
AgeCommit message (Expand)Author
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
2004-06-15Making some values explicitely unsigned was derived from ongoing workRichard Levitte
2004-05-31Typo in commentary section.Andy Polyakov
2004-05-31Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov
2004-05-31Kill unused macro and reimplement it for that single context it canAndy Polyakov
2004-05-30SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte
2004-05-29gcc -Wcast-qual clean-up.Andy Polyakov
2004-05-28Make sure we return 0 if test passed.Andy Polyakov
2004-05-27SHA-224 test vectors added.Andy Polyakov
2004-05-27Since num is now a size_t, it's not necssary to check for less than 0,Richard Levitte
2004-05-25make updateRichard Levitte
2004-05-20SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov
2004-05-20Stress collector/padding function.Andy Polyakov
2004-05-20Final API adaptation. Final, "all openssl" performance numbers [not mixtureAndy Polyakov
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
2004-05-17Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2004-05-13SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov
2004-05-06SSE2 SHA512_Transform implementation. No, it's not used anywhere yet andAndy Polyakov
2004-01-21SHA-1 assembler tune-up for Intel P4Andy Polyakov
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-11-16Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke
2003-01-16A few more files to ignoreRichard Levitte
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov
2003-01-02I implemented this when troubleshooting performance problem on SPARC Solaris.Andy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-05make updateRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-14openbsd-x86 macrosUlf Möller
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson