aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* Hide BN_CTX structure details.Bodo Möller2001-03-083-33/+21
* make updateRichard Levitte2001-02-261-22/+22
* Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte2001-02-221-0/+5
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-59/+59
* strdup() is a X/Open extension.Richard Levitte2001-02-201-1/+4
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-1910-120/+123
* Make depend.Ben Laurie2001-02-041-66/+69
* Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson2000-12-272-2/+11
* This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe2000-12-147-2/+837
* On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte2000-12-051-10/+31
* I have no idea how this comment got there, but it's certainly notGeoff Thorpe2000-11-161-2/+0
* Many applications that use OpenSSL with ENGINE support might face aGeoff Thorpe2000-11-161-0/+3
* Modify () to (void), since that's what is actually defined in theRichard Levitte2000-11-144-8/+8
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-23/+14
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-0/+20
* Constify DH-related code.Richard Levitte2000-11-077-18/+25
* Constify DSA-related code.Richard Levitte2000-11-077-11/+11
* Make sure ERR_get_error() is declared.Richard Levitte2000-11-071-0/+2
* When ENGINE_by_id() couldn't find the given engine id, it generates anRichard Levitte2000-11-071-0/+3
* As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte2000-11-068-33/+33
* Richard moved hw_nuron.c over to DSO-land recently, so this include isn'tGeoff Thorpe2000-11-031-3/+0
* Minor corrections (HPUX).Ulf Möller2000-11-031-0/+2
* Change the engine library so the application writer has to explicitelyRichard Levitte2000-11-025-53/+136
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-2617-0/+6186