summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cryptodev.c
AgeCommit message (Expand)Author
2017-06-19Remove bsd_cryptodev engineRich Salz
2017-01-10Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte
2017-01-10Small fixes of cryptodev engineRichard Levitte
2017-01-10use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin
2017-01-10fix for BSD cryptodevIaroslav Gridin
2017-01-10Remove commented-out HMAC codeIaroslav Gridin
2017-01-10Style the codeIaroslav Gridin
2017-01-10Remove unused ret variableIaroslav Gridin
2017-01-10Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin
2017-01-10Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin
2017-01-10cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos
2017-01-10cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos
2016-10-22Fix support for DragonFly BSDjrmarino
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz
2016-06-24Deal with API changes.Ben Laurie
2016-06-03cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-14Fix engine cryptodev: pointer to IVKirill Marinushkin
2016-04-18Free methods on destroy.Ben Laurie
2016-04-18Free engine on error.Ben Laurie
2016-04-18Opacity.Ben Laurie
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Deal with DSA_SIG opaqueness.Ben Laurie
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-20Add an engine destructor to eng_cryptodev.Richard Levitte
2016-01-20Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-25Probably fix travis (wine build).Ben Laurie
2015-10-24Improve make depend.Ben Laurie
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte
2015-01-30Build correctly for me on FreeBSD 10.Ben Laurie
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-15cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe
2014-08-15cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe
2014-02-18Don't use CRYPTO_AES_CTR if it isn't defined.Dr. Stephen Henson