summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cryptodev.c
AgeCommit message (Expand)Author
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
2014-02-15Add support for aes-128/192/256-ctr to the cryptodev engine.Klaus-Peter Junghanns
2013-03-04Include correctly.Ben Laurie
2012-02-27PR: 2735Dr. Stephen Henson
2010-03-03don't mix definitions and codeDr. Stephen Henson
2010-03-01PR: 2178Dr. Stephen Henson
2010-03-01oops, reinstate correct prototypeDr. Stephen Henson
2010-03-01make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson
2010-03-01update cryptodev to match 1.0.0 stable branch versionDr. Stephen Henson
2009-07-26Fix warnings.Ben Laurie
2009-07-11PR: 1624Dr. Stephen Henson
2009-07-01Upadte from 1.0.0-stableDr. Stephen Henson
2009-07-01Update from 1.0.0-stable.Dr. Stephen Henson
2009-07-01Update from 1.0.0-stableDr. Stephen Henson
2009-07-01Update from 1.0.0-stableDr. Stephen Henson