summaryrefslogtreecommitdiffstats
path: root/crypto/des
AgeCommit message (Expand)Author
2001-02-04Can't remember why this was needed?Ben Laurie
2000-12-31If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcryptoRichard Levitte
2000-12-21Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-21Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte
2000-09-09Fix some CygWin problems.Ulf Möller
2000-09-07'make update'Richard Levitte
2000-08-03On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-31#include <stdio.h> not needed.Ulf Möller
2000-05-15MacOS changes.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-01_lrotl and _lrotr are defined in MSVC but nowhere else that we knowRichard Levitte
2000-03-27Removed, especially since it conflicts with des.pod onRichard Levitte
2000-03-22Fix a memory leak in PKCS12_parse.Dr. Stephen Henson
2000-03-20make updateRichard Levitte
2000-03-19Integrate podd.h sk.h into set_key.cUlf Möller
2000-03-19make updateUlf Möller
2000-03-19cleanup.Ulf Möller
2000-03-19libdes manpage.Ulf Möller
2000-03-19des_quad_cksum() byte order bug fix.Ulf Möller
2000-03-18DES in Perl was incomplete and not very usefulUlf Möller
2000-03-18superseded by des_modes.podUlf Möller
2000-03-18change manpages to pod. Contents are not up to date!Ulf Möller
2000-03-14Insert a comment: This is one of the few files in this directoryBodo Möller
2000-03-14Remove "Makefile.uni" files and some related stuff.Bodo Möller
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller
2000-03-12asm workaround for SuSE LinuxUlf Möller
2000-03-10Use L for all constants.Ulf Möller
2000-03-09bug fix.Ulf Möller
2000-03-02Add missing dependencies.Bodo Möller
2000-02-25The main() return value is a program's exit code.Ulf Möller
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
2000-02-05Replace ridiculous libdes PRNG with RAND_bytes. These functions are notUlf Möller
2000-02-04New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-24Give the correct e-mail address even though the message is not quite seriousBodo Möller
2000-01-24The des_xcbc_encrypt apparently always fails.Bodo Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-22fail on all errors.Ulf Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
1999-12-26MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov
1999-12-19Even more late break-in MacOS tidbits...Andy Polyakov
1999-12-19MacOS updates.Andy Polyakov
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov