aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New dev version.Dr. Stephen Henson2003-09-302-2/+6
* Changes for releaseOpenSSL_0_9_6kDr. Stephen Henson2003-09-306-6/+13
* Fix for ASN1 parsing bugs.Dr. Stephen Henson2003-09-303-1/+13
* Fix warning on Win32.Dr. Stephen Henson2003-09-291-1/+1
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-274-1/+10
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte2003-09-271-0/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte2003-09-271-0/+1
* Remove extra argument to BIO_printf().Richard Levitte2003-09-271-6/+5
* Correct small documentation error.Richard Levitte2003-09-271-1/+1
* In order to get the expected self signed error whenDr. Stephen Henson2003-09-211-1/+1
* These should be write-locks, not read-locks.Geoff Thorpe2003-09-081-2/+2
* Only accept a client certificate if the server requestsDr. Stephen Henson2003-09-032-4/+10
* Undo the change that left LD_LIBRARY_PATH unchanged. The errors I sawRichard Levitte2003-08-142-150/+50
* make sure no error is left in the queue that is intentionally ignoredBodo Möller2003-08-111-1/+3
* Typo, I had typed { instead of [.Richard Levitte2003-08-091-24/+24
* Some installations (currently, it's been noted on a sco5 system whereRichard Levitte2003-08-082-50/+150
* Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte2003-08-071-4/+10
* add OpenSSL licenseBodo Möller2003-08-061-1/+54
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-212-0/+9
* typoBodo Möller2003-07-211-1/+1
* Add a slash so grep doesn't return both ./crypto/bio/bss_mem.o andRichard Levitte2003-07-031-2/+2
* Document the last change.Richard Levitte2003-06-191-1/+3
* We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte2003-06-191-1/+2
* Incorrect patching removed.Richard Levitte2003-06-121-1/+0
* Typo.Richard Levitte2003-06-122-2/+2
* Make sure ssize_t is defined on SunOS4.Richard Levitte2003-06-121-0/+2
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
* Remove debugging output that wasn't supposed to be committed in the first place.Richard Levitte2003-06-111-2/+0
* Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte2003-06-111-0/+4
* Correct a typo (basically, one can't just replace 'memset' withRichard Levitte2003-05-221-2/+2
* String not properly NUL-terminated when no X509_NAME is given.Richard Levitte2003-05-211-0/+1
* Don't forget that strlen() doesn't include the ending NUL.Richard Levitte2003-05-211-2/+2
* Cleanse the MD context properly when done adding or getting random data.Richard Levitte2003-05-211-2/+2
* Fix sign bugs.Richard Levitte2003-05-213-3/+3
* fix typoBodo Möller2003-04-221-1/+1
* Typo.Richard Levitte2003-04-171-1/+1
* Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte2003-04-162-8/+11
* Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte2003-04-151-0/+2
* The release is tagged, time to hope we won't have to work on 0.9.6k.Richard Levitte2003-04-104-4/+8
* I forgot to change the status bits to release.OpenSSL_0_9_6jRichard Levitte2003-04-101-1/+1
* Time to release 0.9.6j.Richard Levitte2003-04-105-5/+7
* make updateRichard Levitte2003-04-101-3/+3
* Add the change from HEAD that allows us to parse multi-line comments.Richard Levitte2003-04-101-0/+4
* new NEWSRichard Levitte2003-04-101-0/+7
* Make the same changes for svr5 shared library building as inRichard Levitte2003-04-091-2/+5
* Some ld implementations use LD_LIBRARY_PATH to find libraries, andRichard Levitte2003-04-092-0/+26
* Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte2003-04-081-0/+1
* make RSA blinding thread-safeBodo Möller2003-04-027-14/+128
* Fix the problem with missing definition of THREADS on VMS.Richard Levitte2003-03-275-4/+71
* PR:make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller2003-03-204-18/+38