summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/store/str_meth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove crypto/store - part of which is "currently highly experimental".jsing2015-02-101-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 forbeck2014-07-221-3/+3
| | | | | NULL before an intrinsic strdup. ok miod@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
|
* KNF.jsing2014-05-261-98/+145
|
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-4/+2
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+250