summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/bio_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-1/+1
* crypto: raise error on malloc failureFdaSilvaYY2021-04-141-1/+3
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell2017-08-211-1/+3
* Exit the loop on failureJon Spillett2017-03-091-1/+1
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Add -Wswitch-enumRich Salz2016-09-221-2/+2
* Add more zallocFdaSilvaYY2016-05-291-10/+1
* Fix some missing initsFdaSilvaYY2016-05-291-2/+5
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Make BIO opaqueMatt Caswell2016-03-291-27/+40
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanupRich Salz2015-03-251-2/+2
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-398/+382
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-0/+3
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-241-0/+495