summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2003-03-20PR:make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller
2003-03-20Blinding fix.Ben Laurie
2003-03-19countermeasure against new Klima-Pokorny-Rosa atackBodo Möller
2003-03-18fix formattingBodo Möller
2003-02-24year 2003Bodo Möller
2003-02-19Release of 0.9.6i is tagged, let's pretend to move on to 0.9.6j.Richard Levitte
2003-02-19Time to release 0.9.6i.OpenSSL_0_9_6iRichard Levitte
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte
2003-02-19Make sure the memory allocation routines check for negative sizesRichard Levitte
2003-02-14Change no_rmd160 to no_ripemd for consistency.Richard Levitte
2003-02-12commentsBodo Möller
2003-02-05typo in WIN16 sectionBodo Möller
2003-02-04typoBodo Möller
2003-02-04Update PRNG entry:Bodo Möller
2003-01-14Correct an example that has a few typos.Richard Levitte
2003-01-13fix release date (CHANGES as released with OpenSSL 0.9.6h onBodo Möller
2003-01-13typoBodo Möller
2002-12-28A function returning int should really return an int, even if it exitsRichard Levitte
2002-12-28Make sure OPENSSL_cleanse is declared properly.Richard Levitte
2002-12-21Merge from HEAD...Richard Levitte
2002-12-12Skip DH-specific tests when no-dh has been configured.Richard Levitte
2002-12-11In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte
2002-12-11sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte
2002-12-10A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte
2002-12-09Fix wrong URI.Lutz Jänicke
2002-12-05Update version to 0.9.6i, even if that's never going to be released.Richard Levitte
2002-12-05Small fault correctedOpenSSL_0_9_6hRichard Levitte
2002-12-05make updateRichard Levitte
2002-12-05Time to release OpenSSL 0.9.6h.Richard Levitte
2002-12-05Make sure using SSL_CERT_FILE actually works, and has priority over system de...Richard Levitte
2002-12-04Fixes for VxWorks. Are these needed for 0.9.7 and up as well?Richard Levitte
2002-12-04Include crypto.h to pull in definition of OPENSSL_cleanse in variousDr. Stephen Henson
2002-12-04Missing ")"Lutz Jänicke
2002-12-04A gcc 3.0 bug is triggered by our code. Add a section about it in PROBLEMS.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-12-03Make CRYPTO_cleanse() independent of endianness.Richard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-11-29Correct some names.Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Make sure EXIT() can always be used as one statement.Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-27make updateRichard Levitte
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
2002-11-27This commit was manufactured by cvs2svn to create branchcvs2svn
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
2002-11-26I forgot that @ in strings must be escaped in PerlRichard Levitte
2002-11-26The logic in the main signing and verifying functions to check lengths wasRichard Levitte
2002-11-26The logic in the main signing and verifying functions to check lengths wasRichard Levitte
2002-11-26Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte