summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small fault correctedOpenSSL_0_9_6hlevitte2002-12-051-1/+1
* make updatelevitte2002-12-057-41/+73
* Time to release OpenSSL 0.9.6h.levitte2002-12-055-16/+7
* Make sure using SSL_CERT_FILE actually works, and has priority over system de...levitte2002-12-051-47/+64
* Fixes for VxWorks. Are these needed for 0.9.7 and up as well?levitte2002-12-048-129/+249
* Include crypto.h to pull in definition of OPENSSL_cleanse in varioussteve2002-12-048-0/+8
* Missing ")"jaenicke2002-12-041-1/+1
* A gcc 3.0 bug is triggered by our code. Add a section about it in PROBLEMS.levitte2002-12-041-0/+16
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-0333-586/+2067
* Make CRYPTO_cleanse() independent of endianness.levitte2002-12-031-1/+1
* EXIT() needs to be in a function that returns int.levitte2002-12-011-1/+6
* Correct some names.levitte2002-11-291-0/+49
* A few more memset()s converted to OPENSSL_cleanse().levitte2002-11-299-46/+157
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tlevitte2002-11-2821-356/+669
* Make sure EXIT() can always be used as one statement.levitte2002-11-281-3/+3
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-2846-410/+1867
* make updatelevitte2002-11-271-1/+1
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerlevitte2002-11-277-3/+106
* The logic in the main signing and verifying functions to check lengths waslevitte2002-11-264-147/+149
* Mention a current showstopperlevitte2002-11-211-1/+13
* Fix bug introduced by the attempt to fix client side external sessionjaenicke2002-11-202-0/+12
* allocate bio_err before memory debugging is enabled to avoid memory leaksbodo2002-11-191-2/+3
* Add news items for 0.9.6hlevitte2002-11-181-0/+14
* fix memory leak in memory debuggin code ...bodo2002-11-181-3/+15
* A variable of type time_t is supposed to be a time measurement starting atlevitte2002-11-181-1/+1
* Fix buggy #! magic and update ssleay->openssljaenicke2002-11-151-3/+3
* Document the change to remove the 'done' flag variable in thelevitte2002-11-151-0/+6
* make updatelevitte2002-11-154-6/+30
* A few more Microsoft OIDs addedlevitte2002-11-151-0/+4
* The pointer to the cipher object is not yet set, when session was reloadedjaenicke2002-11-151-1/+1
* The architecture name is i486, not just 486levitte2002-11-151-1/+1
* -Wid-clash-n isn't support in gcc 3, and I get better result from continuouslylevitte2002-11-151-1/+1
* Spell prototypes correctly :-)levitte2002-11-151-1/+1
* Add -Wstrict-prototype and -Wmissing-prototype to my debugging targetslevitte2002-11-151-1/+1
* We need to read one more byte of the REQUEST-CERTIFICATE message.levitte2002-11-152-2/+6
* make updatelevitte2002-11-142-8/+54
* Add A/UX target.levitte2002-11-141-0/+3
* Close the implicitely opened registry key.levitte2002-11-141-1/+10
* Remove the flag variable in OpenSSL_add_all_ciphers() andlevitte2002-11-142-8/+0
* No such reference to link to (found running pod2latex).jaenicke2002-11-141-1/+1
* Add Tandem OSS target.levitte2002-11-142-0/+8
* It seems like gcc 2.9aix5.1 doesn't do will with optimization level 3.levitte2002-11-141-1/+1
* Add a FAQ on how to check the authenticity of the openSSL distribution.levitte2002-11-141-0/+14
* Cygwin fixes (the dummytest method to make all tests work was copiedlevitte2002-11-145-7/+80
* Make the Windows test scripts consistent in their echoinglevitte2002-11-143-140/+137
* Handle last lines that aren't properly terminated.levitte2002-11-142-3/+8
* Constification needed.levitte2002-11-132-0/+1710
* Reorder inclusion, or NO_SYS_TYPES_H will not be detected.levitte2002-11-131-1/+2
* Some part of the Windows random seed code could hang on NT4.0 (SP6).levitte2002-11-131-1/+6
* I think I'd like to be able to debug shared stuff as well...levitte2002-11-131-1/+1