aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-7/+8
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe1-0/+31
2000-06-01is needed.Ulf Möller1-0/+2
2000-05-31#include <stdlib.h> is not needed.Ulf Möller1-2/+0
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller1-1/+0
2000-05-15prototype.Ulf Möller1-1/+1
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-6/+14
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe1-1/+2
2000-02-26Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte1-1/+6
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-3/+3
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-4/+4
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-19/+26
2000-01-07add V_CRYPTO_MDEBUG_ALLBodo Möller1-0/+2
2000-01-02Add support for MS "fast SGC".Dr. Stephen Henson1-3/+4
1999-12-18RenameBodo Möller1-4/+4
1999-12-18fix typos and other little errors ...Bodo Möller1-2/+2
1999-12-18- Don't assume that int and size_t have the same representationBodo Möller1-31/+37
1999-12-18 - Added more documentation in CHANGES.Richard Levitte1-7/+2
1999-12-18 - Made sure some changed behavior is documented in CHANGES.Richard Levitte1-26/+11
1999-12-17Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1-37/+69
1999-11-12Two changes have been made:Richard Levitte1-1/+5
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1-1/+2
1999-07-19New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller1-1/+10
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller1-0/+6
1999-06-18New function CRYPTO_num_locks.Bodo Möller1-0/+2
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+4
1999-05-14Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller1-3/+5