This is a discussion on OffloadModExpo, Windows and crypto-hardware support - Openssl ; ------=_Part_22842_32978673.1200488888459 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone worked on supporting OffloadModExpo from within OpenSSL? I.e. to allow a Windows SSL application to use OpenSSL instead of the native windows crypto libraries, but still take advantage of the ...
------=_Part_22842_32978673.1200488888459
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Has anyone worked on supporting OffloadModExpo from within OpenSSL?
I.e. to allow a Windows SSL application to use OpenSSL instead of the
native windows crypto libraries, but still take advantage of the Windows
OffloadModExpo function. This would be useful if you have bought some
accelerator card that has OffloadModExpo driver support, but you still
prefer OpenSSL's API over the Windows API.
I guess one might do this by overriding OpenSSL's bn_mod_exp function
with a wrapper function that loads OffloadModExpo from the registry,
HKEY_CURRENT_USER/Software/Microsoft/Cryptography/. Then calls
it instead of the builtin BN_mod_exp_mont.
Is OpenSSL interested in supporting this?
Kind regards
-paul
------=_Part_22842_32978673.1200488888459
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Has anyone worked on supporting OffloadModExpo from within OpenSSL?
I.e. to allow a Windows SSL application to use OpenSSL instead of the
native windows crypto libraries, but still take advantage of the Windows
OffloadModExpo function. This would be useful if you have bought some
accelerator card that has OffloadModExpo driver support, but you still
prefer OpenSSL's API over the Windows API.
I guess one might do this by overriding OpenSSL's bn_mod_exp function
with a wrapper function that loads OffloadModExpo from the registry,
HKEY_CURRENT_USER/Software/Microsoft/Cryptography/. Then calls
it instead of the builtin BN_mod_exp_mont.
Is OpenSSL interested in supporting this?
Kind regards
-paul
------=_Part_22842_32978673.1200488888459--
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org