Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove crypto/store - part of which is "currently highly experimental". | 2015-02-10 | 1 | -295/+0 | |
| | | | | | | | This code is not compiled in and OPENSSL_NO_STORE is already defined in opensslfeatures.h. No symbol removal for libcrypto. ok beck@ | ||||
* | Kill a bunch more BUF_strdup's - these are converted to have a check for | 2014-07-22 | 1 | -3/+3 | |
| | | | | | NULL before an intrinsic strdup. ok miod@ | ||||
* | tags as requested by miod and tedu | 2014-06-12 | 1 | -1/+1 | |
| | |||||
* | c-file-style hints, begone; ok beck | 2014-06-11 | 1 | -1/+1 | |
| | |||||
* | KNF. | 2014-05-26 | 1 | -98/+145 | |
| | |||||
* | calloc instead of malloc/memset. from Benjamin Baier | 2014-05-25 | 1 | -4/+2 | |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | 2014-04-17 | 1 | -3/+3 | |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | import of OpenSSL 0.9.8h | 2008-09-06 | 1 | -0/+250 | |