[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Bob Beck <beck_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 11 Jun 2002 10:07:14 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: beck_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2002/06/11 10:07:14
Modified files:
lib/libssl/src/crypto/engine: hw_cryptodev.c
Log message:
add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion
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.
Visit your host, monkey.org