summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-241-2/+2
| | | | | | defined as they rely on unaligned access. ok joel@
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-073-4/+4
| | | | | | | | the assembly code in libcrypto assumes unaligned access is allowed for ARMv7. Make these paths conditional on __STRICT_ALIGNMENT not being defined and define __STRICT_ALIGNMENT in arm_arch.h for OpenBSD. ok tom@
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-043-10/+11
| | | | | | | | | | | | | | | meaningful constants in a private header file, so that reviewers can actually get a chance to figure out what the code is attempting to do without knowing all cpuid bits. While there, turn it from an array of two 32-bit ints into a properly aligned 64-bit int. Use of OPENSSL_ia32_P is now restricted to the assembler parts. C code will now always use OPENSSL_cpu_caps() and check for the proper bits in the whole 64-bit word it returns. i386 tests and ok jsing@
* Less S390.jsing2016-09-042-568/+0
| | | | ok deraadt@
* Less IA64.jsing2016-09-042-977/+0
| | | | ok deraadt@
* 'accomodate' -> 'accommodate' in comments.krw2016-03-151-1/+1
| | | | Started by diff from Mical Mazurek.
* mutli -> multimiod2015-11-141-1/+1
|
* Various *syncron* -> *synchron* typos.miod2015-11-141-1/+1
|
* typosmiod2015-08-181-1/+1
|
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-071-1/+7
| | | | generating code for 64-bit mips userland.
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-072-8/+0
|
* Three independent typos for `independent' or `independently'.miod2014-08-191-1/+1
|
* The assembly sha512 code detects at runtime if it is running on a 64-bitmiod2014-05-021-0/+6
| | | | | | | | | | | | processor (PA2.0) and, if so, switches to 64-bit code. However, when running under a 32-bit OpenBSD/hppa kernel, there is no guarantee that the upper part of the registers will be preserved accross context switches (or even userland->kernel boundaries), which causes this code to fail. Wrap the generated code within #ifndef __OpenBSD__ in that case, to avoid using the 64-bit code completely. (OpenBSD/hppa64, once stable, will not be affected by this)
* Do not output SOM-specific directives.miod2014-05-012-0/+12
|
* Fix include filename to get register name aliases under BSDmiod2014-05-011-6/+1
|
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-109/+0
| | | | | | | scripts. We certainly do not need an identical copy of the win64 exception handler in each script (surely one copy would be sufficient). ok miod@
* Aren't you glad to have this file tell you that ``C2.pl works''? Bonus pointmiod2014-04-171-1/+0
| | | | if you can spot C2.pl.
* No need to consider being compiled by NASM anymore.miod2014-04-171-4/+0
|
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-139-17/+23
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-139-17/+23
| |
* | resolve conflictsdjm2012-10-131-49/+1058
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1317-556/+3906
|\| | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-1318-605/+4964
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-036-69/+75
|\| | | | | branch.
| * import OpenSSL 1.0.0edjm2011-11-036-69/+75
| |
* | resolve conflicts, fix local changesdjm2010-10-012-404/+1
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0115-22/+4995
|\| | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-0116-22/+4996
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-061-0/+1
|\| | | | | branch.
| * import of OpenSSL 0.9.8kdjm2009-04-061-0/+1
| |
| * import openssl-0.9.8jdjm2009-01-091-1/+1
| |
* | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
| |
* | resolve conflictsdjm2008-09-061-339/+133
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-064-295/+1309
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-065-634/+1442
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+404
|\ \ | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-061-0/+404
| | |
* | | resolve conflictsdjm2005-04-291-1/+1
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+549
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-292-1/+550
| | |
| * | import openssl-0.9.7dmarkus2004-04-071-203/+88
| | |
| * | import openssl-0.9.7-beta1markus2002-09-051-33/+82
| | |
* | | merge 0.9.7dmarkus2004-04-081-203/+88
| | |
* | | openssl-engine-0.9.6a mergebeck2001-06-221-5/+7
| | |
* | | openssl-engine0.9.6 mergebeck2000-12-151-0/+0
| | | | | | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | | OpenSSL 0.9.5a mergebeck2000-04-152-1717/+1
| | |
* | | OpenSSL 0.9.5 mergebeck2000-03-192-573/+672
| | | | | | | | | | | | | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* | | OpenSSL 0.9.4 mergebeck1999-09-292-1950/+2
| | |
* | | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+3612
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.
* | | This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-051-0/+1
|\ \ \ | |/ / |/| / | |/ branch.