aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* Final(?) WinCE update.Andy Polyakov2005-08-071-0/+4
* PIC-ify SPARC assembler in alternative manner to eliminate dependency onAndy Polyakov2005-08-031-39/+45
* Latest Intel compiler means every word in "if copying [with memcpy] takesAndy Polyakov2005-07-081-2/+2
* On case insensitive systems, 'install' gets mixed up with the existing fileRichard Levitte2005-07-081-1/+4
* Do not defined des_crypt(), since it clashes with Solaris crypt.h.Richard Levitte2005-06-232-2/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-12/+19
* make updateBodo Möller2005-05-161-18/+10
* Fool-proofing MakefilesAndy Polyakov2005-05-151-7/+2
* Add DTLS support.Ben Laurie2005-04-261-0/+2
* Zap OPENSSL_EXTERN on symbols, which are not meant to be local to DLL.Andy Polyakov2005-04-131-1/+1
* 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-7/+7
* Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte2004-12-131-2/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte2004-11-011-0/+1
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-5/+6
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-26/+5
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-011-5/+15
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-114/+91
* Because of recent reductions in header interdependencies, these files needGeoff Thorpe2004-05-172-0/+2
* make updateGeoff Thorpe2004-04-191-78/+87
* This is essentially Intel 32-bit compiler tune-up. To start with allAndy Polyakov2004-03-282-23/+44
* minor signed/unsigned warning fixesGeoff Thorpe2004-02-101-2/+2
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-281-0/+4
* make updateRichard Levitte2004-01-281-7/+7
* Unsigned vs. signed problem removedRichard Levitte2004-01-281-2/+2
* CFB DES sync-up with FIPS branch.Andy Polyakov2004-01-272-39/+158
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+3
* Netware-specific changes,Richard Levitte2003-11-283-0/+11
* Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke2003-11-161-0/+1
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-292-6/+7
* Remove redundant declaration.Geoff Thorpe2003-10-291-3/+0
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-6/+7
* Include e_os.h to get a proper definition of memmove on the platformsRichard Levitte2003-10-011-0/+1
* PR: 630Richard Levitte2003-05-291-1/+1
* Make sure we get the definition of OPENSSL_EXTERN, OPENSSL_NO_DES,Richard Levitte2003-03-203-5/+7
* Oh, the destest program did look at the return value...Richard Levitte2003-02-131-0/+4
* Adjust DES_cbc_cksum() so the returned value is the same as MIT'sRichard Levitte2003-02-121-0/+9
* A few more files to ignoreRichard Levitte2003-01-161-0/+3
* gcc wants character constants to be correct. Before this change, theRichard Levitte2003-01-091-2/+2
* Another GAS fix-up and some commentary...Andy Polyakov2003-01-041-1/+17
* GAS can't stand stub, which is stb's synonym.Andy Polyakov2003-01-041-0/+1
* Redundant now as it's moved to ./Makefile.org.Andy Polyakov2003-01-031-8/+0
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-033-29/+12
* Complete integration of SPARC assembler DES implementation. Tested on SolarisAndy Polyakov2003-01-022-1/+12
* UltraSPARC assembler DES implementation tune-up. The code can beAndy Polyakov2003-01-021-214/+356
* Very old submission (from 2000) of UltraSPARC assembler DES implementation.Andy Polyakov2003-01-021-0/+1815
* Correct asm exclusions.Ben Laurie2002-12-291-1/+1