aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* "!Cname surname" has now become redundant ...Bodo Möller2003-01-131-1/+0
* undo part of a recent change: it's "surname", not "surName"Bodo Möller2003-01-133-4/+4
* Make sure not to declare a clashing read() for DJGPP.Richard Levitte2003-01-133-3/+3
* Correct a misleading comment.Richard Levitte2003-01-131-1/+1
* UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte2003-01-131-2/+4
* tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte2003-01-131-1/+1
* Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov2003-01-102-4/+4
* Make sure everything that may be freed is allocated or initiated.Richard Levitte2003-01-101-1/+1
* At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov2003-01-091-2/+2
* gcc wants character constants to be correct. Before this change, theRichard Levitte2003-01-091-2/+2
* Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov2003-01-091-1/+1
* Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke2003-01-081-1/+1
* This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe2003-01-074-2/+24
* 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
* Oops! I've toasted Cygwin! Fixed now.Andy Polyakov2003-01-031-2/+2
* 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-0313-128/+67
* Support for ILP32 on HPUX-IA64.Andy Polyakov2003-01-031-18/+96
* pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it'sAndy Polyakov2003-01-031-18/+18
* 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
* I implemented this when troubleshooting performance problem on SPARC Solaris.Andy Polyakov2003-01-021-0/+126
* Adjust the parameter lists in some not commonly used files.Richard Levitte2003-01-012-2/+2
* Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte2003-01-011-1/+1
* Correct asm exclusions.Ben Laurie2002-12-292-2/+2
* OS/2 does binary by default, apparently.Richard Levitte2002-12-291-1/+1
* make updateRichard Levitte2002-12-2915-3285/+1701
* Finally get rid of all the algorithm inclusions that were done fromRichard Levitte2002-12-291-54/+0
* make updateRichard Levitte2002-12-281-1/+2
* Merge from 0.9.7-stable.Richard Levitte2002-12-283-2/+6
* UltraSPARC performance "tune-up."Andy Polyakov2002-12-271-1/+1
* Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte2002-12-231-55/+81
* Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte2002-12-201-2/+3
* Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov2002-12-201-1/+1
* More accurate comments.Richard Levitte2002-12-201-2/+2
* A little debugging.Richard Levitte2002-12-201-0/+10
* Propagate MAKEDEPPROG to the subdirs under crypto/.Richard Levitte2002-12-201-1/+1
* Keep the internal lowercase 'surname', for programmer's sake.Richard Levitte2002-12-204-8/+9
* Be consistent with capitalisation of object names.Richard Levitte2002-12-203-12/+12
* Be consistent with capitalisation of object names.Richard Levitte2002-12-201-2/+2
* Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov2002-12-181-4/+4
* Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov2002-12-171-1/+1
* Synchronise with Makefiles.Richard Levitte2002-12-151-4/+6
* DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov2002-12-151-1/+1
* Don't define macros in terms of asm() when __STRICT_ANSI is defined.Richard Levitte2002-12-151-1/+1
* Bring des_locl.h at the same level as in the 0.9.7 branch.Richard Levitte2002-12-151-2/+5
* Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov2002-12-152-2/+6
* As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov2002-12-141-3/+3