summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/bio_ndef.c
AgeCommit message (Expand)Author
2023-02-07Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-07-02Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-03-11Update copyright yearMatt Caswell
2021-02-26Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk
2020-12-03remove unused return value assignmentsPauli
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-07-12Coverity #1451596: check dirlen for being negativePauli
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2016-05-29Add more zallocFdaSilvaYY
2016-05-29Fix some missing initsFdaSilvaYY
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25free NULL cleanupRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-04-30no need to include memory.hDr. Stephen Henson
2008-12-26!a && !a->b is clearly wrong! Changed to !a || !a->b (Coverity ID 145).Ben Laurie
2008-03-12And so it begins...Dr. Stephen Henson