Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-12Add a static lock called HWCRHK, for the case of having an applicationRichard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte
2002-11-16WinCE patchesRichard Levitte
2002-11-13Make OpenSSLdie() visible (it's a must to get a proper reference inRichard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-09-23really fix race conditionBodo Möller
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller
2001-09-04delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller
2001-09-01First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe
2001-07-25md_rand.c thread safetyBodo Möller
2001-05-07Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-02-22One indirection level too little compared to theRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-14New function OPENSSL_issetugid(). Needs more work.Ulf Möller
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller
2001-01-10Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller
2001-01-10As response to a user request to be able to use external memoryRichard Levitte
2001-01-09Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe
2000-11-07Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte
2000-10-27Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte
2000-08-01Remove casts that are no longer needed.Richard Levitte
2000-06-19Add the missing callback pointer handling functions.Richard Levitte
2000-06-19Redo the support for dynamic locks. First of all, it was terriblyRichard Levitte
2000-06-18Add support for dynamically created and destroyed mutexes. This willRichard Levitte
2000-06-17Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-02There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01is needed.Ulf Möller
2000-06-01#include <stdlib.h> is not needed.Ulf Möller
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller
2000-05-16prototype.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-05This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe
2000-02-26Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-01-31Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-24Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-07add V_CRYPTO_MDEBUG_ALLBodo Möller
2000-01-02Add support for MS "fast SGC".Dr. Stephen Henson
1999-12-18RenameBodo Möller
1999-12-18fix typos and other little errors ...Bodo Möller
1999-12-18- Don't assume that int and size_t have the same representationBodo Möller
1999-12-18 - Added more documentation in CHANGES.Richard Levitte
1999-12-18 - Made sure some changed behavior is documented in CHANGES.Richard Levitte
1999-12-17Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte
1999-11-12Two changes have been made:Richard Levitte
1999-08-24Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson