summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure the source file is included among the dependencies. This isRichard Levitte2001-07-311-0/+7
* Reworked manual pages with a lot of input from Bodo Moeller.Lutz Jänicke2001-07-313-71/+121
* Document DES changes better.Ben Laurie2001-07-312-34/+37
* Remove old unused stuff.Ben Laurie2001-07-311-4/+0
* Indent.Lutz Jänicke2001-07-311-1/+1
* Vade retro C++ comments!Richard Levitte2001-07-312-6/+10
* Make as sure as possible that gethostname() will be properly declared.Richard Levitte2001-07-311-0/+8
* Correct most of the unsigned vs. signed warnings (or int vs. size_t),Richard Levitte2001-07-311-12/+13
* Whoops, my fault, a backslash got converted to a slash...Richard Levitte2001-07-311-1/+1
* More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-317-7/+83
* Remove //.Ben Laurie2001-07-311-2/+2
* make updateRichard Levitte2001-07-315-554/+604
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-31107-4616/+2990
* Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-3025-188/+216
* Only set the verify callback if there's one to set!Ben Laurie2001-07-301-1/+2
* Just a "get to know your system" bit.Andy Polyakov2001-07-301-1/+3
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-305-16/+115
* Support for Intel and HP-UXi assemblers.Andy Polyakov2001-07-301-456/+465
* ANSIfication.Ben Laurie2001-07-301-1/+2
* Typo in stty command lines.Andy Polyakov2001-07-301-3/+3
* Don't miss files...Lutz Jänicke2001-07-301-0/+6
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-304-2/+12
* Forgot to mention second fix.Lutz Jänicke2001-07-301-4/+4
* length of secret exponent is needed only when we create oneBodo Möller2001-07-281-2/+1
* Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller2001-07-283-16/+9
* Another uninitialized static that may lead to problems on Solaris under someLutz Jänicke2001-07-271-1/+1
* Addapt VMS script to the latest changes in the makefiles.Richard Levitte2001-07-271-3/+4
* Make sure *outl is always initialized in EVP_EncryptUpdate().Dr. Stephen Henson2001-07-271-0/+2
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-2724-318/+612
* First of several reorganisations toDr. Stephen Henson2001-07-2710-53/+321
* Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke2001-07-262-1/+7
* DH key generation should not use a do ... while loop,Bodo Möller2001-07-251-7/+3
* Don't preserve existing keys in DH_generate_key.Bodo Möller2001-07-253-9/+45
* md_rand.c thread safetyBodo Möller2001-07-254-18/+45
* always reject data >= nBodo Möller2001-07-254-5/+47
* Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov2001-07-253-10/+90
* Fix wrong information about SSL_set_connect_state()...Lutz Jänicke2001-07-256-30/+20
* add a commentBodo Möller2001-07-251-0/+4
* avoid warningsBodo Möller2001-07-241-2/+4
* Avoid race condition.Bodo Möller2001-07-242-4/+7
* - New INSTALL document describing different ways to build "tunala" andGeoff Thorpe2001-07-2311-44/+354
* Additional inline reference.Lutz Jänicke2001-07-231-2/+4
* Add missing reference.Lutz Jänicke2001-07-231-0/+1
* Tidy up "cvs update" output a bit.Geoff Thorpe2001-07-232-0/+4
* Not all platforms have the OpenBSD crypto device.Richard Levitte2001-07-211-0/+4
* Documentation about ephemeral key exchangeLutz Jänicke2001-07-215-5/+315
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-2112-20/+282
* More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>.Richard Levitte2001-07-212-73/+119
* Updated explanation.Lutz Jänicke2001-07-201-3/+16
* Some more documentation bits.Lutz Jänicke2001-07-204-4/+56