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 15:14:22 +0100
Lars Nordin <Lars.Nordin_at_SDlabs.se> writes:
> The internal LIBSSH2_AES_CTR shall NOT be used if openSSL supports
As far as I can tell, your patch would set LIBSSH2_AES_CTR to 0 if a new
static const LIBSSH2_CRYPT_METHOD *_libssh2_crypt_methods[] = {
> I have testcompiled and check (using nm) if the LIBSSH2_AES_ctr
Did you verify that AES-CTR was negotiated, instead of just AES?
Anyway, please test libssh2 from git!
/Simon
|