aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_list.c
Commit message (Expand)AuthorAgeFilesLines
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* improve comment: use "optimization" for clarityJosh Soref2017-06-111-2/+2
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-1/+1
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-3/+15
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-16/+20
* Configure et al: move the installation directory logic to MakefilesRichard Levitte2016-02-101-5/+0
* Remove store.Rich Salz2016-02-101-1/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* fix code indentation issueFdaSilvaYY2016-02-021-8/+8
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-1/+1
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+1
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* When ENGINE_add finds that id or name is missing, actually returnRichard Levitte2015-10-081-0/+1
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-3/+1
* Dead code cleanup; remove #if 0 from crypto/engineRich Salz2015-02-021-9/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-324/+294
* Add loaded dynamic ENGINEs to list.Dr. Stephen Henson2014-01-281-0/+1
* PR: 1813Dr. Stephen Henson2010-03-271-0/+1
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-021-0/+1
* avoid infinite recursion if dynamic engine isn't loadedNils Larsch2005-08-061-10/+14
* This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe2004-06-011-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-3/+0
* Add STORE support in ENGINE.Richard Levitte2003-05-011-0/+1
* - Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe2002-10-161-11/+22
* Step 11c of move of engines: Time to make the changes to supportRichard Levitte2002-10-111-0/+24
* Add ECDH support.Bodo Möller2002-08-091-0/+8
* ECDSA supportBodo Möller2002-02-131-0/+3
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-211-0/+3
* This change adds cipher and digest support into ENGINE using theGeoff Thorpe2001-09-251-0/+2
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-397/+76
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-141-2/+2
* Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA,Geoff Thorpe2001-09-141-2/+2
* make engine file names unique in 8.3Ulf Möller2001-09-071-0/+699