aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-30107-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-271-2/+1
* Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller2001-07-273-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-2610-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-222-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
* Currently, RSA code, when using no padding scheme, simply checks that inputGeoff Thorpe2001-07-201-3/+12
* Missing line 0.9.6b release and IA-64 patch advertisement:-)Andy Polyakov2001-07-171-1/+7
* SSL_get_rfc were documented but not implemented.Richard Levitte2001-07-161-1/+1
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-152-0/+19
* Allow OCSP server to handle multiple requests.Dr. Stephen Henson2001-07-132-39/+187
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-124-108/+540
* Prevent KSSL server from requesting a client certificate.Richard Levitte2001-07-123-4/+9
* paddr may be NULL. Do not crash if it is.Richard Levitte2001-07-121-5/+10
* Clarify that zlib-dynamic is the default choice.Richard Levitte2001-07-121-1/+1
* Add the possibility to specify the use of zlib compression andRichard Levitte2001-07-123-7/+38