summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_par.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid leak in error path of asn1_parse2inoguchi2020-01-091-17/+21
* Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a maxbeck2019-03-241-1/+5
* Fix a buffer overrun in asn1_parse2().tb2018-11-091-4/+7
* s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/jsing2015-09-301-2/+2
* Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).jsing2015-09-301-3/+3
* Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isjsing2015-09-301-2/+2
* Delete a lot of #if 0 code in libressl.doug2015-02-071-5/+1
* Use string literals in printf style calls so gcc's -Wformat works.doug2014-10-031-3/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-7/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* remove unused shit. from Alexander Schrijvertedu2014-05-251-3/+1
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-4/+4
* More KNF.jsing2014-04-191-162/+189
* lob a few more knf grenades in here to soften things up.tedu2014-04-181-100/+43
* putting most of the braces in the right column is the very least we can do.tedu2014-04-181-84/+84
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-161-1/+1
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-4/+4
* resolve conflicts, fix local changesdjm2010-10-011-12/+5
* resolve conflictsdjm2009-04-061-0/+2
* resolve conflictsdjm2008-09-061-17/+41
* merge 0.9.7dmarkus2004-04-081-3/+3
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-6/+1
* Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-3/+3
* openssl-engine-0.9.6 mergebeck2000-12-151-5/+43
* OpenSSL 0.9.5 mergebeck2000-03-191-52/+26
* OpenSSL 0.9.4 mergebeck1999-09-291-33/+51
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+393