From aaf95101ecdb076e7121125b5b59b79338f68e63 Mon Sep 17 00:00:00 2001 From: thib <> Date: Thu, 1 Jul 2010 17:44:20 +0000 Subject: AES-NI engine support for OpenSSL. This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse . Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now) --- src/lib/libcrypto/util/libeay.num | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/libcrypto/util') diff --git a/src/lib/libcrypto/util/libeay.num b/src/lib/libcrypto/util/libeay.num index 74eb337227..0bad595233 100644 --- a/src/lib/libcrypto/util/libeay.num +++ b/src/lib/libcrypto/util/libeay.num @@ -3725,3 +3725,4 @@ JPAKE_STEP2_release 4110 EXIST::FUNCTION:JPAKE JPAKE_STEP3A_init 4111 EXIST::FUNCTION:JPAKE ERR_load_JPAKE_strings 4112 EXIST::FUNCTION:JPAKE JPAKE_STEP2_init 4113 EXIST::FUNCTION:JPAKE +ENGINE_load_aesni 4114 EXIST::FUNCTION:ENGINE -- cgit v1.2.3-55-g6feb