aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/bio_asn1.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2017-12-15Fix invalid function type casts.Bernd Edlinger1-2/+2
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-21Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell1-1/+3
2017-03-09Exit the loop on failureJon Spillett1-1/+1
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-09-22Add -Wswitch-enumRich Salz1-2/+2
2016-05-29Add more zallocFdaSilvaYY1-10/+1
2016-05-29Fix some missing initsFdaSilvaYY1-2/+5
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+5
2016-03-29Make BIO opaqueMatt Caswell1-27/+40
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-2/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+2
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-03-25free NULL cleanupRich Salz1-2/+2
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-398/+382
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-0/+3
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson1-0/+495