summaryrefslogtreecommitdiff
path: root/lib/asn1_decoder.c
Commit message (Expand)AuthorAge
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-08
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-08
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-09
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-02
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-17
|\
| * lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus2016-05-03
* | KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-05-12
|/
* ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells2015-08-05
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2015-08-05
* ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells2015-08-05
* lib/asn1_decoder.c: kernel-doc warning fixFabian Frederick2014-06-04
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-19
|\
| * ASN.1: Use the ASN1_LONG_TAG and ASN1_INDEFINITE_LENGTH constantsDavid Howells2012-12-14
* | ASN.1: Fix an indefinite length skip errorDavid Howells2012-12-05
|/
* X.509: Fix indefinite length element skip error handlingDavid Howells2012-10-10
* X.509: Add an ASN.1 decoderDavid Howells2012-10-08