summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2001-04-27For some inexplicable reason, I'd (a) left the debugging irreversiblyGeoff Thorpe
2001-04-26Some fixes to the reference-counting in ENGINE code. First, there were aGeoff Thorpe
2001-04-26This adds 2 things to the ENGINE code.Geoff Thorpe
2001-04-26Provide the possibility to clean up internal ENGINE structures. ThisRichard Levitte
2001-04-26gcc warns when certain values of an enumeration aren't taken care of,Richard Levitte
2001-04-26Check for OPENSSL_NO_RSA, OPENSSL_NO_DSA and OPENSSL_NO_DH and disableRichard Levitte
2001-04-26engine.h includes all the needed header files, so don't do it againRichard Levitte
2001-04-19Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-19Some BIG tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Make the shared library name and function symbol for the "nuron" ENGINEGeoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Some more tweaks to ENGINE code.Geoff Thorpe
2001-04-18Structural references should never be decremented directly - so leave thatGeoff Thorpe
2001-04-18This moves string constants out of vendor headers and into C files.Geoff Thorpe
2001-04-02ENGINE_load_[private|public]_key had error handling that could returnGeoff Thorpe
2001-04-02Actually there were two error cases that could return without releasing theGeoff Thorpe
2001-04-02Don't return an error until the global lock is released.Geoff Thorpe
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-02-26make updateRichard Levitte
2001-02-22Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20strdup() is a X/Open extension.Richard Levitte
2001-02-20Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-04Make depend.Ben Laurie
2000-12-27Avoid compiler warnings in hw_ubsec.c: unused staticDr. Stephen Henson
2000-12-14This is an engine contributed by Broadcom - it is meant to support theGeoff Thorpe
2000-12-05On Windows, Rainbow uses _stdcall convention under Windows.Richard Levitte
2000-11-16I have no idea how this comment got there, but it's certainly notGeoff Thorpe
2000-11-16Many applications that use OpenSSL with ENGINE support might face aGeoff Thorpe
2000-11-14Modify () to (void), since that's what is actually defined in theRichard Levitte
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-11-07Constify DH-related code.Richard Levitte
2000-11-07Constify DSA-related code.Richard Levitte
2000-11-07Make sure ERR_get_error() is declared.Richard Levitte
2000-11-07When ENGINE_by_id() couldn't find the given engine id, it generates anRichard Levitte
2000-11-06As a consequence of the BIGNUM constification, the ENGINE code needs aRichard Levitte
2000-11-03Richard moved hw_nuron.c over to DSO-land recently, so this include isn'tGeoff Thorpe
2000-11-03Minor corrections (HPUX).Ulf Möller
2000-11-02Change the engine library so the application writer has to explicitelyRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte