Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 11 | -828/+2478 |
| | | | |||||
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -2/+3 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -45/+461 |
|\ \ \ | | |/ | |/| | branch. | ||||
| * | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 6 | -55/+480 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -0/+331 |
|\ \ \ | | | | | | | | | branch. | ||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 2 | -0/+331 |
| | | | |