summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_5_5_BASE'.OPENBSD_5_5_BASEcvs2svn2014-02-2728-30812/+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-136-232/+2343
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-4/+25
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-131-4/+25
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1311-252/+12671
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-1317-484/+15014
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-032-205/+204
|\| | | | | | | | branch.
| * | import OpenSSL 1.0.0edjm2011-11-032-205/+204
| | |
* | | resolve conflicts, fix local changesdjm2010-10-019-1008/+2163
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-015-525/+1775
|\| | | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-0112-1428/+3936
| | |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2010-07-011-0/+992
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-23/+24
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-011-23/+24
| | |
* | | 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-065-0/+5783
|\ \ \ | | |/ | |/| branch.
| * | import of OpenSSL 0.9.8kdjm2009-04-065-0/+5783
| | |
* | | resolve conflictsdjm2009-01-094-1/+16
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-3/+4
|\| | | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-095-4/+20
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-2/+3
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-091-2/+3
| | |
* | | 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-066-1045/+953
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-064-0/+3283
|\ \ \ | | |/ | |/| branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-0610-1045/+4236
| | |
| * | import of openssl-0.9.7jdjm2006-06-271-0/+2
| | |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2005-05-101-0/+1541
| | |
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-296-43/+125
| | |
| * | import openssl-0.9.7dmarkus2004-04-071-1/+1
| | |
| * | import 0.9.7cmarkus2003-11-113-16/+52
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-118-30/+90
| | |
| * | import openssl-0.9.7-beta3markus2002-09-051-3/+0
| | |
| * | import openssl-0.9.7-beta1markus2002-09-052-2/+2
| | |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-1510-0/+2075
| /
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-14/+41
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-061-14/+41
| |
* | resolve conflictsdjm2006-06-271-0/+2
| |
* | import i386 AES asm code from openssl.org; ok and help with testing djm@markus2005-05-101-0/+1541
| |
* | resolve conflictsdjm2005-04-296-43/+125
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+103
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+103
|
* merge 0.9.7dmarkus2004-04-081-1/+1
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-113-16/+52
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-129-31/+91
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-102-4/+1
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-072-2/+2
| | | | correctly autogenerate obj_mac.h
* do not assume scripts are executablederaadt2002-05-251-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1511-0/+2178