aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to clean up RAND from ENGINERichard Levitte2017-04-071-5/+0
* Fix name of "locked" variableKurt Roeckx2016-11-171-2/+2
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-0/+5
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-5/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+4
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-3/+3
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-1/+13
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-6/+1
* Remove store.Rich Salz2016-02-101-1/+0
* fix code indentation issueFdaSilvaYY2016-02-021-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-8/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup 11Rich Salz2015-05-011-5/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-206/+221
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-0/+1
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-021-0/+2
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-4/+1
* Add STORE support in ENGINE.Richard Levitte2003-05-011-0/+1
* If dynamically-loadable ENGINEs are linked against a shared-library versionGeoff Thorpe2002-10-181-0/+10
* When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe2001-11-221-0/+23
* Woopsie...Richard Levitte2001-10-011-1/+1
* sk_ENGINE_CLEANUP_ITEM_pop_free() is duplicated in ENGINE_cleanup().Richard Levitte2001-10-011-9/+7
* The STACK macros take care of casting to and from the designated item typeGeoff Thorpe2001-10-011-8/+23
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-701/+122
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-141-2/+2
* make engine file names unique in 8.3Ulf Möller2001-09-071-0/+864