aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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