aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate "statement with no effect" warning when OPENSSL_assert macroAndy Polyakov2005-05-081-1/+1
* Replace overwritten lines before error codes.Dr. Stephen Henson2005-04-121-0/+3
* Rebuild error codes.Dr. Stephen Henson2005-04-121-3/+0
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-291-0/+3
* Reduce dependencies on crypto.h by moving the opaque definition ofGeoff Thorpe2004-05-171-12/+17
* Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte2003-10-061-1/+2
* Define the OPENSSL_ITEM structure.Richard Levitte2003-05-011-1/+13
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-0/+2
* new lock for EC_PRE_COMP structuresBodo Möller2003-02-121-2/+3
* Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte2002-12-081-0/+1
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-0/+2
* WinCE patchesRichard Levitte2002-11-151-0/+3
* Merge from 0.9.7-stable.Richard Levitte2002-11-131-0/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+4
* clean up new code for NIST primesBodo Möller2002-10-281-1/+55
* really fix race conditionBodo Möller2002-09-231-25/+26
* Add ECDH support.Bodo Möller2002-08-091-1/+8
* new locksBodo Möller2002-02-131-1/+4
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-5/+8
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-061-3/+2
* delete redundant ERR_load_CRYPTO_strings() prototypeBodo Möller2001-09-041-1/+0
* First step in fixing "ex_data" support. Warning: big commit log ...Geoff Thorpe2001-09-011-8/+41
* md_rand.c thread safetyBodo Möller2001-07-251-13/+14
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-1/+2
* One indirection level too little compared to theRichard Levitte2001-02-221-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* New function OPENSSL_issetugid(). Needs more work.Ulf Möller2001-02-141-0/+2
* Add SSLEAY_DIR argument code for SSLeay_version.Bodo Möller2001-01-101-0/+1
* Change prototypes for new CRYPTO_..._mem_ex_functions functions soBodo Möller2001-01-101-4/+4
* As response to a user request to be able to use external memoryRichard Levitte2001-01-101-0/+10
* Get rid of the function pointer casting in the debugging memory code dueGeoff Thorpe2001-01-091-1/+2
* Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte2000-11-061-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+2
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-071-10/+3
* Remove casts that are no longer needed.Richard Levitte2000-08-011-5/+5
* Add the missing callback pointer handling functions.Richard Levitte2000-06-191-8/+7
* Redo the support for dynamic locks. First of all, it was terriblyRichard Levitte2000-06-191-6/+13
* Add support for dynamically created and destroyed mutexes. This willRichard Levitte2000-06-181-0/+19
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-7/+8
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31
* is needed.Ulf Möller2000-06-011-0/+2
* #include <stdlib.h> is not needed.Ulf Möller2000-05-311-2/+0
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-311-1/+0
* prototype.Ulf Möller2000-05-151-1/+1
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-6/+14
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-1/+2
* Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte2000-02-261-1/+6
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-3/+3