Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -11/+6 | |
| | | | | | | | Improves readability, keeps the code smaller so that it is warmer in your cache. review & ok deraadt@ | |||||
* | 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 | -4/+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 | 1 | -1/+1 | |
| | ||||||
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -6/+3 | |
| | ||||||
* | knf approximation | tedu | 2014-05-06 | 1 | -469/+484 | |
| | ||||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -20/+20 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | |||||
* | In EC_POINT_invert(), actually check the correct function pointer for NULL | miod | 2014-04-15 | 1 | -1/+1 | |
| | | | | | before attempting to invoke it; trivial one-liner in OpenSSL RT #2569 ignored for 2.5 years. | |||||
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -5/+5 | |
| | ||||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -74/+6 | |
| | ||||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -2/+2 | |
| | ||||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -85/+593 | |
| | ||||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -3/+5 | |
| | ||||||
* | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 1 | -0/+8 | |
| | | | | correctly autogenerate obj_mac.h | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -0/+646 | |