aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Move engine library over to using the new thread APIMatt Caswell2016-03-091-2/+9
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-2/+2
* Remove store.Rich Salz2016-02-101-1/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+1
* fix code indentation issueFdaSilvaYY2016-02-021-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson2016-01-111-1/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-111-0/+4
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-2/+2
* Engine EC_KEY_METHOD functionality.Dr. Stephen Henson2015-12-091-1/+1
* remove ECDSA_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+0
* remove ECDH_METHOD from ENGINEDr. Stephen Henson2015-12-091-1/+0
* Support for EC_KEY_METHOD.Dr. Stephen Henson2015-12-091-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-101/+119
* Add support for ENGINE supplied SSL client auth.Dr. Stephen Henson2008-06-011-0/+2
* Lookup public key ASN1 methods by string by iterating through allDr. Stephen Henson2007-11-211-0/+2
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-0/+1
* Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson2006-06-021-0/+2
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-021-0/+4
* Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson2006-06-011-1/+2
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Add STORE support in ENGINE.Richard Levitte2003-05-011-0/+1
* Add ECDH support.Bodo Möller2002-08-091-0/+6
* ECDSA supportBodo Möller2002-02-131-0/+1
* When the "dynamic" ENGINE loads another ENGINE from a shared-library, itGeoff Thorpe2001-11-221-0/+5
* The STACK macros take care of casting to and from the designated item typeGeoff Thorpe2001-10-011-1/+5
* This change adds cipher and digest support into ENGINE using theGeoff Thorpe2001-09-251-1/+6
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-53/+37
* 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/+187