summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-09-01First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe
2001-09-01Only OPENSSL_free() non-NULL pointers.Geoff Thorpe
2001-09-01undo, didn't workUlf Möller
2001-09-01*** empty log message ***Ulf Möller
2001-09-01strsep implementation to allow the file to compile on non-BSD systemsUlf Möller
2001-09-01make updateUlf Möller
2001-09-01zlib default was broken on most platforms.Ulf Möller
2001-08-28(A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe
2001-08-28Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe
2001-08-28Fix SSL memory leak.Ben Laurie
2001-08-27Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe
2001-08-26"make update"Geoff Thorpe
2001-08-26gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe
2001-08-26Test digests.Ben Laurie
2001-08-26Add digests.Ben Laurie
2001-08-25Tidy up some code formatting.Geoff Thorpe
2001-08-25Note the "ERR" changes.Geoff Thorpe
2001-08-25This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe
2001-08-25Make a note of the "up" functions.Geoff Thorpe
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe
2001-08-25Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke
2001-08-25Wording of comment...Lutz Jänicke
2001-08-25Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke
2001-08-24More docs.Lutz Jänicke
2001-08-24-passin argument not used when actually loading the keyLutz Jänicke
2001-08-23Load OCSP responder key before waiting for an incomingDr. Stephen Henson
2001-08-23Add #ifdefs to some devcrypto codeDr. Stephen Henson
2001-08-23Typo.Lutz Jänicke
2001-08-23More manual pages. Constify.Lutz Jänicke
2001-08-23As discussed recently on openssl-users.Lutz Jänicke
2001-08-23Make clear, that using the compression layer is currently not recommended.Lutz Jänicke
2001-08-22typo.Ulf Möller
2001-08-22More tests.Ben Laurie
2001-08-21One more manual page...Lutz Jänicke
2001-08-21Documentation on how to handle compression methods.Lutz Jänicke
2001-08-21Checked in from the wrong !@#$%&*() copy...Lutz Jänicke
2001-08-20More interdependencies with respect to shutdown behaviour.Lutz Jänicke
2001-08-19Alert description strings for TLSv1 and documentation.Lutz Jänicke
2001-08-18Add RC4 support to OpenBSD.Ben Laurie
2001-08-18Add AES tests.Ben Laurie
2001-08-18Add EVP test program.Ben Laurie
2001-08-18Add first cut symmetric crypto support.Ben Laurie
2001-08-17More details about session timeout settings.Lutz Jänicke
2001-08-17One more function documented.Lutz Jänicke
2001-08-17SSL_shutdown() has even more properties...Lutz Jänicke
2001-08-17One more step on the way for complete documentation...Lutz Jänicke
2001-08-17Unidirectional shutdown is allowed according to the RFC.Lutz Jänicke
2001-08-17Make sure evil file name characters, like spaces or ampersands (!),Richard Levitte