Remove the GOST engine
[openssl.git] / crypto / engine / eng_cryptodev.c
2015-12-11 Ben LaurieMake no-dh work, plus other no-dh problems found by...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-25 Ben LaurieProbably fix travis (wine build).
2015-10-24 Ben LaurieImprove make depend.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-03-24 Richard LevitteUse OPENSSL_malloc rather than malloc/calloc
2015-03-24 Richard LevitteFix eng_cryptodev to not depend on BN internals.
2015-01-30 Ben LaurieBuild correctly for me on FreeBSD 10.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-08-15 Jonas Maebecryptodev_digest_copy: return error if allocating dstat...
2014-08-15 Jonas Maebecryptodev_digest_update: don't leak original state...
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-18 Dr. Stephen HensonDon't use CRYPTO_AES_CTR if it isn't defined.
2014-02-15 Klaus-Peter JunghannsAdd support for aes-128/192/256-ctr to the cryptodev...
2013-03-04 Ben LaurieInclude correctly.
2012-02-27 Dr. Stephen HensonPR: 2735
2010-03-03 Dr. Stephen Hensondon't mix definitions and code
2010-03-01 Dr. Stephen HensonPR: 2178
2010-03-01 Dr. Stephen Hensonoops, reinstate correct prototype
2010-03-01 Dr. Stephen Hensonmake USE_CRYPTODEV_DIGESTS work
2010-03-01 Dr. Stephen Hensonupdate cryptodev to match 1.0.0 stable branch version
2009-07-26 Ben LaurieFix warnings.
2009-07-11 Dr. Stephen HensonPR: 1624
2009-07-01 Dr. Stephen HensonUpadte from 1.0.0-stable
2009-07-01 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-07-01 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-07-01 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-07-01 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-30 Dr. Stephen HensonUpdates from 1.0.0-stable
2004-06-15 Richard LevitteTypo, setting the first element of nids[] to NULL inste...
2004-05-17 Geoff ThorpeI can't verify this directly, but recent changes will...
2004-03-25 Geoff Thorpe... and this should likewise fix up those RSA implement...
2003-12-27 Richard LevitteOpenBSD-internal changes.
2003-11-24 Lutz JänickeFree "engine" resource in case of failure to prevent...
2003-10-29 Geoff ThorpeThe "cryptodev" engine preprocessor logic used undefine...
2003-01-23 Richard LevitteMissing 0 broke FreeBSD build.
2003-01-16 Richard LevitteFreeBSD has /dev/crypto as well.
2002-12-05 Richard LevitteMake sure to implement the cryptodev engine only when...
2002-10-11 Richard LevitteStep 9 of move of engines: rename crypto/engine/hw_cryp...