On Wed, 2010-03-31 at 17:41 +0000, Lou Picciano wrote: > We are particularly interested in OpenSSL's ability to offload AES > processing to Intel iron, so are most interested in this patch.
If it's useful to you I also have (ABI-preserving) patches for recent OpenSSL 0.9.8, and even backported it to 0.9.8a this week. > In an effort to sway The Masses, can you suggest (perhaps simple > command-line) demonstrations of the before/after? Just 'openssl speed -evp aes128' (or aes192 or aes256). Note that 'openssl speed aes' doesn't work. It won't use the AESNI engine because it calls into the 'core' AES functions directly, and doesn't use EVP. -- David Woodhouse Open Source Technology Centre [email protected] Intel Corporation ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
