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 | 1 | -194/+0 |
| | | | | | | | | be enabled. Removes one symbol from libcrypto, however there is no ABI change. ok beck@ miod@ tedu@ | ||||
* | 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. | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Unifdef -UPEDANTIC. ok beck@ tedu@ | miod | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -4/+1 |
| | |||||
* | import OpenSSL 1.0.0e | djm | 2011-11-03 | 1 | -2/+2 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | import openssl-0.9.7d | markus | 2004-04-07 | 1 | -0/+207 |