summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/bio_ndef.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add comments that explain why things are done in this strange order.tb2023-03-151-3/+13
* Push calloc() of ndef_aux down as far as possible andtb2023-03-151-7/+8
* Error check BIO_asn1_set_{prefix,suffix}() callstb2023-03-151-3/+5
* Stop confusing out and asn_bio in BIO_new_NDEF()tb2023-03-131-4/+4
* Switch an early return into goto errtb2023-03-111-2/+2
* Tiny cleanup for readabilitytb2023-03-111-4/+5
* Use "if (ptr == NULL)" instead of "if (!ptr)"tb2023-03-111-3/+3
* Fix double free after BIO_new_NDEF()tb2023-03-111-6/+7
* Clean up ndef_{prefix,suffix}_free()tb2023-03-061-8/+13
* Indent goto labels for diffability.jsing2021-12-251-2/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* BIO_free() returns immediately when the sole input is NULL.doug2014-07-251-3/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* More KNF.jsing2014-04-191-10/+14
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-2/+1
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-14/+14
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* import OpenSSL 1.0.0edjm2011-11-031-3/+0
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+246