summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stop bug triggering large recursion when presented withOpenSSL_0_9_6lmark2003-11-047-56/+45
* In this version of OpenSSL, declarations aren't always strictlevitte2003-11-031-1/+1
* Correct a mixup of return valueslevitte2003-10-021-326/+639
* Include e_os.h to get a proper definition of memmove on the platformslevitte2003-10-011-0/+1
* New dev version.steve2003-09-302-2/+6
* Changes for releaseOpenSSL_0_9_6ksteve2003-09-306-6/+13
* Fix for ASN1 parsing bugs.steve2003-09-303-1/+13
* Fix warning on Win32.steve2003-09-291-1/+1
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitlevitte2003-09-274-20/+48
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.levitte2003-09-271-0/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.levitte2003-09-271-0/+1
* Remove extra argument to BIO_printf().levitte2003-09-271-6/+5
* Correct small documentation error.levitte2003-09-271-1/+1
* In order to get the expected self signed error whensteve2003-09-211-1/+1
* These should be write-locks, not read-locks.geoff2003-09-081-2/+2
* Only accept a client certificate if the server requestssteve2003-09-032-4/+10
* Undo the change that left LD_LIBRARY_PATH unchanged. The errors I sawlevitte2003-08-142-150/+50
* make sure no error is left in the queue that is intentionally ignoredbodo2003-08-111-177/+145
* Typo, I had typed { instead of [.levitte2003-08-091-24/+24
* Some installations (currently, it's been noted on a sco5 system wherelevitte2003-08-082-50/+150
* Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:levitte2003-08-071-4/+10
* add OpenSSL licensebodo2003-08-061-1/+54
* tolerate extra data at end of client hello for SSL 3.0bodo2003-07-212-0/+9
* typobodo2003-07-211-1/+1
* Add a slash so grep doesn't return both ./crypto/bio/bss_mem.o andlevitte2003-07-031-2/+2
* Document the last change.levitte2003-06-191-1/+3
* We set the export flag for 512 *bit* keys, not 512 *byte* ones.levitte2003-06-191-1/+2
* Incorrect patching removed.levitte2003-06-121-1/+0
* Typo.levitte2003-06-122-2/+10
* Make sure ssize_t is defined on SunOS4.levitte2003-06-121-0/+2
* Make sure DSO-dlfcn works properly on SunOS4.levitte2003-06-121-1/+5
* Remove debugging output that wasn't supposed to be committed in the first place.levitte2003-06-111-2/+0
* Make sure to NUL-terminate the string on end-of-file (and error)levitte2003-06-111-0/+4
* Correct a typo (basically, one can't just replace 'memset' withlevitte2003-05-221-2/+2
* String not properly NUL-terminated when no X509_NAME is given.levitte2003-05-211-0/+1
* Don't forget that strlen() doesn't include the ending NUL.levitte2003-05-211-2/+2
* Cleanse the MD context properly when done adding or getting random data.levitte2003-05-211-2/+2
* Fix sign bugs.levitte2003-05-213-3/+3
* fix typobodo2003-04-221-8/+7
* Typo.levitte2003-04-171-1/+1
* Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.levitte2003-04-162-8/+11
* Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()levitte2003-04-151-0/+2
* The release is tagged, time to hope we won't have to work on 0.9.6k.levitte2003-04-104-4/+8
* I forgot to change the status bits to release.OpenSSL_0_9_6jlevitte2003-04-101-1/+1
* Time to release 0.9.6j.levitte2003-04-105-5/+7
* make updatelevitte2003-04-101-3/+3
* Add the change from HEAD that allows us to parse multi-line comments.levitte2003-04-101-0/+4
* new NEWSlevitte2003-04-101-0/+7
* Make the same changes for svr5 shared library building as inlevitte2003-04-091-2/+5
* Some ld implementations use LD_LIBRARY_PATH to find libraries, andlevitte2003-04-092-0/+26