summaryrefslogtreecommitdiffstats
path: root/lib/asn1_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-151-2/+2
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-081-0/+3
* KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-09-151-7/+9
* ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells2015-08-051-0/+8
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2015-08-051-3/+2
* ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells2015-08-051-1/+13
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2014-06-041-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-4/+4
|\
| * ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells2012-12-141-4/+4
* | ASN.1: Fix an indefinite length skip errorDavid Howells2012-12-051-1/+1
|/
* X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-101-9/+19
* X.509: Add an ASN.1 decoderDavid Howells2012-10-081-0/+477