Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove RC5 code - this is not currently enabled and is not likely to ever | jsing | 2015-02-10 | 7 | -951/+0 |
| | | | | | | | | be enabled. Removes one symbol from libcrypto, however there is no ABI change. ok beck@ miod@ tedu@ | ||||
* | deregister; no binary change | jsg | 2014-10-28 | 3 | -13/+13 |
| | | | | ok jsing@ miod@ | ||||
* | replace more ROTATE macros with plain-old C code. | bcook | 2014-08-18 | 1 | -25/+13 |
| | | | | | | | Let the compiler optimize these. Even older versions of gcc generate equal or better quality code than the inline asm. ok miod@ | ||||
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+3 |
| | | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers. | ||||
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
| | | | | | | Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 7 | -7/+7 |
| | |||||
* | Remove various test stubs. The good ones have been moved by jsing | deraadt | 2014-06-07 | 2 | -585/+0 |
| | | | | | | and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing | ||||
* | Take an axe to rc5speed.c - strip out everything that is for other | jsing | 2014-05-23 | 1 | -84/+9 |
| | | | | platforms. | ||||
* | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Put the final pieces from e_os.h in the required places, and remove it. | deraadt | 2014-04-18 | 1 | -2/+0 |
| | | | | | "dance on it's grave" says beck ok guenther beck | ||||
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -4/+1 |
| | |||||
* | 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 | -83/+0 |
| | |||||
* | remove pentium specific benchmark code | jsg | 2014-04-15 | 1 | -70/+0 |
| | | | | ok miod@ | ||||
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -11/+0 |
| | | | | | that it is easier to find code pieces. They are getting in the way. ok miod | ||||
* | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 6 | -0/+918 |
|\ | | | | | branch. | ||||
| * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 7 | -1/+920 |
| | | |||||
| * | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -1/+2 |
| | | |||||
| * | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -10/+4 |
| | | |||||
| * | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 1 | -1/+1 |
| | | |||||
| * | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 2 | -21/+27 |
| | | |||||
| * | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 2 | -0/+216 |
| | | | | | | | | | | 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. | ||||
* | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | import OpenSSL-1.0.0a | djm | 2010-10-01 | 2 | -16/+4 |
| | |||||
* | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -2/+5 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 3 | -34/+26 |
| | |||||
* | import of openssl-0.9.7j | djm | 2006-06-27 | 1 | -2/+2 |
| | |||||
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 2 | -1/+114 |
| | |||||
* | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -0/+207 |
| | |||||
* | import 0.9.7c | markus | 2003-11-11 | 1 | -0/+386 |
| | |||||
* | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 1 | -0/+70 |
| | |||||
* | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 1 | -21/+15 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+122 |
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. |