aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine/eng_cryptodev.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Add an engine destructor to eng_cryptodev.Richard Levitte1-0/+36
2016-01-20Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte1-204/+333
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie1-1/+10
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-0/+4
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz1-5/+5
2015-10-25Probably fix travis (wine build).Ben Laurie1-9/+9
2015-10-24Improve make depend.Ben Laurie1-16/+18
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-8/+8
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-7/+7
2015-05-01free null cleanup finaleRich Salz1-5/+3
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte1-2/+3
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte1-18/+8
2015-01-30Build correctly for me on FreeBSD 10.Ben Laurie1-0/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1159/+1185
2014-08-15cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe1-6/+11
2014-08-15cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe1-2/+4
2014-02-18Don't use CRYPTO_AES_CTR if it isn't defined.Dr. Stephen Henson1-2/+6
2014-02-15Add support for aes-128/192/256-ctr to the cryptodev engine.Klaus-Peter Junghanns1-0/+51
2013-03-04Include correctly.Ben Laurie1-4/+4
2012-02-27PR: 2735Dr. Stephen Henson1-20/+51
2010-03-03don't mix definitions and codeDr. Stephen Henson1-4/+4
2010-03-01PR: 2178Dr. Stephen Henson1-3/+20
2010-03-01oops, reinstate correct prototypeDr. Stephen Henson1-2/+2
2010-03-01make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson1-3/+5
2010-03-01update cryptodev to match 1.0.0 stable branch versionDr. Stephen Henson1-4/+8
2009-07-26Fix warnings.Ben Laurie1-7/+11
2009-07-11PR: 1624Dr. Stephen Henson1-1/+1
2009-07-01Upadte from 1.0.0-stableDr. Stephen Henson1-9/+9
2009-07-01Update from 1.0.0-stable.Dr. Stephen Henson1-8/+259
2009-07-01Update from 1.0.0-stableDr. Stephen Henson1-54/+63
2009-07-01Update from 1.0.0-stableDr. Stephen Henson1-4/+2
2009-07-01Update from 1.0.0-stableDr. Stephen Henson1-1/+2
2009-06-30Updates from 1.0.0-stableDr. Stephen Henson1-2/+2
2004-06-15Typo, setting the first element of nids[] to NULL instead of settingRichard Levitte1-2/+2
2004-05-17I can't verify this directly, but recent changes will probably require thatGeoff Thorpe1-0/+1
2004-03-25... and this should likewise fix up those RSA implementations that weren'tGeoff Thorpe1-3/+3
2003-12-27OpenBSD-internal changes.Richard Levitte1-4/+0
2003-11-24Free "engine" resource in case of failure to prevent memory leakLutz Jänicke1-1/+4
2003-10-29The "cryptodev" engine preprocessor logic used undefined symbols inGeoff Thorpe1-1/+2
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte1-1/+1
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte1-19/+21
2002-12-05Make sure to implement the cryptodev engine only when /dev/crypto exists.Richard Levitte1-0/+13
2002-10-11Step 9 of move of engines: rename crypto/engine/hw_cryptodev.c toRichard Levitte1-0/+1117