Archive Index
This month's Index
|
Subject: Re: Patch to use aes_*_ctr in newer versions of OpenSSL and #if LIBSSH2_DSA for more DSA-code
Re: Patch to use aes_*_ctr in newer versions of OpenSSL and #if LIBSSH2_DSA for more DSA-code
From: Simon Josefsson <simon_at_josefsson.org>
Date: Mon, 01 Mar 2010 10:38:10 +0100
Lars Nordin <Lars.Nordin_at_SDlabs.se> writes:
> This is a patch to use OpenSSL's version of aes_*_ctr functions and to
Thanks. I applied your DSA-code patch as-is, but modified the AES-CTR
> From version 0.9.8h, full support for aes_*_ctr was added. I have
...but did you test that AES-CTR worked and not just built?
As far as I can tell, your patch would disable AES-CTR completely with
> +#if OPENSSL_VERSION_NUMBER >= 0x0090808fL
This is the part that seems wrong to me.
Please test the code in git now.
/Simon
|