summaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
AgeCommit message (Expand)Author
2002-02-13new locksBodo 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-06Add 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-06Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte
2000-10-26Merge 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-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-01There 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-05-31#include <stdlib.h> is not needed.Ulf Möller
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller
2000-05-15prototype.Ulf Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-04This 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-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-23Tidy 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-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-07-19New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller
1999-06-18New function CRYPTO_num_locks.Bodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-14Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller