summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* resolve conflictsdjm2009-01-093-120/+131
* import openssl-0.9.8jdjm2009-01-091-2/+2
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-057-139/+326
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-12/+8
* resolve conflictsdjm2008-09-0617-117/+328
* import of OpenSSL 0.9.8hdjm2008-09-0610-468/+2914
* fix memory leak (in one case of unaligned buffers); from Markus Kvetterderaadt2008-02-261-2/+3
* resolve conflictsdjm2006-06-277-125/+244
* potential fd leak (we will fix this before we move to cloning)deraadt2006-06-081-1/+3
* no need to byteswap for AES_ASM, from tom@markus2005-05-231-1/+9
* resolve conflictsdjm2005-04-291-2/+6
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+537
* adjust comment, open_dev_crypto() returns -1 on error.hshoexer2005-01-291-1/+1
* on error set correct pointer to NULL.hshoexer2005-01-261-2/+2
* machdep.xcrypt now has a different meaning: Instead of > 0 indicatingderaadt2004-06-151-14/+16
* merge 0.9.7dmarkus2004-04-084-23/+29
* remove some debug code and cleanup..deraadt2004-02-041-18/+6
* OK, this time the AES soft keys work with ssh and such. I spent over 3deraadt2004-02-031-16/+63
* oops, software key gen bugderaadt2004-02-031-35/+10
* Switch to using software generated extended keys (because the cpu cannotderaadt2004-02-031-10/+35
* If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl ofderaadt2004-02-031-4/+174
* remove obsolete filesmarkus2003-11-131-594/+0
* merge 0.9.7c; minor bugsfixes;markus2003-11-112-3/+6
* support AES with 192 and 256 bit keys, too.markus2003-08-071-58/+60
* nuke term 3, since we're all in ~deraadt/terms and I clued in now.beck2003-06-031-3/+0
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1213-95/+248
* import 0.9.7b (without idea and rc5)markus2003-05-1114-16/+1897
* remove printf("bar\n");markus2003-04-081-1/+0
* sprintf->snprintf. deraadt@ suggestions and okho2003-04-061-3/+7
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-142-5/+5
* import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-5/+5
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-106-147/+322
* import openssl-0.9.7-beta3markus2002-09-055-20/+87
* merge with 0.9.7-beta1markus2002-09-053-4/+5
* sync formatting with 0.9.7markus2002-09-041-2/+1
* remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)markus2002-09-032-2/+1
* unused files, not part of OpenSSL 0.9.7markus2002-09-035-1681/+0
* sync with http://www.openssl.org/news/patch_20020730_0_9_7.txtmarkus2002-07-301-8/+8
* correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.fgsch2002-07-161-2/+2
* remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@markus2002-06-201-18/+0
* do not syslog from libraries!deraadt2002-06-191-10/+1
* KNF, -Wall, and other cleanups. still does not failover 100% correctlyderaadt2002-06-191-22/+52
* stupid stupid bug ja ja ja jaderaadt2002-06-191-1/+1
* unbreak sshd with privsep: open /dev/crypto, keep fd, and callmarkus2002-06-181-5/+20
* per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct session_op)markus2002-06-181-6/+6
* keep a FD per EVP_init, use a global FD for all asym operations;markus2002-06-131-83/+85
* KNFderaadt2002-06-111-19/+16
* add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtionbeck2002-06-111-3/+37
* Make DSA work now... at least for things that can do bn_mod_exp.beck2002-06-111-7/+4
* Make asymmetric crypto work in userlandbeck2002-06-111-36/+114