aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure EXIT() can always be used as one statement.Richard Levitte2002-11-281-3/+3
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-2846-102/+102
* make updateRichard Levitte2002-11-271-1/+1
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-276-3/+31
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-11-271-0/+75
|\
| * Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-277-190/+294
| * I forgot that @ in strings must be escaped in PerlRichard Levitte2002-11-261-1/+1
| * The logic in the main signing and verifying functions to check lengths wasRichard Levitte2002-11-264-3/+5
| * Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte2002-11-261-0/+5
| * Small bugfixes to the KSSL implementation.Richard Levitte2002-11-263-4/+3
| * Heimdal isn't really supported right now. Say so, and offer a possibilityRichard Levitte2002-11-261-0/+11
| * rename some functions to improve consistencyBodo Möller2002-11-233-20/+19
| * add a commentBodo Möller2002-11-221-0/+14
| * Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte2002-11-221-1/+9
| * Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte2002-11-221-1/+1
| * Mention a current showstopperRichard Levitte2002-11-211-1/+13