summaryrefslogtreecommitdiffstats
path: root/crypto/engine (unfollow)
Commit message (Expand)AuthorFilesLines
2001-07-31Reworked manual pages with a lot of input from Bodo Moeller.Lutz Jänicke3-71/+121
2001-07-31Document DES changes better.Ben Laurie2-34/+37
2001-07-31Remove old unused stuff.Ben Laurie1-4/+0
2001-07-31Indent.Lutz Jänicke1-1/+1
2001-07-31Vade retro C++ comments!Richard Levitte2-6/+10
2001-07-31Make as sure as possible that gethostname() will be properly declared.Richard Levitte1-0/+8
2001-07-31Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte1-12/+13
2001-07-31Whoops, my fault, a backslash got converted to a slash...Richard Levitte1-1/+1
2001-07-31More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte7-7/+83
2001-07-31Remove //.Ben Laurie1-2/+2
2001-07-31make updateRichard Levitte5-554/+604
2001-07-31Really add the EVP and all of the DES changes.Ben Laurie107-4616/+2990
2001-07-30Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie25-188/+216
2001-07-30Only set the verify callback if there's one to set!Ben Laurie1-1/+2
2001-07-30Just a "get to know your system" bit.Andy Polyakov1-1/+3
2001-07-30Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov5-16/+115
2001-07-30Support for Intel and HP-UXi assemblers.Andy Polyakov1-456/+465
2001-07-30ANSIfication.Ben Laurie1-1/+2
2001-07-30Typo in stty command lines.Andy Polyakov1-3/+3
2001-07-30Don't miss files...Lutz Jänicke1-0/+6
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke4-2/+12
2001-07-30Forgot to mention second fix.Lutz Jänicke1-4/+4
2001-07-28length of secret exponent is needed only when we create oneBodo Möller1-2/+1
2001-07-28Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller3-16/+9
2001-07-27Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke1-1/+1
2001-07-27Addapt VMS script to the latest changes in the makefiles.Richard Levitte1-3/+4
2001-07-27Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson1-0/+2
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson24-318/+612
2001-07-27First of several reorganisations toDr. Stephen Henson10-53/+321
2001-07-26Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke2-1/+7
2001-07-25DH key generation should not use a do ... while loop,Bodo Möller1-7/+3
2001-07-25Don't preserve existing keys in DH_generate_key.Bodo Möller3-9/+45
2001-07-25md_rand.c thread safetyBodo Möller4-18/+45
2001-07-25always reject data >= nBodo Möller4-5/+47
2001-07-25Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov3-10/+90
2001-07-25Fix wrong information about SSL_set_connect_state()...Lutz Jänicke6-30/+20
2001-07-25add a commentBodo Möller1-0/+4
2001-07-24avoid warningsBodo Möller1-2/+4
2001-07-24Avoid race condition.Bodo Möller2-4/+7
2001-07-23- New INSTALL document describing different ways to build "tunala" andGeoff Thorpe11-44/+354
2001-07-23Additional inline reference.Lutz Jänicke1-2/+4
2001-07-23Add missing reference.Lutz Jänicke1-0/+1
2001-07-23Tidy up "cvs update" output a bit.Geoff Thorpe2-0/+4
2001-07-21Not all platforms have the OpenBSD crypto device.Richard Levitte1-0/+4
2001-07-21Documentation about ephemeral key exchangeLutz Jänicke5-5/+315
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie12-20/+282
2001-07-21More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte2-73/+119
2001-07-20Updated explanation.Lutz Jänicke1-3/+16
2001-07-20Some more documentation bits.Lutz Jänicke4-4/+56
2001-07-20Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe1-3/+12