aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the old threading APIMatt Caswell2016-03-091-505/+0
* Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell2016-03-071-2/+1
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-1/+1
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-3/+3
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-1/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-091-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Only declare stacks in headersDr. Stephen Henson2016-01-071-2/+0
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-2/+2
* Fix no-stdio buildDavid Woodhouse2015-09-291-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-346/+331
* RT3548: Remove unsupported platformsRich Salz2015-01-121-7/+7
* remove unnecessary OPENSSL_FIPS referenceDr. Stephen Henson2014-12-081-3/+0
* Include support for an add_lock callback to tiny FIPS locking API.Dr. Stephen Henson2011-02-141-2/+2
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-0/+9
* Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson2011-01-271-0/+518