Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support AES with 192 and 256 bit keys, too. | 2003-08-07 | 1 | -58/+60 | |
| | | | | tested with kern.cryptodevallowsoft=1; ok deraadt@ | ||||
* | nuke term 3, since we're all in ~deraadt/terms and I clued in now. | 2003-06-03 | 1 | -3/+0 | |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 1 | -9/+34 | |
| | |||||
* | remove printf("bar\n"); | 2003-04-08 | 1 | -1/+0 | |
| | |||||
* | remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@ | 2002-06-20 | 1 | -18/+0 | |
| | |||||
* | do not syslog from libraries! | 2002-06-19 | 1 | -10/+1 | |
| | |||||
* | KNF, -Wall, and other cleanups. still does not failover 100% correctly | 2002-06-19 | 1 | -22/+52 | |
| | | | | for operations when /dev/crypto is missing, for instance in chroot | ||||
* | stupid stupid bug ja ja ja ja | 2002-06-19 | 1 | -1/+1 | |
| | |||||
* | unbreak sshd with privsep: open /dev/crypto, keep fd, and call | 2002-06-18 | 1 | -5/+20 | |
| | | | | CRIOGET per EVP_Init(); ok niklas@, miod@ | ||||
* | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct session_op) | 2002-06-18 | 1 | -6/+6 | |
| | |||||
* | keep a FD per EVP_init, use a global FD for all asym operations; | 2002-06-13 | 1 | -83/+85 | |
| | | | | ok beck@ | ||||
* | KNF | 2002-06-11 | 1 | -19/+16 | |
| | |||||
* | add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion | 2002-06-11 | 1 | -3/+37 | |
| | | | | | | | using two mod_exp operations - otherwise we use BN_mod_exp2 entirely in software, which makes dsa verifications glacially slow while signatures, (which use mod_exp) are fast. This lets cards that can only do bn_mod_exp decently offload most of dsa. | ||||
* | Make DSA work now... at least for things that can do bn_mod_exp. | 2002-06-11 | 1 | -7/+4 | |
| | |||||
* | Make asymmetric crypto work in userland | 2002-06-11 | 1 | -36/+114 | |
| | | | | | this will only be used if you both have a card that supports it with a working driver and you set sysctl kern.userasymcrypto=1 | ||||
* | Pass the right arguments for RSA, DSA, and modexp operations. Fix the | 2002-06-09 | 1 | -30/+37 | |
| | | | | translation between the crypto framework's format and the BN structure. | ||||
* | add aes/bf/cast; ok deraadt@ | 2002-05-16 | 1 | -2/+50 | |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 1 | -0/+926 | |