[tor-dev] AES_ctr128_encrypt() on Windows

Nick Mathewson nickm at alum.mit.edu
Wed Dec 7 18:25:23 UTC 2011


On Wed, Dec 7, 2011 at 12:51 PM, Gisle Vanem <gvanem at broadpark.no> 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 <aes.h> and
> util/libeay.num also has this:
>  AES_ctr128_encrypt    3216    NOEXIST::FUNCTION:
>
> So should we make an exception for Windows in common/aes.c:

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.)

(Also, what's with your fix?  There's nothing windows-specific about
the openssl 1.1.0 breakage here.)

-- 
Nick


More information about the tor-dev mailing list