Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several
[openssl.git] / crypto / des /
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-13 Andy PolyakovZap OPENSSL_EXTERN on symbols, which are not meant...
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2004-12-13 Richard LevitteChange libeay.num so it's synchronised with additions...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-01 Richard LevitteMake sure memmove() is defined, even on SunOS 4.1.4.
2004-08-29 Andy PolyakovProper support for OpenBSD-i386 shared build, including...
2004-08-01 Andy PolyakovOpenBSD fix-up for new a.out targets. OpenBSD .s.o...
2004-08-01 Andy PolyakovClean-up GAS targets: get rid of "cpp" stuff and replac...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeBecause of recent reductions in header interdependencie...
2004-04-19 Geoff Thorpemake update
2004-03-28 Andy PolyakovThis is essentially Intel 32-bit compiler tune-up....
2004-02-10 Geoff Thorpeminor signed/unsigned warning fixes
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2004-01-28 Richard Levittemake update
2004-01-28 Richard LevitteUnsigned vs. signed problem removed
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeRemove redundant declaration.
2003-10-06 Richard LevitteMake sure int SSL_COMP_add_compression_method() checks...
2003-10-01 Richard LevitteInclude e_os.h to get a proper definition of memmove...
2003-05-29 Richard LevittePR: 630
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_EXTERN,...
2003-02-13 Richard LevitteOh, the destest program did look at the return value...
2003-02-12 Richard LevitteAdjust DES_cbc_cksum() so the returned value is the...
2003-01-16 Richard LevitteA few more files to ignore
2003-01-09 Richard Levittegcc wants character constants to be correct. Before...
2003-01-04 Andy PolyakovAnother GAS fix-up and some commentary...
2003-01-04 Andy PolyakovGAS can't stand stub, which is stb's synonym.
2003-01-03 Andy PolyakovRedundant now as it's moved to ./Makefile.org.
2003-01-03 Andy PolyakovUnified targets for ELF assembler modules. Tested on...
2003-01-02 Andy PolyakovComplete integration of SPARC assembler DES implementat...
2003-01-02 Andy PolyakovUltraSPARC assembler DES implementation tune-up. The...
2003-01-02 Andy PolyakovVery old submission (from 2000) of UltraSPARC assembler...
2002-12-29 Ben LaurieCorrect asm exclusions.
2002-12-18 Andy PolyakovFix for RT#405, Solaris refuses to invoke preprocessor...
2002-12-15 Richard LevitteBring des_locl.h at the same level as in the 0.9.7...
2002-12-15 Andy PolyakovOoops! No ROTATE on some platforms after x86_64 perform...
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-13 Andy PolyakovIA-32 assembler modules (primarily DES) PIC-ification...
2002-12-11 Richard LevitteLet's not forget the other places where HEADER_DES_H...
2002-12-11 Richard LevitteSince HEADER_DES_H has been the protector of des.h...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-15 Richard LevitteWinCE patches
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-10-06 Richard LevitteSince crypt() isn't defined anywhere, define it locally...
2002-10-06 Richard LevitteDo not define crypt(). The supported function is DES_c...
2002-09-22 Ulf Möllermake files didn't work on case insensitive filesystems
2002-08-02 Richard LevitteCertain flag macros were tested with #if instead if...
2002-08-01 Richard Levittemake update
2002-08-01 Richard LevitteAvoid yet another name clash with libdes, and make...
2002-06-29 Richard LevitteDo not define crypt() on OpenBSD. Notified by Bob...
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-13 Richard LevitteMaking a softlink from crypto/des/asm/perlasm to crypto...
2002-06-11 Ben LaurieFix warnings.
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-03-26 Richard LevitteA forgotten file
2002-03-26 Richard LevitteAdd the possibility to enable olde des support, not...
2002-03-26 Richard LevitteAdd the mapping of des_random_seed() for 0.9.6 compatib...
2002-03-26 Richard LevitteMake the change to strong keys in the string to key...
2002-03-22 Richard LevitteMerge changes from 0.9.7-stable
2002-03-22 Richard LevitteMerge changes from 0.9.7-stable
2002-03-22 Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-03-07 Richard LevitteChange des_old.c to use types prefixed with _ossl_old_des_.
2002-03-05 Bodo Möllertypo
2002-03-05 Richard LevitteProvide a pre 0.9.7 compatibility mapping if
2002-03-04 Richard LevitteRename des_SPtrans to DES_SPtrans to differentiate...
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-28 Bodo Möllerdisable '#ifdef DEBUG' sections
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-14 Richard LevitteMake sure memset() is defined by including string.h
2002-02-05 Richard Levitte'make update'
2002-02-05 Richard LevitteWith the changed des_old API, let's complete the work...
2002-02-05 Richard LevitteApply one patch from Assar Westerlund <assar@sics.se>:
2002-02-05 Richard LevitteApply three patches from Assar Westerlund <assar@kth...
2002-01-26 Richard LevitteI got a request to make the "old des" symbols more...
2002-01-24 Bodo MöllerNew functions
2002-01-24 Richard Levittemake update
2002-01-24 Richard LevitteTo avoid all kinds of link-level clashes, rename all...
2002-01-22 Ben LaurieSupport old DES APIs by default.
2002-01-08 Richard LevittePatches to make OpenSSL compilable on MacOS/X.
2001-11-15 Richard Levittemake update
2001-11-06 Richard Levittedes_old.h doesn't really need to include des.h, so...
2001-10-25 Ben LaurieFix warning.
2001-10-25 Bodo Möllerremove redundant definitions that are also in des.h
2001-10-25 Bodo Möllerfilenames are des_old.[ch], not des.comp*
2001-10-25 Richard LevitteRemove DES_random_seed() but retain des_random_seed...
2001-10-25 Richard LevitteHave the removal warnings very high up in the source.
2001-10-24 Richard LevitteA C file is a C file is a C file!
next