aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restore compability with kerberos/des.h (I had deleted some seemingly uselessUlf Möller1999-07-291-40/+35
* VMS updates.Ulf Möller1999-07-282-2/+8
* Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller1999-07-191-2/+2
* More DES library cleanups: remove references to srand/randUlf Möller1999-07-156-235/+6
* More NASM support code it still doesn't work but it doesn't work less than itDr. Stephen Henson1999-07-122-4/+4
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-121-4/+4
* des_cbc_encrypt / des_ncbc_encrypt issue.Bodo Möller1999-06-091-0/+1
* Update dependencies.Bodo Möller1999-06-091-2/+2
* Unify DES library: ncbc_enc.c wasn't used, but its content was almostBodo Möller1999-06-094-165/+34
* Remove old libdes version number.Ulf Möller1999-06-091-1/+1
* DES CBC change looks dubious to me.Bodo Möller1999-06-091-0/+6
* Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller1999-06-096-13/+17
* Oops. Get rid of now incorrect comment.Ben Laurie1999-06-091-2/+0
* I keep forgetting to fix this: update the IV! Most important!Ben Laurie1999-06-091-0/+6
* The des app.Ulf Möller1999-06-082-1/+2
* Call our crypt implementation des_crypt(). crypt() now is a wrapper ifUlf Möller1999-06-082-16/+7
* Casts.Ulf Möller1999-06-083-14/+14
* Warnings and casts.Ulf Möller1999-06-081-21/+21
* Don't #define _, and eliminate casts.Ulf Möller1999-06-082-9/+4
* Fix to compile the des app.Ulf Möller1999-06-082-1/+5
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-5/+5
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+45
* Some assembler-related clean-ups.Bodo Möller1999-05-281-1/+1
* Include <stdio.h>.Bodo Möller1999-05-281-0/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-9/+9
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-9/+9
* gcc (in some versions) doesn't like the const_des_cblock typedef.Bodo Möller1999-05-171-1/+6