Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to | jsing | 2015-02-10 | 1 | -1504/+0 |
| | | | | | | be enabled, mostly since people use SANs instead. ok beck@ guenther@ | ||||
* | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | jsing | 2015-02-09 | 1 | -5/+101 |
| | | | | | | | | | functions can be readily located. Change has been scripted and the generated assembly only differs by changes to line numbers. Discussed with beck@ miod@ tedu@ | ||||
* | further BUF_strdup conversion: these places should be safe to rely on | tedu | 2014-11-18 | 1 | -2/+2 |
| | | | | the function argument not being NULL | ||||
* | The bell tolls for BUF_strdup - Start the migration to using | beck | 2014-07-13 | 1 | -3/+3 |
| | | | | | | intrinsics. This is the easy ones, a few left to check one at a time. ok miod@ deraadt@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+2 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ 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 | -0/+1 |
| | |||||
* | KNF. | jsing | 2014-04-21 | 1 | -1000/+1068 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -3/+3 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -40/+85 |
| | |||||
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -0/+6 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -12/+13 |
| | |||||
* | resolve conflicts | djm | 2009-04-06 | 1 | -14/+19 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -6/+6 |
| | |||||
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+1280 |