aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-10I forgot to change the status bits to release.OpenSSL_0_9_6jRichard Levitte1-1/+1
2003-04-10Time to release 0.9.6j.Richard Levitte5-5/+7
2003-04-10make updateRichard Levitte1-3/+3
2003-04-10Add the change from HEAD that allows us to parse multi-line comments.Richard Levitte1-0/+4
2003-04-10new NEWSRichard Levitte1-0/+7
2003-04-09Make the same changes for svr5 shared library building as inRichard Levitte1-2/+5
2003-04-09Some ld implementations use LD_LIBRARY_PATH to find libraries, andRichard Levitte2-0/+26
2003-04-08Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte1-0/+1
2003-04-02make RSA blinding thread-safeBodo Möller7-14/+128
2003-03-27Fix the problem with missing definition of THREADS on VMS.Richard Levitte5-4/+71
2003-03-20PR:make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller4-18/+38
2003-03-20Blinding fix.Ben Laurie3-5/+36
2003-03-19countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2-14/+16
2003-03-18fix formattingBodo Möller1-0/+1
2003-02-24year 2003Bodo Möller1-1/+1
2003-02-19Release of 0.9.6i is tagged, let's pretend to move on to 0.9.6j.Richard Levitte4-4/+8
2003-02-19Time to release 0.9.6i.OpenSSL_0_9_6iRichard Levitte5-7/+14
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte2-18/+41
2003-02-19Make sure the memory allocation routines check for negative sizesRichard Levitte1-0/+6
2003-02-14Change no_rmd160 to no_ripemd for consistency.Richard Levitte1-3/+3
2003-02-12commentsBodo Möller1-1/+3
2003-02-05typo in WIN16 sectionBodo Möller1-1/+1
2003-02-04typoBodo Möller1-1/+1
2003-02-04Update PRNG entry:Bodo Möller1-24/+24
2003-01-14Correct an example that has a few typos.Richard Levitte1-2/+2
2003-01-13fix release date (CHANGES as released with OpenSSL 0.9.6h onBodo Möller1-1/+1
2003-01-13typoBodo Möller1-1/+1
2002-12-28A function returning int should really return an int, even if it exitsRichard Levitte1-0/+1
2002-12-28Make sure OPENSSL_cleanse is declared properly.Richard Levitte1-0/+1
2002-12-21Merge from HEAD...Richard Levitte3-2/+13
2002-12-12Skip DH-specific tests when no-dh has been configured.Richard Levitte2-13/+35
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte1-8/+7
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte1-3/+14
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte1-1/+1
2002-12-09Fix wrong URI.Lutz Jänicke1-3/+3
2002-12-05Update version to 0.9.6i, even if that's never going to be released.Richard Levitte4-4/+8
2002-12-05Small fault correctedOpenSSL_0_9_6hRichard Levitte1-1/+1
2002-12-05make updateRichard Levitte7-41/+73
2002-12-05Time to release OpenSSL 0.9.6h.Richard Levitte5-16/+7
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte1-8/+9
2002-12-04Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte8-3/+138
2002-12-04Include crypto.h to pull in definition of OPENSSL_cleanse in variousDr. Stephen Henson8-0/+8
2002-12-04Missing ")"Lutz Jänicke1-1/+1
2002-12-04A gcc 3.0 bug is triggered by our code. Add a section about it in PROBLEMS.Richard Levitte1-0/+16
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte33-52/+52
2002-12-03Make CRYPTO_cleanse() independent of endianness.Richard Levitte1-1/+1
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte1-1/+6
2002-11-29Correct some names.Richard Levitte1-3/+3
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte9-10/+10
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte21-36/+75