| Commit message (Expand) | Author | Age | Files | Lines |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -114/+91 |
* | Because of recent reductions in header interdependencies, these files need | Geoff Thorpe | 2004-05-17 | 2 | -0/+2 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -78/+87 |
* | This is essentially Intel 32-bit compiler tune-up. To start with all | Andy Polyakov | 2004-03-28 | 2 | -23/+44 |
* | minor signed/unsigned warning fixes | Geoff Thorpe | 2004-02-10 | 1 | -2/+2 |
* | Add the missing parts for DES CFB1 and CFB8. | Richard Levitte | 2004-01-28 | 1 | -0/+4 |
* | make update | Richard Levitte | 2004-01-28 | 1 | -7/+7 |
* | Unsigned vs. signed problem removed | Richard Levitte | 2004-01-28 | 1 | -2/+2 |
* | CFB DES sync-up with FIPS branch. | Andy Polyakov | 2004-01-27 | 2 | -39/+158 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 1 | -1/+3 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 3 | -0/+11 |
* | Provide ASFLAGS in the subdirectories handling assembler code. | Lutz Jänicke | 2003-11-16 | 1 | -0/+1 |
* | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe | 2003-10-29 | 2 | -6/+7 |
* | Remove redundant declaration. | Geoff Thorpe | 2003-10-29 | 1 | -3/+0 |
* | Make sure int SSL_COMP_add_compression_method() checks if a certain | Richard Levitte | 2003-10-06 | 1 | -6/+7 |
* | Include e_os.h to get a proper definition of memmove on the platforms | Richard Levitte | 2003-10-01 | 1 | -0/+1 |
* | PR: 630 | Richard Levitte | 2003-05-29 | 1 | -1/+1 |
* | Make sure we get the definition of OPENSSL_EXTERN, OPENSSL_NO_DES, | Richard Levitte | 2003-03-20 | 3 | -5/+7 |
* | Oh, the destest program did look at the return value... | Richard Levitte | 2003-02-13 | 1 | -0/+4 |
* | Adjust DES_cbc_cksum() so the returned value is the same as MIT's | Richard Levitte | 2003-02-12 | 1 | -0/+9 |
* | A few more files to ignore | Richard Levitte | 2003-01-16 | 1 | -0/+3 |
* | gcc wants character constants to be correct. Before this change, the | Richard Levitte | 2003-01-09 | 1 | -2/+2 |
* | Another GAS fix-up and some commentary... | Andy Polyakov | 2003-01-04 | 1 | -1/+17 |
* | GAS can't stand stub, which is stb's synonym. | Andy Polyakov | 2003-01-04 | 1 | -0/+1 |
* | Redundant now as it's moved to ./Makefile.org. | Andy Polyakov | 2003-01-03 | 1 | -8/+0 |
* | Unified targets for ELF assembler modules. Tested on Linux, Solaris and | Andy Polyakov | 2003-01-03 | 3 | -29/+12 |
* | Complete integration of SPARC assembler DES implementation. Tested on Solaris | Andy Polyakov | 2003-01-02 | 2 | -1/+12 |
* | UltraSPARC assembler DES implementation tune-up. The code can be | Andy Polyakov | 2003-01-02 | 1 | -214/+356 |
* | Very old submission (from 2000) of UltraSPARC assembler DES implementation. | Andy Polyakov | 2003-01-02 | 1 | -0/+1815 |
* | Correct asm exclusions. | Ben Laurie | 2002-12-29 | 1 | -1/+1 |
* | Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1. | Andy Polyakov | 2002-12-18 | 1 | -4/+4 |
* | Bring des_locl.h at the same level as in the 0.9.7 branch. | Richard Levitte | 2002-12-15 | 1 | -2/+5 |
* | Ooops! No ROTATE on some platforms after x86_64 performance patch... | Andy Polyakov | 2002-12-15 | 1 | -1/+2 |
* | x86_64 performance patch. | Andy Polyakov | 2002-12-14 | 1 | -0/+10 |
* | IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep | Andy Polyakov | 2002-12-13 | 3 | -51/+59 |
* | Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H | Richard Levitte | 2002-12-11 | 1 | -1/+1 |
* | Since HEADER_DES_H has been the protector of des.h since libdes | Richard Levitte | 2002-12-11 | 2 | -4/+4 |
* | Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> | Richard Levitte | 2002-12-03 | 1 | -3/+0 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 4 | -23/+23 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 2 | -14/+27 |
* | Add a few more VxWorks targets. | Richard Levitte | 2002-10-09 | 1 | -2/+2 |
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
* | Since crypt() isn't defined anywhere, define it locally in destest.c | Richard Levitte | 2002-10-06 | 1 | -2/+0 |
* | Do not define crypt(). The supported function is DES_crypt() (an des_crypt() | Richard Levitte | 2002-10-06 | 1 | -0/+4 |
* | make files didn't work on case insensitive filesystems | Ulf Möller | 2002-09-22 | 1 | -0/+0 |
* | Certain flag macros were tested with #if instead if #ifdef... | Richard Levitte | 2002-08-02 | 1 | -1/+1 |
* | make update | Richard Levitte | 2002-08-01 | 1 | -1/+2 |
* | Avoid yet another name clash with libdes, and make the declaration consistent | Richard Levitte | 2002-08-01 | 2 | -2/+7 |
* | Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD. | Richard Levitte | 2002-06-29 | 1 | -1/+1 |