Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_3_3'. | cvs2svn | 2003-03-22 | 21 | -5129/+0 |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 3 | -10/+10 |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | 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 |
| | | | | | (adds fix for unused kerberos and engine code, and some more assertions, as well as a 64bit integer string fix for conf_mod.c) | ||||
* | 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 |
| | | | | for operations when /dev/crypto is missing, for instance in chroot | ||||
* | 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 |
| | | | | CRIOGET per EVP_Init(); ok niklas@, miod@ | ||||
* | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct ↵ | markus | 2002-06-18 | 1 | -6/+6 |
| | | | | session_op) | ||||
* | keep a FD per EVP_init, use a global FD for all asym operations; | markus | 2002-06-13 | 1 | -83/+85 |
| | | | | ok beck@ | ||||
* | 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 |
| | | | | | | | 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. | beck | 2002-06-11 | 1 | -7/+4 |
| | |||||
* | Make asymmetric crypto work in userland | beck | 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 | angelos | 2002-06-09 | 1 | -30/+37 |
| | | | | translation between the crypto framework's format and the BN structure. | ||||
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 2 | -15/+15 |
| | | | | correctly autogenerate obj_mac.h | ||||
* | do not assume scripts are executable | deraadt | 2002-05-25 | 1 | -1/+1 |
| | |||||
* | add aes/bf/cast; ok deraadt@ | markus | 2002-05-16 | 1 | -2/+50 |
| | |||||
* | use hw_cryptodev | deraadt | 2002-05-16 | 1 | -24/+24 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 53 | -982/+13515 |
| | |||||
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -5/+6 |
| | |||||
* | fix util script runs to not assume they are executable. | beck | 2000-12-18 | 1 | -1/+1 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 14 | -0/+5371 |