aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/eng_list.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-02fix code indentation issueFdaSilvaYY1-8/+8
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-09Engine EC_KEY_METHOD functionality.Dr. Stephen Henson1-1/+1
2015-12-09remove ECDSA_METHOD from ENGINEDr. Stephen Henson1-1/+1
2015-12-09remove ECDH_METHOD from ENGINEDr. Stephen Henson1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte1-0/+1
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz1-3/+1
2015-02-02Dead code cleanup; remove #if 0 from crypto/engineRich Salz1-9/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-324/+294
2014-01-28Add loaded dynamic ENGINEs to list.Dr. Stephen Henson1-0/+1
2010-03-27PR: 1813Dr. Stephen Henson1-0/+1
2006-06-02Automatically free up dynamically allocated public key methods whenDr. Stephen Henson1-0/+1
2005-08-06avoid infinite recursion if dynamic engine isn't loadedNils Larsch1-10/+14
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe1-1/+1
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-3/+0
2003-05-01Add STORE support in ENGINE.Richard Levitte1-0/+1
2002-10-16- Remo Inverardi noticed that ENGINEs don't have an "up_ref" function in theGeoff Thorpe1-11/+22
2002-10-11Step 11c of move of engines: Time to make the changes to supportRichard Levitte1-0/+24
2002-08-09Add ECDH support.Bodo Möller1-0/+8
2002-02-13ECDSA supportBodo Möller1-0/+3
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson1-0/+3
2001-09-25This change adds cipher and digest support into ENGINE using theGeoff Thorpe1-0/+2
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe1-397/+76
2001-09-14Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe1-2/+2
2001-09-14Fix a typo in the preprocessor logic in eng_list.c that had left RSA, DSA,Geoff Thorpe1-2/+2
2001-09-07make engine file names unique in 8.3Ulf Möller1-0/+699