Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
| | |||||
* | First pass at removing win64 support from the assembly generating Perl | jsing | 2014-04-30 | 2 | -241/+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@ | ||||
* | typo in comment | miod | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | I'm glad to know that Ultrix CC has a bug optimizing switch() statements | miod | 2014-04-23 | 1 | -10/+0 |
| | | | | | lacking an explicit `case 0:' construct. But Ultrix has been dead for more than 15 years, really. Don't give it any reason to move out of its coffin. | ||||
* | Figure out endianness at compile-time, using _BYTE_ORDER from | miod | 2014-04-23 | 1 | -7/+3 |
| | | | | | | | <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 | -445/+0 |
| | | | | for 20th century historians, and can be put in the Attic. | ||||
* | OPENSSL_DECLARE_EXIT serves no purpose. | deraadt | 2014-04-17 | 1 | -1/+0 |
| | |||||
* | unistd.h is always in the same place; no need to #include the result of | deraadt | 2014-04-17 | 1 | -1/+1 |
| | | | | a maze of conditional #define's | ||||
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -103/+0 |
| | |||||
* | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -3/+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 | 1 | -242/+0 |
| | |||||
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 1 | -73/+0 |
| | | | | ok miod@ | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -22/+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 | 2 | -1/+8 |
| | |||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 2 | -2/+4 |
|\ | | | | | branch. | ||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 3 | -3/+6 |
| | | |||||
* | | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | kettenis | 2012-10-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | 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 conflicts | djm | 2012-10-13 | 4 | -105/+384 |
| | | |||||
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -4/+14 |
|\ \ | | | | | | | branch. | ||||
| * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 2 | -4/+20 |
| | | | |||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -0/+62 |
|\ \ \ | | | | | | | | | branch. | ||||
| * | | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+62 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 3 | -9/+982 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 7 | -114/+1366 |
| | | | | |||||
* | | | | resolve conflicts, fix local changes | djm | 2010-10-01 | 10 | -832/+424 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 2 | -0/+960 |
|\| | | | | | | | | | | | branch. | ||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 7 | -253/+1375 |
| | | | | |||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 3 | -1/+20 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 1 | -27/+17 |
|\ \ \ \ | | |_|/ | |/| | | branch. | ||||
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 2 | -35/+25 |
| | | | | |||||
* | | | | resolve conflicts | djm | 2009-01-09 | 3 | -1/+20 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 2 | -4/+89 |
|\| | | | | | | | | | | | branch. | ||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -4/+89 |
| | | | | |||||
* | | | | fix some cause of bad TEXTREL on i386 and amd64 | otto | 2008-09-19 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 conflicts | djm | 2008-09-06 | 7 | -34/+99 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 1 | -36/+250 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 5 | -60/+302 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -41/+27 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 5 | -51/+74 |
| | | | | |||||
* | | | | resolve conflicts | djm | 2006-06-27 | 3 | -12/+1 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -0/+150 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import of openssl-0.9.7j | djm | 2006-06-27 | 4 | -12/+151 |
| | | | | |||||
| * | | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 5 | -30/+104 |
| | | | | |||||
| * | | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 4 | -22/+200 |
| | | | | |||||
| * | | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 2 | -0/+92 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 2 | -35/+43 |
|\ \ \ \ | | |/ / | |/| | | branch. | ||||
| * | | | import of openssl-0.9.7j | djm | 2006-06-27 | 2 | -35/+43 |
| | | | | |||||
* | | | | resolve conflicts | djm | 2005-04-29 | 5 | -30/+104 |
| | | | | |||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 2 | -0/+280 |
|\| | | | | | | | | | | | branch. | ||||
| * | | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 2 | -0/+280 |
| | | | |