Tom Biggs wrote:
> Anyway, I've been tasked with investigating OpenSSL, with
> an eye towards making it work with yet-to-be-announced
> encryption acceleration hardware.
> 
> Has anyone here modified the OpenSSL library to work
> with a hardware accelerator?  Do you have any tips or
> suggestions?  Is there a revised framework anywhere
> to work with hardware?  I've only just begun poring over
> the code, but it looks like the code strongly assumes
> that encryption will be done in software.  Where should
> I start focusing if I want to replace encryption (and possibly
> digest) algorithms?

I think some of the developers are working on generic
support for acceleration.  (I wouldn't know, I just started
using OpenSSL.)  I did throw together a page on acceleration
support at http://www.kegel.com/ssl.html earlier year, perhaps
it will be of some interest still.

Try looking for #ifdef ATALLA for some of the early 
acceleration support (before they started trying to do it cleanly).

- Dan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to