aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
AgeCommit message (Expand)AuthorFilesLines
2016-10-22Fix support for DragonFly BSDjrmarino2-3/+3
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz1-2/+2
2016-09-08Fix mem leaks during auto-deinitMatt Caswell1-0/+1
2016-08-02Fix some style issues...FdaSilvaYY1-9/+7
2016-08-01Fix various no-*s.Ben Laurie1-1/+1
2016-07-25explicit initFdaSilvaYY1-1/+1
2016-07-25Constify engine/eng_cnf.c internal method.FdaSilvaYY2-12/+13
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-19make updateRichard Levitte1-0/+4
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte5-11/+30
2016-06-24Deal with API changes.Ben Laurie1-31/+38
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY1-2/+6
2016-06-03cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe1-6/+13
2016-05-23#4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala1-5/+20
2016-05-23Remove unused error/function codes.Rich Salz1-18/+1
2016-05-23Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY1-4/+7
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 09/10Rich Salz23-1138/+138
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-05-14Fix engine cryptodev: pointer to IVKirill Marinushkin1-1/+1
2016-04-28Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY1-1/+4
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-53/+0
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-1/+1
2016-04-18Free methods on destroy.Ben Laurie1-4/+10
2016-04-18Free engine on error.Ben Laurie1-0/+6
2016-04-18Opacity.Ben Laurie1-69/+65
2016-04-13Rename int_*() functions to *_int()Matt Caswell7-11/+11
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell7-11/+11
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell3-7/+7
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-04-03Various DSA opacity fixupsMatt Caswell1-1/+1
2016-04-03Make DSA_METHOD opaqueMatt Caswell1-45/+60
2016-03-23Move dso.h to internalRich Salz2-2/+1
2016-03-21Fix no-dsaMatt Caswell1-0/+6
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz2-12/+4
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie1-16/+12
2016-03-09Move engine library over to using the new thread APIMatt Caswell9-50/+76
2016-03-09Fix a typo in dynamic_load()Richard Levitte1-2/+2
2016-03-09Remove the transfer of lock hooks from bind_engineRichard Levitte1-5/+0
2016-03-09Engine API repair - memory management hooksRichard Levitte1-0/+2
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2-4/+4
2016-02-25GH715: ENGINE_finish can take NULLRich Salz2-4/+3
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19Big rename fest of engine DSO names, from libFOO.so to FOO.soRichard Levitte1-0/+2
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz8-56/+0
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse1-2/+2