So if you directly use the AES API you used to have a little better
performance,
but now you don't get the AES-NI support and so are a factor slower when
using it.
Is this the normal and expected behaviour?
>>> I hope this isn't true. If it is, it means applications
On Sun, Mar 18, 2012 at 07:24:25PM +0100, Andy Polyakov wrote:
> >> So if you directly use the AES API you used to have a little better
> >> performance,
> >> but now you don't get the AES-NI support and so are a factor slower when
> >> using it.
> >>
> >> Is this the normal and expected behaviou
>>> 1.0.1:
>>> $ openssl speed aes-128-cbc:
>>> type 16 bytes 64 bytes256 bytes 1024 bytes 8192
>>> bytes
>>> aes-128 cbc 110450.10k 120831.36k 122216.11k 123465.05k
>>> 123909.46k
>>>
>>> $ openssl speed -evp aes-128-cbc:
>>> type 16 bytes 64 b
On Sun, Mar 18, 2012 at 07:16:27PM +0100, Andy Polyakov wrote:
> Hi,
>
> > 1.0.1:
> > $ openssl speed aes-128-cbc:
> > type 16 bytes 64 bytes256 bytes 1024 bytes 8192
> > bytes
> > aes-128 cbc 110450.10k 120831.36k 122216.11k 123465.05k
> > 123909.46k
> >
> >
>> So if you directly use the AES API you used to have a little better
>> performance,
>> but now you don't get the AES-NI support and so are a factor slower when
>> using it.
>>
>> Is this the normal and expected behaviour?
>
> I hope this isn't true. If it is, it means applications like OpenS
Hi,
> 1.0.1:
> $ openssl speed aes-128-cbc:
> type 16 bytes 64 bytes256 bytes 1024 bytes 8192 bytes
> aes-128 cbc 110450.10k 120831.36k 122216.11k 123465.05k 123909.46k
>
> $ openssl speed -evp aes-128-cbc:
> type 16 bytes 64 bytes256 bytes
On Sun, Mar 18, 2012 at 05:57:24PM +0100, Kurt Roeckx wrote:
>
> So if you directly use the AES API you used to have a little better
> performance,
> but now you don't get the AES-NI support and so are a factor slower when
> using it.
>
> Is this the normal and expected behaviour?
I hope this
Hi,
I was looking at the AES-NI support in 1.0.1, and it seems that
it now has been merged in EVP (but test/test_aesni still
exists in HEAD).
This has the following effect:
1.0.0h:
$ openssl speed aes-128-cbc:
type 16 bytes 64 bytes256 bytes 1024 bytes 8192 bytes
aes-128