aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-0130-157/+163
* First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe2001-09-014-119/+504
* Only OPENSSL_free() non-NULL pointers.Geoff Thorpe2001-09-011-4/+6
* undo, didn't workUlf Möller2001-09-011-34/+3
* *** empty log message ***Ulf Möller2001-09-011-1/+1
* strsep implementation to allow the file to compile on non-BSD systemsUlf Möller2001-09-011-2/+33
* make updateUlf Möller2001-09-013-17/+18
* zlib default was broken on most platforms.Ulf Möller2001-09-011-16/+16
* (A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe2001-08-281-1/+1
* Ensure that failure to create the BIO in 'CRYPTO_mem_leaks_fp' doesn'tGeoff Thorpe2001-08-281-2/+2
* Fix SSL memory leak.Ben Laurie2001-08-284-2/+29
* Make sure "CRYPTO_mem_leaks_fp" doesn't itself create a reportable memoryGeoff Thorpe2001-08-271-0/+5
* "make update"Geoff Thorpe2001-08-262-21/+23
* gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe2001-08-261-1/+1
* Test digests.Ben Laurie2001-08-263-21/+100
* Add digests.Ben Laurie2001-08-261-12/+144
* Tidy up some code formatting.Geoff Thorpe2001-08-251-18/+18
* Note the "ERR" changes.Geoff Thorpe2001-08-251-0/+11
* This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe2001-08-252-137/+285
* Make a note of the "up" functions.Geoff Thorpe2001-08-251-0/+7
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-254-10/+13
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-256-1/+54
* Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke2001-08-252-1/+11
* Wording of comment...Lutz Jänicke2001-08-251-1/+1
* Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke2001-08-251-0/+3
* More docs.Lutz Jänicke2001-08-244-2/+158
* -passin argument not used when actually loading the keyLutz Jänicke2001-08-241-1/+1
* Load OCSP responder key before waiting for an incomingDr. Stephen Henson2001-08-231-25/+27
* Add #ifdefs to some devcrypto codeDr. Stephen Henson2001-08-231-0/+3
* Typo.Lutz Jänicke2001-08-231-3/+3
* More manual pages. Constify.Lutz Jänicke2001-08-235-22/+128
* As discussed recently on openssl-users.Lutz Jänicke2001-08-233-3/+89
* Make clear, that using the compression layer is currently not recommended.Lutz Jänicke2001-08-231-0/+6
* typo.Ulf Möller2001-08-221-1/+1
* More tests.Ben Laurie2001-08-221-0/+9
* One more manual page...Lutz Jänicke2001-08-213-2/+60
* Documentation on how to handle compression methods.Lutz Jänicke2001-08-212-0/+65
* Checked in from the wrong !@#$%&*() copy...Lutz Jänicke2001-08-211-24/+24
* More interdependencies with respect to shutdown behaviour.Lutz Jänicke2001-08-204-9/+35
* Alert description strings for TLSv1 and documentation.Lutz Jänicke2001-08-194-0/+280
* Add RC4 support to OpenBSD.Ben Laurie2001-08-184-28/+60
* Add AES tests.Ben Laurie2001-08-182-4/+28
* Add EVP test program.Ben Laurie2001-08-1810-19/+333
* Add first cut symmetric crypto support.Ben Laurie2001-08-1818-53/+398
* More details about session timeout settings.Lutz Jänicke2001-08-174-3/+50
* One more function documented.Lutz Jänicke2001-08-173-0/+28
* SSL_shutdown() has even more properties...Lutz Jänicke2001-08-174-0/+72
* One more step on the way for complete documentation...Lutz Jänicke2001-08-172-0/+78
* Unidirectional shutdown is allowed according to the RFC.Lutz Jänicke2001-08-171-6/+18
* Make sure evil file name characters, like spaces or ampersands (!),Richard Levitte2001-08-171-2/+2