aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-19/+13
2008-11-01size_tification.Ben Laurie1-13/+19
2008-10-26Add JPAKE.Ben Laurie1-0/+2
2008-10-14Add missing lock definitions...Dr. Stephen Henson1-1/+3
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-3/+18
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-28/+3
2008-06-04More type-checking.Ben Laurie1-1/+2
2008-05-19Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller1-1/+1
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-3/+29
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller1-1/+4
2005-05-08Eliminate "statement with no effect" warning when OPENSSL_assert macroAndy Polyakov1-1/+1
2005-04-12Replace overwritten lines before error codes.Dr. Stephen Henson1-0/+3
2005-04-12Rebuild error codes.Dr. Stephen Henson1-3/+0
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov1-0/+3
2004-05-17Reduce dependencies on crypto.h by moving the opaque definition ofGeoff Thorpe1-12/+17
2003-10-06Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte1-1/+2
2003-05-01Define the OPENSSL_ITEM structure.Richard Levitte1-1/+13
2003-03-20Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte1-0/+2
2003-02-12new lock for EC_PRE_COMP structuresBodo Möller1-2/+3
2002-12-08Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte1-0/+1
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte1-3/+0
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte1-0/+2
2002-11-15WinCE patchesRichard Levitte1-0/+3
2002-11-13Merge from 0.9.7-stable.Richard Levitte1-0/+4
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+4
2002-10-28clean up new code for NIST primesBodo Möller1-1/+55
2002-09-23really fix race conditionBodo Möller1-25/+26
2002-08-09Add ECDH support.Bodo Möller1-1/+8
2002-02-13new locksBodo Möller1-1/+4
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller1-5/+8
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller1-3/+2
2001-09-04delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller1-1/+0
2001-09-01First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe1-8/+41
2001-07-25md_rand.c thread safetyBodo Möller1-13/+14
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-1/+2
2001-02-22One indirection level too little compared to theRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
2001-02-14New function OPENSSL_issetugid(). Needs more work.Ulf Möller1-0/+2
2001-01-10Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller1-0/+1
2001-01-10Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller1-4/+4
2001-01-10As response to a user request to be able to use external memoryRichard Levitte1-0/+10
2001-01-09Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe1-1/+2
2000-11-06Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-1/+2
2000-09-07It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte1-10/+3
2000-08-01Remove casts that are no longer needed.Richard Levitte1-5/+5
2000-06-19Add the missing callback pointer handling functions.Richard Levitte1-8/+7
2000-06-19Redo the support for dynamic locks. First of all, it was terriblyRichard Levitte1-6/+13
2000-06-18Add support for dynamically created and destroyed mutexes. This willRichard Levitte1-0/+19
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-31/+0