summaryrefslogtreecommitdiffstats
path: root/crypto/sha
AgeCommit message (Expand)Author
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
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