summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/bio_asn1.c
AgeCommit message (Expand)Author
2022-01-14Implement new-style OpenSSL BIO callbacksTheo Buehler
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2021-12-25Indent goto labels for diffability.Joel Sing
2021-11-27Fix incomplete initialization bug: BIO_new(BIO_f_asn1()) neglectedIngo Schwarze
2018-05-01const for BIO_{new,set}() and most of the BIO_{f,s}_*() family ofTheo Buehler
2015-12-23assign pointer to NULL rather than 0Michael McConville
2015-02-10Replace assert() and OPENSSL_assert() calls with proper error return paths.Miod Vallat
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-19More KNF.Joel Sing
2014-04-18lob a few more knf grenades in here to soften things up.Ted Unangst
2014-04-18putting most of the braces in the right column is the very least we can do.Ted Unangst
2014-04-17fix some more leaks, mostly suggestions from miodJonathan Gray
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2009-04-06import of OpenSSL 0.9.8kDamien Miller