Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More OpenSSL fixes: | djm | 2010-10-06 | 1 | -4/+4 |
| | | | | | | | | | - Update local engines for the EVP API change (len u_int => size_t) - Use hw_cryptodev.c instead of eng_cryptodev.c - Make x86_64-xlate.pl always write to the output file and not stdout, fixing "make -j" builds (spotted by naddy@) ok naddy@ | ||||
* | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 1 | -0/+570 |
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) |