aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5
Commit message (Collapse)AuthorAgeFilesLines
* Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov2005-12-161-14/+0
| | | | Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
* Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov2005-10-251-5/+5
|
* MD5 x86_64 assembler update.Andy Polyakov2005-09-201-11/+17
| | | | Submitted by: Marc Bevand and Charles Liu
* Pedantic polish to md5-ia64.S.Andy Polyakov2005-07-201-2/+6
|
* Engage MD5 assembler module.Andy Polyakov2005-07-192-0/+7
|
* This update gets endianness-neutrality right and adds second requiredAndy Polyakov2005-07-191-116/+133
| | | | entry point, md5_block_asm_data_order.
* MD5 IA-64 assembler implementation. Original copy for reference purposes.Andy Polyakov2005-07-191-0/+1009
| | | | | | Submitted by: David Mosberger Obtained from: http://www.hpl.hp.com/research/linux/crypto/
* Update for Stratus VOS.Richard Levitte2005-06-231-2/+6
| | | | PR: 1130
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Cvs missed adapted module itself, here it goes...Andy Polyakov2005-05-031-13/+9
|
* Engage md5-x86_64 assembler module.Andy Polyakov2005-05-032-2/+4
|
* Throw in md5-x86_64 assembler.Andy Polyakov2005-05-031-0/+249
|
* 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-141-1/+2
|
* 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-9/+9
| | | | | and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-3/+4
| | | | "Proper" means "compiles and passes test." Versioning is broken (I think).
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-3/+3
|
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-011-13/+8
| | | | | | | | COFF and a.out targets [similar to ELF targets]. You might notice some rudementary support for shared mingw builds under cygwin. It works (it produces cryptoeay32.dll and ssleay32.dll with everything exported by name), but it's primarily for testing/debugging purposes, at least for now...
* Typos, typos...Andy Polyakov2004-07-251-1/+1
|
* Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov2004-07-251-1/+1
|
* EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov2004-07-221-1/+1
|
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-3/+3
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-154-8/+8
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Netware-specific changes,Richard Levitte2003-11-281-0/+4
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-271-1/+1
| | | | | systems and above. PR: 664
* Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configurationRichard Levitte2003-05-291-1/+3
| | | | macros get properly defined.
* Have ASFLAGS be defined the same way as CFLAGSRichard Levitte2003-05-291-1/+2
|
* Small typo, OENSSL should really be spelled OPENSSL.Richard Levitte2003-01-301-1/+1
| | | | PR: 476
* A few more files to ignoreRichard Levitte2003-01-161-0/+1
|
* Make sure not to declare a clashing read() for DJGPP.Richard Levitte2003-01-131-1/+1
| | | | PR: 440
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-17/+3
| | | | FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
* make updateRichard Levitte2002-12-281-1/+2
|
* Merge from 0.9.7-stable.Richard Levitte2002-12-282-2/+4
|
* UltraSPARC performance "tune-up."Andy Polyakov2002-12-271-1/+1
|
* x86_64 performance patch.Andy Polyakov2002-12-141-32/+4
|
* make updateRichard Levitte2002-12-051-1/+5
|
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-0/+1
|
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-1/+1
| | | | | | I *think* I got them all covered by now, bu please, if you find any more, tell me and I'll correct it. PR: 343
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
| | | | always give the expected result on some platforms.
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
| | | | | | with existing code. Modify library to use digest *_ex() functions.
* openbsd-x86 macrosUlf Möller2001-10-141-2/+2
| | | | Submitted by: Toomas Kiisk <vix@cyber.ee>
* make updateRichard Levitte2001-07-311-2/+3
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-3/+3
|