summaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cryptodev.c
AgeCommit message (Expand)Author
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
2009-07-01Update from 1.0.0-stableDr. Stephen Henson
2009-06-30Updates from 1.0.0-stableDr. Stephen Henson
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte
2004-05-17I can't verify this directly, but recent changes will probably require thatGeoff Thorpe
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe
2003-12-27OpenBSD-internal changes.Richard Levitte
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke
2003-10-29The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte
2002-10-11Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte