summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/crypto/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | CRIOGET per EVP_Init(); ok niklas@, miod@
* per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct ↵markus2002-06-181-6/+6
| | | | session_op)
* keep a FD per EVP_init, use a global FD for all asym operations;markus2002-06-131-83/+85
| | | | ok beck@
* KNFderaadt2002-06-111-19/+16
|
* add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtionbeck2002-06-111-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.beck2002-06-111-7/+4
|
* Make asymmetric crypto work in userlandbeck2002-06-111-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 theangelos2002-06-091-30/+37
| | | | translation between the crypto framework's format and the BN structure.
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-072-15/+15
| | | | correctly autogenerate obj_mac.h
* do not assume scripts are executablederaadt2002-05-251-1/+1
|
* add aes/bf/cast; ok deraadt@markus2002-05-161-2/+50
|
* use hw_cryptodevderaadt2002-05-161-24/+24
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1553-982/+13515
|
* openssl-engine-0.9.6a mergebeck2001-06-221-5/+6
|
* fix util script runs to not assume they are executable.beck2000-12-181-1/+1
|
* openssl-engine-0.9.6 mergebeck2000-12-1514-0/+5371