Hi, I am writing a non-blocking server using openssl 0.9.5. I noticed that this version added support for a hardware accelerator - compaq's atalla card. I am interested in using this accelerator with my non-blocking server. However, I see a problem - it breaks the non-blocking paradigm. The BN_mod_exp_atalla() in bn/mod_exp.c could block on ASI_RSAPrivateKeyOpFn() being performed on the hardware accelerator. I'd appreciate any help/suggestions in making this non-blocking. Thanks, - rajeev ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
