summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/pcy_tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check BIO_new*() for failure.miod2016-11-051-2/+4
* X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc2016-03-111-3/+2
* Fix leak found by coverity, issue 78897 - which also brough tobeck2015-07-181-8/+8
* Memory leak; Coverity CID 78836miod2015-07-151-6/+8
* Delete a lot of #if 0 code in libressl.doug2015-02-071-50/+1
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+1
* {malloc,reallocarray} + memset(,0,) -> callocmiod2014-07-091-4/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* 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-211-255/+202
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-2/+1
* resolve conflicts, fix local changesdjm2010-10-011-28/+207
* resolve conflictsdjm2009-01-091-1/+1
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-8/+10
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+692