aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov2002-12-181-4/+4
* 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-151-1/+2
* x86_64 performance patch.Andy Polyakov2002-12-141-0/+10
* IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov2002-12-133-51/+59
* Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte2002-12-111-1/+1
* Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte2002-12-112-4/+4
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-284-23/+23
* WinCE patchesRichard Levitte2002-11-152-14/+27
* Add a few more VxWorks targets.Richard Levitte2002-10-091-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Since crypt() isn't defined anywhere, define it locally in destest.cRichard Levitte2002-10-061-2/+0
* Do not define crypt(). The supported function is DES_crypt() (an des_crypt()Richard Levitte2002-10-061-0/+4
* make files didn't work on case insensitive filesystemsUlf Möller2002-09-221-0/+0
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-021-1/+1
* make updateRichard Levitte2002-08-011-1/+2
* Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte2002-08-012-2/+7
* Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.Richard Levitte2002-06-291-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* always include <string.h> (we do this in various other header files,Bodo Möller2002-06-181-4/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn'tRichard Levitte2002-06-131-1/+0
* Fix warnings.Ben Laurie2002-06-111-1/+1
* make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-061-0/+8
* A forgotten fileRichard Levitte2002-03-261-0/+82
* Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte2002-03-261-0/+6
* Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte2002-03-264-33/+39
* Make the change to strong keys in the string to key(s) functions experimental...Richard Levitte2002-03-261-0/+12
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-35/+37
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-23/+35
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-223-64/+79
* Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte2002-03-071-38/+38
* typoBodo Möller2002-03-051-1/+1
* Provide a pre 0.9.7 compatibility mapping ifRichard Levitte2002-03-051-57/+150
* Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte2002-03-047-46/+46
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+3