summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-013-6/+6
| | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
* 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@
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+1
| | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-20/+12
|
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-232-4/+6
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-222-249/+0
| | | | for 20th century historians, and can be put in the Attic.
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
| | | | | | | | they had resorted to manually protyping read(2) instead of incredible amount of preprocessor wizardry needed to find the ever illusive <unistd.h>. Let's just include <unistd.h> and we don't need to do this.. While we're at it flense out _OSD_POSIX and __DGJPP__ cruft. ok krw@
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-3/+4
| | | | | | | but rather figure out the endianness from <machine/endian.h> automagically; help from guenther@ ok jca@ guenther@ beck@ and the rest of the `Buena SSL rampage club'
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-30/+0
|
* There are no plans to ever build this with the Metrojerks compiler.miod2014-04-171-8/+1
|
* Remove support for big-endian i386 and amd64.miod2014-04-171-7/+1
| | | | | | | | | | | | | Before someone suggests the OpenSSL people are junkies, here is what they mention about this: /* Most will argue that x86_64 is always little-endian. Well, * yes, but then we have stratus.com who has modified gcc to * "emulate" big-endian on x86. Is there evidence that they * [or somebody else] won't do same for x86_64? Naturally no. * And this line is waiting ready for that brave soul:-) */ So, yes, they are on drugs. But they are not alone, the stratus.com people are, too.
* 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
|
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-1/+1
| | | | | fixed-width types instead of choosing int or long depending upon what we think the architecture support.
* we don't use these files for buildingtedu2014-04-151-129/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-18/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* Moved to regress/lib/libcrypto.miod2014-04-152-332/+0
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-152-24/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-37/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-135-26/+24
|
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-1310-20/+26
|\ | | | | branch.
| * Import OpenSSL 1.0.1gmiod2014-04-1314-43/+56
| |
* | This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-1/+3
|\ \ | | | | | | branch.
| * | Import OpenSSL 1.0.1gmiod2014-04-132-2/+4
| | |
* | | Reliability fix for SHA384 SSL/TLS ciphers on strict alignmentjca2013-12-191-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | architectures. ok miod@ djm@ Upstream patch: commit cdd1acd788020d2c525331da1712ada778f1373c Author: Andy Polyakov <appro@openssl.org> Date: Wed Dec 18 21:27:35 2013 +0100
* | | resolve conflictsdjm2012-10-135-50/+1079
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-9/+30
|\| | | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-132-9/+31
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-1319-607/+3913
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.1cdjm2012-10-1323-657/+4991
| | |
* | | 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-0110-629/+6
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0117-88/+5145
|\| | | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-0122-107/+5149
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-38/+37
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-013-46/+39
| | |
* | | 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
| | |
* | | resolve conflictsdjm2009-01-095-1/+21
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-092-1/+21
|\| | | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-097-3/+37
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-14/+21
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-092-14/+27
| | |
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
| | |
* | | resolve conflictsdjm2008-09-069-543/+369
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-066-295/+2128
|\ \ \ | | |/ | |/| branch.