| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | no need to byteswap for AES_ASM, from tom@ | markus | 2005-05-23 | 1 | -1/+9 |
* | | resolve conflicts | djm | 2005-04-29 | 1 | -2/+6 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 2 | -1/+537 |
|\| |
|
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 3 | -5/+545 |
| * | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -5/+4 |
| * | import 0.9.7c | markus | 2003-11-11 | 1 | -1/+0 |
* | | adjust comment, open_dev_crypto() returns -1 on error. | hshoexer | 2005-01-29 | 1 | -1/+1 |
* | | on error set correct pointer to NULL. | hshoexer | 2005-01-26 | 1 | -2/+2 |
* | | machdep.xcrypt now has a different meaning: Instead of > 0 indicating | deraadt | 2004-06-15 | 1 | -14/+16 |
* | | merge 0.9.7d | markus | 2004-04-08 | 4 | -23/+29 |
* | | remove some debug code and cleanup.. | deraadt | 2004-02-04 | 1 | -18/+6 |
* | | OK, this time the AES soft keys work with ssh and such. I spent over 3 | deraadt | 2004-02-03 | 1 | -16/+63 |
* | | oops, software key gen bug | deraadt | 2004-02-03 | 1 | -35/+10 |
* | | Switch to using software generated extended keys (because the cpu cannot | deraadt | 2004-02-03 | 1 | -10/+35 |
* | | If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl of | deraadt | 2004-02-03 | 1 | -4/+174 |
* | | remove obsolete files | markus | 2003-11-13 | 1 | -594/+0 |
* | | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 2 | -3/+6 |
* | | support AES with 192 and 256 bit keys, too. | markus | 2003-08-07 | 1 | -58/+60 |
* | | nuke term 3, since we're all in ~deraadt/terms and I clued in now. | beck | 2003-06-03 | 1 | -3/+0 |
* | | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 23 | -111/+281 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2003-05-11 | 4 | -0/+1864 |
|\| |
|
| * | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 14 | -182/+2390 |
| * | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 2 | -5/+5 |
| * | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 7 | -44/+169 |
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 7 | -417/+981 |
| * | This commit was manufactured by cvs2git to create branch 'openssl'. | cvs2svn | 2002-05-15 | 30 | -0/+9497 |
* | remove printf("bar\n"); | markus | 2003-04-08 | 1 | -1/+0 |
* | sprintf->snprintf. deraadt@ suggestions and ok | ho | 2003-04-06 | 1 | -3/+7 |
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 3 | -10/+10 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 11 | -167/+409 |
* | merge with 0.9.7-beta1 | markus | 2002-09-05 | 3 | -4/+5 |
* | sync formatting with 0.9.7 | markus | 2002-09-04 | 1 | -2/+1 |
* | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | markus | 2002-09-03 | 2 | -2/+1 |
* | unused files, not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 5 | -1681/+0 |
* | sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt | markus | 2002-07-30 | 1 | -8/+8 |
* | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | fgsch | 2002-07-16 | 1 | -2/+2 |
* | remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@ | markus | 2002-06-20 | 1 | -18/+0 |
* | do not syslog from libraries! | deraadt | 2002-06-19 | 1 | -10/+1 |
* | KNF, -Wall, and other cleanups. still does not failover 100% correctly | deraadt | 2002-06-19 | 1 | -22/+52 |
* | stupid stupid bug ja ja ja ja | deraadt | 2002-06-19 | 1 | -1/+1 |
* | unbreak sshd with privsep: open /dev/crypto, keep fd, and call | markus | 2002-06-18 | 1 | -5/+20 |
* | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se... | markus | 2002-06-18 | 1 | -6/+6 |
* | keep a FD per EVP_init, use a global FD for all asym operations; | markus | 2002-06-13 | 1 | -83/+85 |
* | KNF | deraadt | 2002-06-11 | 1 | -19/+16 |
* | add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion | beck | 2002-06-11 | 1 | -3/+37 |
* | Make DSA work now... at least for things that can do bn_mod_exp. | beck | 2002-06-11 | 1 | -7/+4 |
* | Make asymmetric crypto work in userland | beck | 2002-06-11 | 1 | -36/+114 |
* | Pass the right arguments for RSA, DSA, and modexp operations. Fix the | angelos | 2002-06-09 | 1 | -30/+37 |
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 2 | -15/+15 |
* | do not assume scripts are executable | deraadt | 2002-05-25 | 1 | -1/+1 |