summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_3_BASE'.OPENBSD_5_3_BASEcvs2svn2013-02-1415-27147/+0
|
* On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don'tkettenis2012-10-311-1/+1
| | | | | | | | | | have to go through the PLT/GOT to get at them anymore. In fact going through the GOT now fails since we no longer have a GOT entry for OPENSSL_ia32cap_P. Fixes the problem spotted by jasper@ and sthen@. Based on a diff from mikeb@ who did most of the actual work of tracking down the issue. ok millert@, mikeb@
* resolve conflictsdjm2012-10-133-226/+2311
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1311-252/+12671
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-1314-478/+14982
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-199/+198
|\| | | | | branch.
| * import OpenSSL 1.0.0edjm2011-11-031-199/+198
| |
* | resolve conflicts, fix local changesdjm2010-10-012-479/+1926
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-014-519/+1769
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-015-996/+3693
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2010-07-011-0/+992
| |
* | 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)
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-064-0/+4720
|\| | | | | branch.
| * import of OpenSSL 0.9.8kdjm2009-04-064-0/+4720
| |
* | resolve conflictsdjm2009-01-091-1/+2
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-3/+4
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-092-4/+6
| |
* | 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
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-062-0/+2701
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-063-833/+3525
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2005-05-101-0/+1541
|
* import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-101-0/+1541