summaryrefslogtreecommitdiff
path: root/crypto/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Allow for dynamic base in Win64 FIPS module.appro2011-09-141-1/+3
* Add symbols for the parameters on a couple more functions.levitte2011-06-231-2/+2
* Now the FIPS capable OpenSSL is available simplify the various FIPS teststeve2011-06-221-1/+1
* Implement FIPS_mode and FIPS_mode_setsteve2011-05-191-0/+5
* Add additional OPENSSL_init() handling add dummy call to (hopefully)steve2011-04-011-2/+0
* Provisional support for auto called OPENSSL_init() function. This can besteve2011-04-011-0/+2
* Experimental symbol renaming to avoid clashes with regular OpenSSL.steve2011-02-161-0/+8
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-271-0/+5
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refersteve2011-01-271-4/+0
* Move locking and thread ID functions into new files lock.c and thr_id.c,steve2011-01-271-0/+4
* OPENSSL_isservice is now defined on all platforms not just WIN32steve2010-01-261-2/+0
* export OPENSSL_isservice and make updatesteve2010-01-261-0/+3
* Addenum to commit#18074: Expand OPENSSL_ia32cap to 64 bits.appro2009-04-261-2/+2
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-19/+13
* size_tification.ben2008-11-011-13/+19
* Add JPAKE.ben2008-10-261-0/+2
* Add missing lock definitions...steve2008-10-141-1/+3
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-061-3/+18
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-031-28/+3
* More type-checking.ben2008-06-041-1/+2
* Change use of CRYPTO_THREADID so that we always use both the ulong andbodo2008-05-191-1/+1
* There was a need to support thread ID types that couldn't be reliably castgeoff2008-03-281-3/+29
* New functions CRYPTO_set_idptr_callback(),bodo2006-06-231-1/+4
* Eliminate "statement with no effect" warning when OPENSSL_assert macroappro2005-05-081-1/+1
* Replace overwritten lines before error codes.steve2005-04-121-0/+3
* Rebuild error codes.steve2005-04-121-3/+0
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aappro2004-08-291-0/+3
* Reduce dependencies on crypto.h by moving the opaque definition ofgeoff2004-05-171-12/+17
* Setting the ex_data index is unsafe in a threaded environment, solevitte2003-10-061-1/+2
* Define the OPENSSL_ITEM structure.levitte2003-05-011-1/+13
* Make sure we get the definition of OPENSSL_NO_FP_API.levitte2003-03-201-0/+2
* new lock for EC_PRE_COMP structuresbodo2003-02-121-2/+3
* Implement a stateful variant if the ZLIB compression method. The oldlevitte2002-12-081-0/+1
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>levitte2002-12-031-3/+0
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerlevitte2002-11-271-0/+2
* WinCE patcheslevitte2002-11-151-0/+3
* Merge from 0.9.7-stable.levitte2002-11-131-0/+4
* Security fixes brought forward from 0.9.7.ben2002-11-131-1/+4
* clean up new code for NIST primesbodo2002-10-281-1/+55
* really fix race conditionbodo2002-09-231-25/+26
* Add ECDH support.bodo2002-08-091-1/+8
* new locksbodo2002-02-131-1/+4
* Fix apps/openssl.c and ssl/ssltest.c so that they usebodo2001-09-101-5/+8
* Totally get rid of CRYPTO_LOCK_ERR_HASH.bodo2001-09-061-3/+2
* delete redundant ERR_load_CRYPTO_strings() prototypebodo2001-09-041-1/+0
* First step in fixing "ex_data" support. Warning: big commit log ...geoff2001-09-011-8/+41
* md_rand.c thread safetybodo2001-07-251-13/+14
* Add a general user interface API. This is designed to replace thingslevitte2001-05-061-1/+2
* One indirection level too little compared to thelevitte2001-02-221-1/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-3/+3