aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Blinding fix.Ben Laurie2003-03-203-5/+36
* countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2003-03-192-14/+16
* fix formattingBodo Möller2003-03-181-0/+1
* year 2003Bodo Möller2003-02-241-1/+1
* Release of 0.9.6i is tagged, let's pretend to move on to 0.9.6j.Richard Levitte2003-02-194-4/+8
* Time to release 0.9.6i.OpenSSL_0_9_6iRichard Levitte2003-02-195-7/+14
* Security fix: Vaudenay timing attack on CBC.Richard Levitte2003-02-192-18/+41
* Make sure the memory allocation routines check for negative sizesRichard Levitte2003-02-191-0/+6
* Change no_rmd160 to no_ripemd for consistency.Richard Levitte2003-02-141-3/+3
* commentsBodo Möller2003-02-121-1/+3
* typo in WIN16 sectionBodo Möller2003-02-051-1/+1
* typoBodo Möller2003-02-041-1/+1
* Update PRNG entry:Bodo Möller2003-02-041-24/+24
* Correct an example that has a few typos.Richard Levitte2003-01-141-2/+2
* fix release date (CHANGES as released with OpenSSL 0.9.6h onBodo Möller2003-01-131-1/+1
* typoBodo Möller2003-01-131-1/+1
* A function returning int should really return an int, even if it exitsRichard Levitte2002-12-281-0/+1
* Make sure OPENSSL_cleanse is declared properly.Richard Levitte2002-12-281-0/+1
* Merge from HEAD...Richard Levitte2002-12-213-2/+13
* Skip DH-specific tests when no-dh has been configured.Richard Levitte2002-12-122-13/+35
* In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte2002-12-111-8/+7
* sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte2002-12-111-3/+14
* A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte2002-12-101-1/+1
* Fix wrong URI.Lutz Jänicke2002-12-091-3/+3
* Update version to 0.9.6i, even if that's never going to be released.Richard Levitte2002-12-054-4/+8
* Small fault correctedOpenSSL_0_9_6hRichard Levitte2002-12-051-1/+1
* make updateRichard Levitte2002-12-057-41/+73
* Time to release OpenSSL 0.9.6h.Richard Levitte2002-12-055-16/+7
* Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte2002-12-051-8/+9
* Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte2002-12-048-3/+138
* Include crypto.h to pull in definition of OPENSSL_cleanse in variousDr. Stephen Henson2002-12-048-0/+8
* Missing ")"Lutz Jänicke2002-12-041-1/+1
* A gcc 3.0 bug is triggered by our code. Add a section about it in PROBLEMS.Richard Levitte2002-12-041-0/+16
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-0333-52/+52
* Make CRYPTO_cleanse() independent of endianness.Richard Levitte2002-12-031-1/+1
* EXIT() needs to be in a function that returns int.Richard Levitte2002-12-011-1/+6
* Correct some names.Richard Levitte2002-11-291-3/+3
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-299-10/+10
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-2821-36/+75