aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_cryptodev.c
Commit message (Expand)AuthorAgeFilesLines
* Fix support for DragonFly BSDjrmarino2016-10-221-2/+2
* GH1546: Fix old names in cryptodev code.Rich Salz2016-10-211-2/+2
* Deal with API changes.Ben Laurie2016-06-241-31/+38
* cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errorsJonas Maebe2016-06-031-6/+13
* Copyright consolidation 09/10Rich Salz2016-05-171-0/+9
* Fix engine cryptodev: pointer to IVKirill Marinushkin2016-05-141-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-131-3/+3
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-3/+3
* Various DSA opacity fixupsMatt Caswell2016-04-031-1/+1
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-45/+60
* Fix no-dsaMatt Caswell2016-03-211-0/+6
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Deal with DSA_SIG opaqueness.Ben Laurie2016-03-161-16/+12
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-3/+3
* Auto init/deinit libcryptoMatt Caswell2016-02-091-4/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-6/+6
* Add an engine destructor to eng_cryptodev.Richard Levitte2016-01-201-0/+36
* Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte2016-01-201-204/+333
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-1/+10
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-0/+4
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-5/+5
* Probably fix travis (wine build).Ben Laurie2015-10-251-9/+9
* Improve make depend.Ben Laurie2015-10-241-16/+18
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-8/+8
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-7/+7
* free null cleanup finaleRich Salz2015-05-011-5/+3
* remove malloc castsRich Salz2015-04-281-1/+1
* Use OPENSSL_malloc rather than malloc/callocRichard Levitte2015-03-241-2/+3
* Fix eng_cryptodev to not depend on BN internals.Richard Levitte2015-03-241-18/+8
* Build correctly for me on FreeBSD 10.Ben Laurie2015-01-301-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1159/+1185
* cryptodev_digest_copy: return error if allocating dstate->mac_data failsJonas Maebe2014-08-151-6/+11
* cryptodev_digest_update: don't leak original state->mac_data if realloc failsJonas Maebe2014-08-151-2/+4
* Don't use CRYPTO_AES_CTR if it isn't defined.Dr. Stephen Henson2014-02-181-2/+6
* Add support for aes-128/192/256-ctr to the cryptodev engine.Klaus-Peter Junghanns2014-02-151-0/+51
* Include correctly.Ben Laurie2013-03-041-4/+4
* PR: 2735Dr. Stephen Henson2012-02-271-20/+51
* don't mix definitions and codeDr. Stephen Henson2010-03-031-4/+4
* PR: 2178Dr. Stephen Henson2010-03-011-3/+20
* oops, reinstate correct prototypeDr. Stephen Henson2010-03-011-2/+2
* make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson2010-03-011-3/+5
* update cryptodev to match 1.0.0 stable branch versionDr. Stephen Henson2010-03-011-4/+8
* Fix warnings.Ben Laurie2009-07-261-7/+11
* PR: 1624Dr. Stephen Henson2009-07-111-1/+1
* Upadte from 1.0.0-stableDr. Stephen Henson2009-07-011-9/+9
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-011-8/+259