aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/bio_ndef.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell2023-02-071-8/+32
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch2021-07-021-0/+3
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk2021-02-261-0/+2
* remove unused return value assignmentsPauli2020-12-031-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-5/+5
* Coverity #1451596: check dirlen for being negativePauli2019-07-121-0/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-0/+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-4/+6
* Add more zallocFdaSilvaYY2016-05-291-5/+4
* Fix some missing initsFdaSilvaYY2016-05-291-0/+1
* Copyright consolidation 09/10Rich Salz2016-05-171-50/+5
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* GH753: More spelling fixFdaSilvaYY2016-02-271-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* free NULL cleanupRich Salz2015-03-251-2/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-145/+144
* no need to include memory.hDr. Stephen Henson2011-04-301-3/+0
* !a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).Ben Laurie2008-12-261-1/+1
* And so it begins...Dr. Stephen Henson2008-03-121-0/+246