summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pvkfmt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
| | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@
* KNF.jsing2014-04-211-311/+287
|
* fix some of the leaksjsg2014-04-171-1/+3
| | | | ok miod@ looks good deraadt@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-12/+12
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* import OpenSSL-1.0.1cdjm2012-10-131-23/+35
|
* import OpenSSL 1.0.0edjm2011-11-031-7/+3
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+942