summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2003-01-10Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov
2003-01-10Make sure everything that may be freed is allocated or initiated.Richard Levitte
2003-01-09At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov
2003-01-09gcc wants character constants to be correct. Before this change, theRichard Levitte
2003-01-09Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov
2003-01-08Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke
2003-01-07This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe
2003-01-04Another GAS fix-up and some commentary...Andy Polyakov
2003-01-04GAS can't stand stub, which is stb's synonym.Andy Polyakov
2003-01-03Oops! I've toasted Cygwin! Fixed now.Andy Polyakov
2003-01-03Redundant now as it's moved to ./Makefile.org.Andy Polyakov
2003-01-03Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov
2003-01-03Support for ILP32 on HPUX-IA64.Andy Polyakov
2003-01-03pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it'sAndy Polyakov
2003-01-02Complete integration of SPARC assembler DES implementation. Tested on SolarisAndy Polyakov
2003-01-02UltraSPARC assembler DES implementation tune-up. The code can beAndy Polyakov
2003-01-02Very old submission (from 2000) of UltraSPARC assembler DES implementation.Andy Polyakov
2003-01-02I implemented this when troubleshooting performance problem on SPARC Solaris.Andy Polyakov
2003-01-01Adjust the parameter lists in some not commonly used files.Richard Levitte
2003-01-01Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte
2002-12-29Correct asm exclusions.Ben Laurie
2002-12-29OS/2 does binary by default, apparently.Richard Levitte
2002-12-29make updateRichard Levitte
2002-12-29Finally get rid of all the algorithm inclusions that were done fromRichard Levitte
2002-12-28make updateRichard Levitte
2002-12-28Merge from 0.9.7-stable.Richard Levitte
2002-12-27UltraSPARC performance "tune-up."Andy Polyakov
2002-12-23Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte
2002-12-20Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte
2002-12-20Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov
2002-12-20More accurate comments.Richard Levitte
2002-12-20A little debugging.Richard Levitte
2002-12-20Propagate MAKEDEPPROG to the subdirs under crypto/.Richard Levitte
2002-12-20Keep the internal lowercase 'surname', for programmer's sake.Richard Levitte
2002-12-20Be consistent with capitalisation of object names.Richard Levitte
2002-12-20Be consistent with capitalisation of object names.Richard Levitte
2002-12-18Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov
2002-12-17Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov
2002-12-15Synchronise with Makefiles.Richard Levitte
2002-12-15DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov
2002-12-15Don't define macros in terms of asm() when __STRICT_ANSI is defined.Richard Levitte
2002-12-15Bring des_locl.h at the same level as in the 0.9.7 branch.Richard Levitte
2002-12-15Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov
2002-12-14As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov
2002-12-14x86_64 performance patch.Andy Polyakov
2002-12-14DES PIC-ification. Windows companion.Andy Polyakov
2002-12-13The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe
2002-12-13IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte