summaryrefslogtreecommitdiffstats
path: root/lib/asn1_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2018-03-031-0/+2
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2018-03-031-19/+24
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2018-01-011-2/+2
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2018-01-011-0/+3
* KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-06-151-7/+9
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2016-02-161-3/+2
* 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