Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The assembly sha512 code detects at runtime if it is running on a 64-bit | miod | 2014-05-02 | 1 | -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. | miod | 2014-05-01 | 2 | -0/+12 | |
| | ||||||
* | Fix include filename to get register name aliases under BSD | miod | 2014-05-01 | 1 | -6/+1 | |
| | ||||||
* | Remove fips_md_init() macro indirection for digest algorithms, used by the | miod | 2014-05-01 | 3 | -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 Perl | jsing | 2014-04-30 | 1 | -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. | miod | 2014-04-28 | 1 | -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@ | miod | 2014-04-23 | 1 | -20/+12 | |
| | ||||||
* | Figure out endianness at compile-time, using _BYTE_ORDER from | miod | 2014-04-23 | 2 | -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 value | miod | 2014-04-22 | 2 | -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 developers | beck | 2014-04-18 | 1 | -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, | miod | 2014-04-18 | 1 | -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. | miod | 2014-04-17 | 1 | -30/+0 | |
| | ||||||
* | There are no plans to ever build this with the Metrojerks compiler. | miod | 2014-04-17 | 1 | -8/+1 | |
| | ||||||
* | Remove support for big-endian i386 and amd64. | miod | 2014-04-17 | 1 | -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 point | miod | 2014-04-17 | 1 | -1/+0 | |
| | | | | if you can spot C2.pl. | |||||
* | No need to consider being compiled by NASM anymore. | miod | 2014-04-17 | 1 | -4/+0 | |
| | ||||||
* | Remove _CRAY references. Note that this pleads for the use of <stdint.h> | miod | 2014-04-16 | 1 | -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 building | tedu | 2014-04-15 | 1 | -129/+0 | |
| | ||||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -18/+0 | |
| | | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt | |||||
* | Moved to regress/lib/libcrypto. | miod | 2014-04-15 | 2 | -332/+0 | |
| | ||||||
* | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | beck | 2014-04-15 | 2 | -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, so | deraadt | 2014-04-14 | 1 | -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. | miod | 2014-04-13 | 5 | -26/+24 | |
| | ||||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 10 | -20/+26 | |
|\ | | | | | branch. | |||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 14 | -43/+56 | |
| | | ||||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 1 | -1/+3 | |
|\ \ | | | | | | | branch. | |||||
| * | | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 2 | -2/+4 | |
| | | | ||||||
* | | | Reliability fix for SHA384 SSL/TLS ciphers on strict alignment | jca | 2013-12-19 | 1 | -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 conflicts | djm | 2012-10-13 | 5 | -50/+1079 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -9/+30 | |
|\| | | | | | | | | branch. | |||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 2 | -9/+31 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 19 | -607/+3913 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 23 | -657/+4991 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2011-11-03 | 6 | -69/+75 | |
|\| | | | | | | | | branch. | |||||
| * | | import OpenSSL 1.0.0e | djm | 2011-11-03 | 6 | -69/+75 | |
| | | | ||||||
* | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 10 | -629/+6 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 17 | -88/+5145 | |
|\| | | | | | | | | branch. | |||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 22 | -107/+5149 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -38/+37 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 3 | -46/+39 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-04-06 | 1 | -0/+1 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import of OpenSSL 0.9.8k | djm | 2009-04-06 | 1 | -0/+1 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2009-01-09 | 5 | -1/+21 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 2 | -1/+21 | |
|\| | | | | | | | | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 7 | -3/+37 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -14/+21 | |
|\ \ \ | | |/ | |/| | branch. | |||||
| * | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -14/+27 | |
| | | | ||||||
* | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | resolve conflicts | djm | 2008-09-06 | 9 | -543/+369 | |
| | | | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 6 | -295/+2128 | |
|\ \ \ | | |/ | |/| | branch. |