summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/store/str_mem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove crypto/store - part of which is "currently highly experimental".jsing2015-02-101-370/+0
* Check the result of sk_*_push() operations for failure.miod2014-10-281-2/+6
* {malloc,reallocarray} + memset(,0,) -> callocmiod2014-07-091-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-2/+1
* KNF.jsing2014-05-261-134/+139
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-1/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-19/+16
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.0adjm2010-10-011-24/+32
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+357