Re: [tor-dev] AES_ctr128_encrypt() on Windows

2011-12-07 Thread Gisle Vanem
"Nick Mathewson" wrote: It looks like you're using a version of openssl that isn't actually released. (There is no openssl 1.1.0 yet; only a series of not-yet-released development snapshots.) True when you mention it. I have a "work-in-progress" from: ftp://ftp.openssl.org/snapshot/openssl-S

Re: [tor-dev] AES_ctr128_encrypt() on Windows

2011-12-07 Thread Nick Mathewson
On Wed, Dec 7, 2011 at 12:51 PM, Gisle Vanem wrote: > Seems that this function isn't available in OpenSSL 1.1.0. On Windows > at least. The function is enclosed in a "#if 0" in OpenSSL's and > util/libeay.num also has this: >  AES_ctr128_encrypt    3216    NOEXIST::FUNCTION: > > So should we make

[tor-dev] AES_ctr128_encrypt() on Windows

2011-12-07 Thread Gisle Vanem
Seems that this function isn't available in OpenSSL 1.1.0. On Windows at least. The function is enclosed in a "#if 0" in OpenSSL's and util/libeay.num also has this: AES_ctr128_encrypt3216NOEXIST::FUNCTION: So should we make an exception for Windows in common/aes.c: --- Git-latest/sr