summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_fat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-4/+0
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-3/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Update copyright yearRichard Levitte2020-07-161-1/+1
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/engine/Richard Levitte2018-12-061-1/+1
* Update eng_fat.cMerQGh2017-12-041-0/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-51/+7
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-0/+5
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-091-5/+0
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-091-5/+0
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-071-12/+12
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-6/+2
* Fix segfault with empty fields as last in the config.Kurt Roeckx2015-01-241-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-89/+86
* new flag to stop ENGINE methods being registeredDr. Stephen Henson2011-05-151-1/+2
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-1/+10
* Extend default method string to include public key methods.Dr. Stephen Henson2006-06-021-0/+4
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-011-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-3/+0
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-3/+3
* Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe2003-03-131-6/+6
* Add ECDH support.Bodo Möller2002-08-091-0/+23
* Add missing prototypes.Lutz Jänicke2002-06-131-1/+1
* Constification.Dr. Stephen Henson2002-01-221-2/+2
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-221-0/+39
* This change adds cipher and digest support into ENGINE using theGeoff Thorpe2001-09-251-0/+6
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-0/+102