summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/aes/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* import OpenSSL 1.0.0edjm2011-11-031-199/+198
|
* resolve conflicts, fix local changesdjm2010-10-012-479/+1926
|
* import OpenSSL-1.0.0adjm2010-10-014-519/+1769
|
* AES-NI engine support for OpenSSL.thib2010-07-011-0/+992
| | | | | | | | | | 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)
* import of OpenSSL 0.9.8kdjm2009-04-064-0/+4720
|
* resolve conflictsdjm2009-01-091-1/+2
|
* import openssl-0.9.8jdjm2009-01-091-3/+4
|
* fix some cause of bad TEXTREL on i386 and amd64otto2008-09-191-4/+4
| | | | | | | - global function calls in .init sections (diff makes them via PLT) - calls to global functions in aes-586.S (made static or local) - global variable accesses in rc4-x86_64.S (now made via GOT) from djm@large; ok miod@
* resolve conflictsdjm2008-09-061-833/+824
|
* import of OpenSSL 0.9.8hdjm2008-09-062-0/+2701
|
* import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-101-0/+1541