aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha
Commit message (Expand)AuthorAgeFilesLines
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-4/+30
* make updateBodo Möller2005-05-161-29/+2
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Comply with optimization manual (no data should share cache-line with code).Andy Polyakov2005-05-091-1/+1
* Allow for ./config no-sha0 [from stable].Andy Polyakov2005-04-301-2/+2
* Add DTLS support.Ben Laurie2005-04-261-0/+1
* Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson2005-04-142-2/+4
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-112-0/+4
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov2005-02-061-8/+8
* Engage SHA1 IA64 assembler on IA64 platforms.Andy Polyakov2004-12-092-0/+7
* SHA1 assembler for IA-64.Andy Polyakov2004-12-091-0/+549
* sha1_block_asm_data_order can't hash if message crosses 2GB boundary.Andy Polyakov2004-11-291-1/+1
* Engage RC4 IA-64 assembler module.Andy Polyakov2004-11-261-2/+2
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* SHA1 asm Pentium tune-up. Performance loss is not as bad anymore.Andy Polyakov2004-09-271-32/+37
* sha256_block advances the input pointer double as fast sometimes. Fix theAndy Polyakov2004-09-272-4/+9
* make updateRichard Levitte2004-09-101-5/+8
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-5/+6
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-292-6/+9
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-5/+5
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-011-13/+12
* Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.Andy Polyakov2004-07-252-1/+8
* Some compilers are just too whiny. Nothing makes Microsoft compilerAndy Polyakov2004-07-251-24/+32
* Some compilers are just too whiny. DEC C doesn't like long long...Andy Polyakov2004-07-251-1/+4
* Build-n-link new IA-64 modules on Linux and HP-UX.Andy Polyakov2004-07-231-1/+6
* Various IA-64 assembler fix-ups.Andy Polyakov2004-07-231-1/+1
* EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov2004-07-222-2/+2
* Run SHA-256/-512 tests through EVP...Andy Polyakov2004-07-222-46/+56
* Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov2004-07-182-1/+11
* Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes.Andy Polyakov2004-07-181-2/+2
* Minor (+12% on P4) performance tweak for sha512_block_sse2.Andy Polyakov2004-07-011-16/+29
* New SHA algorithms assembler implementation for IA-64. Note that despiteAndy Polyakov2004-07-011-0/+432
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-0/+1
* Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe2004-06-172-8/+8
* Making some values explicitely unsigned was derived from ongoing workRichard Levitte2004-06-151-2/+2
* Typo in commentary section.Andy Polyakov2004-05-311-1/+1
* Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov2004-05-313-39/+74
* Kill unused macro and reimplement it for that single context it canAndy Polyakov2004-05-311-2/+2
* SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte2004-05-301-2/+7
* gcc -Wcast-qual clean-up.Andy Polyakov2004-05-291-3/+4
* Make sure we return 0 if test passed.Andy Polyakov2004-05-282-0/+4
* SHA-224 test vectors added.Andy Polyakov2004-05-271-0/+56
* Since num is now a size_t, it's not necssary to check for less than 0,Richard Levitte2004-05-271-4/+4
* make updateRichard Levitte2004-05-251-0/+10
* SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2Andy Polyakov2004-05-203-12/+78
* Stress collector/padding function.Andy Polyakov2004-05-201-2/+18
* Final API adaptation. Final, "all openssl" performance numbers [not mixtureAndy Polyakov2004-05-201-21/+42
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-6/+7
* Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov2004-05-171-0/+4