summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1/asn1_par.c
AgeCommit message (Expand)Author
2022-02-12Avoid potential single byte overread in asn1_parse2().Joel Sing
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-14Avoid buffer overflow in asn1_parse2Kinichiro Inoguchi
2021-12-25Indent goto labels for diffability.Joel Sing
2021-12-14Consolidate ASN.1 universal tag type data.Joel Sing
2021-12-13Remove the last internal use of d2i_ASN1_BOOLEAN.Theo Buehler
2020-01-09Avoid leak in error path of asn1_parse2Kinichiro Inoguchi
2019-03-24Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a maxBob Beck
2018-11-09Fix a buffer overrun in asn1_parse2().Theo Buehler
2015-09-30s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/Joel Sing
2015-09-30Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).Joel Sing
2015-09-30Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isJoel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-10-03Use string literals in printf style calls so gcc's -Wformat works.Doug Hogan
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-25remove unused shit. from Alexander SchrijverTed Unangst
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
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-16fix a few bugs observed on http://www.viva64.com/en/b/0250/Ted Unangst
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-04-06resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2004-04-08merge 0.9.7dMarkus Friedl
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@Hakan Olsson
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker