aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* Fix some CygWin problems.Ulf Möller2000-09-091-1/+1
* 'make update'Richard Levitte2000-09-071-3/+5
* On Unicos, shorts are 8 bytes, so instead, use a structure with 2 32-bit ints...Richard Levitte2000-08-031-1/+11
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+6
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-013-6/+6
* #include <stdio.h> not needed.Ulf Möller2000-05-311-1/+0
* MacOS changes.Ulf Möller2000-05-151-5/+7
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* _lrotl and _lrotr are defined in MSVC but nowhere else that we knowRichard Levitte2000-04-011-1/+1
* Removed, especially since it conflicts with des.pod onRichard Levitte2000-03-271-16/+0
* Fix a memory leak in PKCS12_parse.Dr. Stephen Henson2000-03-221-1/+1
* make updateRichard Levitte2000-03-201-1/+1
* Integrate podd.h sk.h into set_key.cUlf Möller2000-03-195-301/+169
* make updateUlf Möller2000-03-191-6/+2
* cleanup.Ulf Möller2000-03-196-124/+38
* libdes manpage.Ulf Möller2000-03-191-261/+0
* des_quad_cksum() byte order bug fix.Ulf Möller2000-03-192-53/+47
* DES in Perl was incomplete and not very usefulUlf Möller2000-03-188-1252/+0
* superseded by des_modes.podUlf Möller2000-03-181-84/+0
* change manpages to pod. Contents are not up to date!Ulf Möller2000-03-183-604/+388
* Insert a comment: This is one of the few files in this directoryBodo Möller2000-03-141-0/+5
* Remove "Makefile.uni" files and some related stuff.Bodo Möller2000-03-143-515/+0
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-132-4061/+0
* asm workaround for SuSE LinuxUlf Möller2000-03-121-2/+2
* Use L for all constants.Ulf Möller2000-03-101-3/+3
* bug fix.Ulf Möller2000-03-091-1/+1
* Add missing dependencies.Bodo Möller2000-03-021-2/+2
* The main() return value is a program's exit code.Ulf Möller2000-02-251-2/+1
* More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe2000-02-251-0/+1
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-053-4/+5
* Replace ridiculous libdes PRNG with RAND_bytes. These functions are notUlf Möller2000-02-051-98/+52
* New xcbc_ok test vector is required after the parity bits in cbc2_keyAndy Polyakov2000-02-041-9/+13
* ispell (and minor modifications)Ulf Möller2000-02-038-17/+17
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-302-4/+4
* Give the correct e-mail address even though the message is not quite seriousBodo Möller2000-01-241-1/+1
* The des_xcbc_encrypt apparently always fails.Bodo Möller2000-01-241-1/+8
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-5/+6
* fail on all errors.Ulf Möller2000-01-221-1/+4
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-212-2/+2
* MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov1999-12-261-2/+2
* Even more late break-in MacOS tidbits...Andy Polyakov1999-12-192-2/+10
* MacOS updates.Andy Polyakov1999-12-191-2/+5
* Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1999-12-0310-74/+69
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-2/+2
* Initial support for MacOS.Andy Polyakov1999-09-112-4/+13
* make testapps after the library.Ulf Möller1999-08-281-1/+1
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-132-2/+2
* Compile pkcs7 and des apps.Ulf Möller1999-08-132-7/+14
* avoid castBodo Möller1999-08-021-1/+1
* No use in naming the cblock _; the structure still is incompatibleUlf Möller1999-07-291-1/+1