summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine/hw_cryptodev.c
AgeCommit message (Expand)Author
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
2013-05-30Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned theMatthew Dempsky
2010-12-16move CRYPTO_VIAC3_MAX out of cryptodev.h and into the onlyJonathan Gray
2010-12-16The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX lengthJonathan Gray
2010-10-06More OpenSSL fixes:Damien Miller
2010-10-06Retire SkipjackMike Belopuhov
2010-06-29VIA xcrypt for amd64, simpler version of a diff from deraadtJonathan Gray
2010-05-03When running in pic mode we don't have enough general registers for allJonathan Gray
2008-09-06remerge local tweaks, update per-arch configuration headers, updateDamien Miller
2008-02-26fix memory leak (in one case of unaligned buffers); from Markus KvetterTheo de Raadt
2006-06-08potential fd leak (we will fix this before we move to cloning)Theo de Raadt
2005-05-23no need to byteswap for AES_ASM, from tom@Markus Friedl
2005-04-29resolve conflictsDamien Miller
2005-01-29adjust comment, open_dev_crypto() returns -1 on error.Hans-Joerg Hoexer
2005-01-26on error set correct pointer to NULL.Hans-Joerg Hoexer
2004-06-15machdep.xcrypt now has a different meaning: Instead of > 0 indicatingTheo de Raadt
2004-04-08merge 0.9.7dMarkus Friedl
2004-02-04remove some debug code and cleanup..Theo de Raadt
2004-02-03OK, this time the AES soft keys work with ssh and such. I spent over 3Theo de Raadt
2004-02-03oops, software key gen bugTheo de Raadt
2004-02-03Switch to using software generated extended keys (because the cpu cannotTheo de Raadt
2004-02-03If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl ofTheo de Raadt
2003-08-07support AES with 192 and 256 bit keys, too.Markus Friedl
2003-06-03nuke term 3, since we're all in ~deraadt/terms and I clued in now.Bob Beck
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-04-08remove printf("bar\n");Markus Friedl
2002-06-20remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@Markus Friedl
2002-06-19do not syslog from libraries!Theo de Raadt
2002-06-19KNF, -Wall, and other cleanups. still does not failover 100% correctlyTheo de Raadt
2002-06-19stupid stupid bug ja ja ja jaTheo de Raadt
2002-06-18unbreak sshd with privsep: open /dev/crypto, keep fd, and callMarkus Friedl
2002-06-18per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se...Markus Friedl
2002-06-13keep a FD per EVP_init, use a global FD for all asym operations;Markus Friedl
2002-06-11KNFTheo de Raadt
2002-06-11add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtionBob Beck
2002-06-11Make DSA work now... at least for things that can do bn_mod_exp.Bob Beck
2002-06-11Make asymmetric crypto work in userlandBob Beck
2002-06-09Pass the right arguments for RSA, DSA, and modexp operations. Fix theAngelos D. Keromytis
2002-05-16add aes/bf/cast; ok deraadt@Markus Friedl
2002-05-15import 0.9.7b (without idea and rc5)Bob Beck