CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/07/01 11:44:20
Modified files:
lib/libssl/src/crypto: crypto-lib.com
lib/libssl/src/crypto/engine: Makefile eng_all.c engine.h
lib/libssl/src/crypto/evp: evp.h evp_err.c
lib/libssl/src/util: libeay.num
Added files:
lib/libssl/src/crypto/aes/asm: aesni-x86_64.pl
lib/libssl/src/crypto/engine: eng_aesni.c
lib/libssl/src/test: test_aesni
Log message:
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 <dwmw2 at infradead dot org>.
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)