Re: use OpenSSL EVP for SSH umac and CTR cipher modes

2011-09-10 Thread Damien Miller
On Fri, 9 Sep 2011, Damien Miller wrote: > Hi, > > This diff needs testing, particularly on systems that support hardware > acceleration of AES via the OpenSSL EVP layer (e.g. Intel Core i7). > It uses OpenSSL's EVP AES API rather than the lower-level one and should > give an opportunity for the

use OpenSSL EVP for SSH umac and CTR cipher modes

2011-09-08 Thread Damien Miller
Hi, This diff needs testing, particularly on systems that support hardware acceleration of AES via the OpenSSL EVP layer (e.g. Intel Core i7). It uses OpenSSL's EVP AES API rather than the lower-level one and should give an opportunity for the acceleration to work. A useful benchmark would be dd