aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+2
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-1/+3
* Add symbols for the parameters on a couple more functions.Richard Levitte2011-06-231-2/+2
* Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson2011-06-221-1/+1
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-0/+5
* Add additional OPENSSL_init() handling add dummy call to (hopefully)Dr. Stephen Henson2011-04-011-2/+0
* Provisional support for auto called OPENSSL_init() function. This can beDr. Stephen Henson2011-04-011-0/+2
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-0/+8
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-0/+5
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-4/+0
* Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson2011-01-271-0/+4
* OPENSSL_isservice is now defined on all platforms not just WIN32Dr. Stephen Henson2010-01-261-2/+0
* export OPENSSL_isservice and make updateDr. Stephen Henson2010-01-261-0/+3
* Addenum to commit#18074: Expand OPENSSL_ia32cap to 64 bits.Andy Polyakov2009-04-261-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-19/+13
* size_tification.Ben Laurie2008-11-011-13/+19
* Add JPAKE.Ben Laurie2008-10-261-0/+2
* Add missing lock definitions...Dr. Stephen Henson2008-10-141-1/+3
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-3/+18
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-28/+3
* More type-checking.Ben Laurie2008-06-041-1/+2
* Change use of CRYPTO_THREADID so that we always use both the ulong andBodo Möller2008-05-191-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-3/+29
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-1/+4
* 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