aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
Commit message (Expand)AuthorAgeFilesLines
* make error tables const and separate header fileRich Salz2017-06-071-90/+117
* Don't try to clean up RAND from ENGINERichard Levitte2017-04-071-5/+0
* Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte2017-01-101-2/+10
* Small fixes of cryptodev engineRichard Levitte2017-01-101-1/+3
* use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin2017-01-101-2/+3
* fix for BSD cryptodevIaroslav Gridin2017-01-101-0/+14
* Remove commented-out HMAC codeIaroslav Gridin2017-01-101-5/+0
* Style the codeIaroslav Gridin2017-01-101-182/+169
* Remove unused ret variableIaroslav Gridin2017-01-101-3/+1
* Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin2017-01-101-8/+0
* Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin2017-01-101-3/+131
* cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos2017-01-101-11/+46
* cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos2017-01-101-55/+178
* Fix name of "locked" variableKurt Roeckx2016-11-172-3/+3
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-173-2/+8
* Fix support for DragonFly BSDjrmarino2016-10-222-3/+3
* GH1546: Fix old names in cryptodev code.Rich Salz2016-10-211-2/+2
* Fix mem leaks during auto-deinitMatt Caswell2016-09-081-0/+1
* Fix some style issues...FdaSilvaYY2016-08-021-9/+7
* Fix various no-*s.Ben Laurie2016-08-011-1/+1
* explicit initFdaSilvaYY2016-07-251-1/+1
* Constify engine/eng_cnf.c internal method.FdaSilvaYY2016-07-252-12/+13
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* make updateRichard Levitte2016-07-191-0/+4
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-195-11/+30
* Deal with API changes.Ben Laurie2016-06-241-31/+38
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-2/+6
* cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe2016-06-031-6/+13
* #4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala2016-05-231-5/+20
* Remove unused error/function codes.Rich Salz2016-05-231-18/+1
* Add checks on CRYPTO_set_ex_data return valueFdaSilvaYY2016-05-231-4/+7
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 09/10Rich Salz2016-05-1723-1138/+138
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-1/+1
* Add checks on CRYPTO_new_ex_data return valueFdaSilvaYY2016-04-281-1/+4
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Remove --classic build entirelyRichard Levitte2016-04-201-53/+0
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Free methods on destroy.Ben Laurie2016-04-181-4/+10
* Free engine on error.Ben Laurie2016-04-181-0/+6
* Opacity.Ben Laurie2016-04-181-69/+65
* Rename int_*() functions to *_int()Matt Caswell2016-04-137-11/+11
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-137-11/+11
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-133-7/+7
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Various DSA opacity fixupsMatt Caswell2016-04-031-1/+1
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-45/+60
* Move dso.h to internalRich Salz2016-03-232-2/+1