summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_fat.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-09Engine EC_KEY_METHOD functionality.Dr. Stephen Henson
2015-12-09remove ECDSA_METHOD from ENGINEDr. Stephen Henson
2015-12-09remove ECDH_METHOD from ENGINEDr. Stephen Henson
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-06-02Extend default method string to include public key methods.Dr. Stephen Henson
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-03-13Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe
2002-08-09Add ECDH support.Bodo Möller
2002-06-13Add missing prototypes.Lutz Jänicke
2002-01-22Constification.Dr. Stephen Henson
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson
2001-09-25This change adds cipher and digest support into ENGINE using theGeoff Thorpe
2001-09-25This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe