summaryrefslogtreecommitdiffstats
path: root/crypto/engine
AgeCommit message (Expand)Author
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-04Update nCipher header with more liberal licence.Ben Laurie
2001-06-23Use the new UI features, among others the new boolean input.Richard Levitte
2001-06-23Including stdio.h before setting _XOPEN_SOURCE andRichard Levitte
2001-06-23make updateRichard Levitte
2001-06-23For the UI functions that return an int, 0 or any positive number is aRichard Levitte
2001-06-23Fix hwcrhk_insert_card.Dr. Stephen Henson
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson
2001-06-19- Add the possibility to control engines through control names butRichard Levitte
2001-06-17Fix a memory leak (there's another around here somewhere, though).Ben Laurie
2001-06-05'make update'Richard Levitte
2001-06-05Defining __USE_XOPEN_EXTENDED was the wrong thing. Instead, defineRichard Levitte
2001-06-01Confusion between algorithms resolved.Richard Levitte
2001-06-01nCipher callbacks shall return 0 on success, something else otherwise.Richard Levitte
2001-05-25We had the password callback for ENGINEs pretty much wrong. AndRichard Levitte
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