summaryrefslogtreecommitdiff
path: root/crypto/engine/engine.h
Commit message (Expand)AuthorAgeFilesLines
* Merge main -> VMS_64BITBRANCH_VMS_64BITRichard Levitte2010-01-271-25/+57
* Many changes from 0.9.8-dev.Richard Levitte2005-02-251-0/+1
* Recent (and not so recent) changes from HEAD.Richard Levitte2004-06-281-6/+8
* This branch hasn't been updated with changes from HEAD for a looooong time...Richard Levitte2004-01-231-7/+21
* All the changes from HEAD since last merge.Richard Levitte2003-04-041-9/+18
* Add recent changes from HEAD.Richard Levitte2002-11-061-0/+1
* Recent changes from HEAD. The VMS procedures are probably broken, toRichard Levitte2002-10-311-3/+25
* Merge in recent changes from main.Richard Levitte2002-10-021-1/+1
* Merge in all the changes from HEAD.Richard Levitte2002-08-131-1/+21
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-1/+1
* ENGINE module additions.Dr. Stephen Henson2002-03-061-0/+1
* This adds a new ENGINE to support IBM 4758 cards, contributed by MauriceGeoff Thorpe2002-02-271-0/+1
* ECDSA supportBodo Möller2002-02-131-0/+15
* Add aep and sureware implementations and clean up some error reasonsRichard Levitte2002-02-071-13/+2
* fix formatting of automatically generated error sectionBodo Möller2002-01-241-0/+1
* Constification.Dr. Stephen Henson2002-01-221-1/+1
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-221-0/+3
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-211-1/+6
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-2/+1
* This change adds cipher and digest support into ENGINE using theGeoff Thorpe2001-09-251-3/+41
* This change replaces the ENGINE's underlying mechanics with the newGeoff Thorpe2001-09-251-51/+56
* Some of the ENGINE file names were changed for 8.3 filename uniquenessGeoff Thorpe2001-09-141-1/+1
* ENGINE uses a very opaque design, so we can predeclare the structure typeGeoff Thorpe2001-09-121-7/+0
* ENGINE's init() and finish() handler functions are used when the ENGINE isGeoff Thorpe2001-09-051-0/+2
* Make the 'dynamic' ENGINE bundle up the loading application/library'sGeoff Thorpe2001-09-041-6/+30
* This changes the existing hardware ENGINE implementations to dynamicallyGeoff Thorpe2001-09-031-39/+0
* This change adds a new ENGINE called "dynamic" that allows new ENGINEGeoff Thorpe2001-09-031-0/+80
* Add EVP test program.Ben Laurie2001-08-181-0/+4
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-0/+11
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-2/+1
* - Add the possibility to control engines through control names butRichard Levitte2001-06-191-3/+22
* We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte2001-05-251-3/+5
* Some fixes to the reference-counting in ENGINE code. First, there were aGeoff Thorpe2001-04-261-2/+12
* This adds 2 things to the ENGINE code.Geoff Thorpe2001-04-261-0/+15
* Provide the possibility to clean up internal ENGINE structures. ThisRichard Levitte2001-04-261-0/+3
* Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte2001-04-261-0/+22
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-191-0/+4
* Some BIG tweaks to ENGINE code.Geoff Thorpe2001-04-191-26/+162
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-3/+3
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-0/+3
* Some more tweaks to ENGINE code.Geoff Thorpe2001-04-181-74/+38
* This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe2000-12-141-0/+8
* Many applications that use OpenSSL with ENGINE support might face aGeoff Thorpe2000-11-161-0/+3
* Constify DH-related code.Richard Levitte2000-11-071-2/+2
* Constify DSA-related code.Richard Levitte2000-11-071-2/+2
* As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte2000-11-061-4/+4
* Change the engine library so the application writer has to explicitelyRichard Levitte2000-11-021-8/+14
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+403