summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2003-09-30New dev version.Dr. Stephen Henson
2003-09-30Changes for releaseOpenSSL_0_9_6kDr. Stephen Henson
2003-09-30Fix for ASN1 parsing bugs.Dr. Stephen Henson
2003-09-29Fix warning on Win32.Dr. Stephen Henson
2003-09-27Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte
2003-09-27Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte
2003-09-27Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte
2003-09-27Remove extra argument to BIO_printf().Richard Levitte
2003-09-27Correct small documentation error.Richard Levitte
2003-09-21In order to get the expected self signed error whenDr. Stephen Henson
2003-09-08These should be write-locks, not read-locks.Geoff Thorpe
2003-09-03Only accept a client certificate if the server requestsDr. Stephen Henson
2003-08-14Undo the change that left LD_LIBRARY_PATH unchanged. The errors I sawRichard Levitte
2003-08-11make sure no error is left in the queue that is intentionally ignoredBodo Möller
2003-08-09Typo, I had typed { instead of [.Richard Levitte
2003-08-08Some installations (currently, it's been noted on a sco5 system whereRichard Levitte
2003-08-07Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte
2003-08-06add OpenSSL licenseBodo Möller
2003-07-21tolerate extra data at end of client hello for SSL 3.0Bodo Möller
2003-07-21typoBodo Möller
2003-07-03Add a slash so grep doesn't return both ./crypto/bio/bss_mem.o andRichard Levitte
2003-06-19Document the last change.Richard Levitte
2003-06-19We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte
2003-06-12Incorrect patching removed.Richard Levitte
2003-06-12Typo.Richard Levitte
2003-06-12Make sure ssize_t is defined on SunOS4.Richard Levitte
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-11Remove debugging output that wasn't supposed to be committed in the first place.Richard Levitte
2003-06-11Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte
2003-05-22Correct a typo (basically, one can't just replace 'memset' withRichard Levitte
2003-05-21String not properly NUL-terminated when no X509_NAME is given.Richard Levitte
2003-05-21Don't forget that strlen() doesn't include the ending NUL.Richard Levitte
2003-05-21Cleanse the MD context properly when done adding or getting random data.Richard Levitte
2003-05-21Fix sign bugs.Richard Levitte
2003-04-22fix typoBodo Möller
2003-04-17Typo.Richard Levitte
2003-04-16Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte
2003-04-15Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte
2003-04-10The release is tagged, time to hope we won't have to work on 0.9.6k.Richard Levitte
2003-04-10I forgot to change the status bits to release.OpenSSL_0_9_6jRichard Levitte
2003-04-10Time to release 0.9.6j.Richard Levitte
2003-04-10make updateRichard Levitte
2003-04-10Add the change from HEAD that allows us to parse multi-line comments.Richard Levitte
2003-04-10new NEWSRichard Levitte
2003-04-09Make the same changes for svr5 shared library building as inRichard Levitte
2003-04-09Some ld implementations use LD_LIBRARY_PATH to find libraries, andRichard Levitte
2003-04-08Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte
2003-04-02make RSA blinding thread-safeBodo Möller
2003-03-27Fix the problem with missing definition of THREADS on VMS.Richard Levitte
2003-03-20PR:make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller