summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_xref.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* KNF.jsing2014-04-191-64/+63
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* import OpenSSL-1.0.1cdjm2012-10-131-3/+6
* import OpenSSL-1.0.0adjm2010-10-011-0/+231